Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (11.4k points)

Do we know any syntax reference for spark-sql? I mean the style like MySQL SELECT syntax, or PostgreSQL Documentation: SELECT.

1 Answer

0 votes
by (32.3k points)

SparkSql follows Hive style, so you can refer to Hive Syntax for better documentation.

The supported and unsupported Hive features by SparkSql can be found in the official documentation.

Browse Categories

...