Project

General

Profile

1
#sandboxName when not provided explicitly will be generated
2
sandboxName=${sandboxName}
3
sandboxDir=/user/${iis.hadoop.frontend.user.name}/${sandboxName}
4
workingDir=${sandboxDir}/working_dir
5
oozie.wf.application.path = ${nameNode}${sandboxDir}/${oozieAppDir}
6
oozieTopWfApplicationPath = ${oozie.wf.application.path}
7

    
    (1-1/1)