added classpath.first in the configuration
This commit is contained in:
parent
cd69c6b023
commit
43cbd62c2b
|
@ -31,6 +31,10 @@
|
|||
<name>spark2SqlQueryExecutionListeners</name>
|
||||
<value>com.cloudera.spark.lineage.NavigatorQueryListener</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>oozie.launcher.mapreduce.user.classpath.first</name>
|
||||
<value>true</value>
|
||||
</property>
|
||||
<property>
|
||||
<name>sparkExecutorNumber</name>
|
||||
<value>4</value>
|
||||
|
|
Loading…
Reference in New Issue