forked from D-Net/dnet-hadoop
oozie.launcher.mapreduce.user.classpath.first property is required to avoid launch problems
This commit is contained in:
parent
acf947442a
commit
b6a8be813b
|
@ -15,4 +15,8 @@
|
||||||
<name>oozie.action.sharelib.for.spark</name>
|
<name>oozie.action.sharelib.for.spark</name>
|
||||||
<value>spark342</value>
|
<value>spark342</value>
|
||||||
</property>
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>oozie.launcher.mapreduce.user.classpath.first</name>
|
||||||
|
<value>true</value>
|
||||||
|
</property>
|
||||||
</configuration>
|
</configuration>
|
Loading…
Reference in New Issue