Re: How To Set Environment Variables For Spark Action Script From XML Definition

2018-05-14 Thread Peter Cseh
Hi! There is no easy and straightforward way of doing this for the Spark action, but you can take advantage of the fact that Oozie 4.1.0 uses MapReduce to launch Spark. Just put "mapred.map.child.env" in the action configuration using the format k1=v1,k2=v2. EL functions should also work here.

Re: Oozie Variable Substitution In XML's Workflow Name

2018-05-14 Thread Peter Cseh
Hey! This should be possible as of https://issues.apache.org/jira/browse/OOZIE-637. I haven't tried to do so, but please file a bug ticket with a reproduction case attached so it is easier to fix. Thanks! On Thu, May 10, 2018 at 8:59 PM, Richard Primera < richard.prim...@woombatcg.com> wrote: