About Spark SQL&Hive difference and connection, which of the following statements is correct?
Spark SQL is compatible with most Hive syntax and functions
Spark SQL cannot use Hive's custom functions
The execution engine of Spark SQL is Spark core, HiveThe default execution engine is MapReduce
Spark SQL relies on Hive metadata
Submit