0 votes
in Spark Preliminaries by
What's different about Spark SQL from SQL and HQL?

1 Answer

0 votes
by

Spark SQL is a particular part of the Spark Core engine that works with Hive Query Language and  SQL  without changing the syntax. Spark SQL can combine SQL tables and HQL tables.

...