Hi, I'm using oozie java action to start scalding/spark/mr job. Oozie java action launcher has correct classpath here: oozie.action.conf.xml
actionConf.addResource(new Path("file:///",
System.getProperty("oozie.action.conf.xml")));
Is there any way to pass that conf to spawned job? Right now started
job doesn't inherit classpath from oozie launcher and looses all
dependent jar, since only oozie action sees them.
