forked from D-Net/dnet-hadoop
[dhp-workflows] spark 2 connection properties added
This commit is contained in:
parent
51ff3b4e81
commit
4e910a78d4
|
@ -258,7 +258,10 @@
|
||||||
<include>nameNode,jobTracker,queueName,importerQueueName,oozieLauncherQueueName,
|
<include>nameNode,jobTracker,queueName,importerQueueName,oozieLauncherQueueName,
|
||||||
workingDir,oozieTopWfApplicationPath,oozieServiceLoc,
|
workingDir,oozieTopWfApplicationPath,oozieServiceLoc,
|
||||||
sparkDriverMemory,sparkExecutorMemory,sparkExecutorCores,
|
sparkDriverMemory,sparkExecutorMemory,sparkExecutorCores,
|
||||||
oozie.wf.application.path,projectVersion,oozie.use.system.libpath</include>
|
oozie.wf.application.path,projectVersion,oozie.use.system.libpath,
|
||||||
|
oozieActionShareLibForSpark1,spark1YarnHistoryServerAddress,spark1EventLogDir,
|
||||||
|
oozieActionShareLibForSpark2,spark2YarnHistoryServerAddress,spark2EventLogDir
|
||||||
|
</include>
|
||||||
<includeSystemProperties>true</includeSystemProperties>
|
<includeSystemProperties>true</includeSystemProperties>
|
||||||
<includePropertyKeysFromFiles>
|
<includePropertyKeysFromFiles>
|
||||||
<!-- <param>${workflow.source.dir}/job.properties</param> -->
|
<!-- <param>${workflow.source.dir}/job.properties</param> -->
|
||||||
|
|
Loading…
Reference in New Issue