0 votes
in Spark Preliminaries by (19.9k points)
What's different about SparkSQL from HQL and SQL?

1 Answer

0 votes
by (19.9k points)
SparkSQL is a particular part of the SparkCore engine that supports SQL and HiveQueryLanguage without changing the syntax. You will enter both the SQL table and the HQL table.
...