fixed sandbox directory assignment

This commit is contained in:
Claudio Atzori 2019-10-18 10:48:02 +02:00
parent 0c284e0a51
commit e97656e915
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#sandboxName when not provided explicitly will be generated
sandboxName=${sandboxName}
sandboxDir=/user/${iis.hadoop.frontend.user.name}/${sandboxName}
sandboxDir=/user/${dhp.hadoop.frontend.user.name}/${sandboxName}
workingDir=${sandboxDir}/working_dir
oozie.wf.application.path = ${nameNode}${sandboxDir}/${oozieAppDir}
oozieTopWfApplicationPath = ${oozie.wf.application.path}