oozie.launcher.mapreduce.user.classpath.first property is required to avoid launch problems

This commit is contained in:
Giambattista Bloisi 2023-07-14 16:05:14 +02:00
parent acf947442a
commit b6a8be813b
1 changed files with 4 additions and 0 deletions

View File

@ -15,4 +15,8 @@
<name>oozie.action.sharelib.for.spark</name>
<value>spark342</value>
</property>
<property>
<name>oozie.launcher.mapreduce.user.classpath.first</name>
<value>true</value>
</property>
</configuration>