in Spark Sql by (23.9k points)
What are the functions of Spark SQL in Spark?

1 Answer

0 votes
by (32.2k points)

Spark SQL supports HiveQueryLanguage and SQL without syntax changes on the Sparkcore engine. It is a new model in Spark which integrates functional programming API of Spark with relational processing. It can support querying data either via Hive Query Language or via SQL.

The Spark SQL has the capability of querying the data by using the Spark program and SQL statements. It can also provide rich interactions between regular Java/Python/Scala code and SQL. Data loading from various structured sources can be possible through Spark SQL.

Related questions

0 votes
asked Aug 18 in Spark Sql by GeorgeBell (5.3k points)
0 votes
asked Feb 12 in Spark Sql by sharadyadav1986 (31.7k points)
0 votes
0 votes
asked Feb 12 in Spark Sql by sharadyadav1986 (31.7k points)
+1 vote
+1 vote
asked Mar 9, 2020 in Spark Sql by SakshiSharma (32.2k points)
...