Description
While submit job through Remote Spark Context, spark RDD graph generation and job submit is executed in remote side, so we have to add hive related dependency into its classpath with spark.driver.extraClassPath. instead of add all hive/hadoop dependency, we should narrow the scope and identify what dependency remote spark context required.
Attachments
Attachments
Issue Links
- depends upon
-
HIVE-8833 Unify spark client API and implement remote spark client.[Spark Branch]
- Resolved