Description
When I create a Oozie workflow to launch a spark action, the spark job can't load the configured properties in spark-defaults.conf. I've configured each NodeManager as the Spark gateway role, so spark-defaults.conf is generated in /etc/spark/conf/ on each worker node.
In spark-defaults.conf some configuration I've set into.
spark.executor.extraClassPath=/etc/hbase/conf:/etc/hive/conf spark.driver.extraClassPath=/etc/hbase/conf:/etc/hive/conf
But in the Oozie spark job, they're not loaded automatically.
--conf spark.executor.extraClassPath=$PWD/* --conf spark.driver.extraClassPath=$PWD/*
Attachments
Attachments
Issue Links
- is related to
-
OOZIE-3262 [Spark action] Improve TestSparkArgsExtractor
- Open
- relates to
-
OOZIE-3112 SparkConfigrationService overwrites properties provided via --properties-file option in SparkAction
- Closed
-
OOZIE-2923 Improve Spark options parsing
- Closed
- links to