Google News
logo
Spark - Interview Questions
What is Hive on Spark?
Hive contains significant support for Apache Spark, wherein Hive execution is configured to Spark :
hive> set spark.home=/location/to/sparkHome;
hive> set hive.execution.engine=spark;
Hive supports Spark on YARN mode by default.
Advertisement