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

1 Answer

0 votes
by
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.

Related questions

0 votes
+1 vote
asked Mar 14, 2020 in Spark Sql by rajeshsharma
0 votes
asked Mar 29, 2022 in Apache Spark by sharadyadav1986
...