[
https://issues.apache.org/jira/browse/OOZIE-3228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tang Yan updated OOZIE-3228:
----------------------------
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 the 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/*
was:
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 the spark-defaults.conf is generated
in /etc/spark/conf/ on each worker node.
> Oozie Spark Action - the spark job can't load the properties in
> spark-defaults.conf.
> ------------------------------------------------------------------------------------
>
> Key: OOZIE-3228
> URL: https://issues.apache.org/jira/browse/OOZIE-3228
> Project: Oozie
> Issue Type: Bug
> Components: action
> Affects Versions: 4.3.1
> Reporter: Tang Yan
> Priority: Major
>
> 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 the 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/*
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)