From e97656e91558b515ef027836171c253d2be7cbf0 Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Fri, 18 Oct 2019 10:48:02 +0200 Subject: [PATCH] fixed sandbox directory assignment --- .../src/main/resources/project-default.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhp-build/dhp-build-assembly-resources/src/main/resources/project-default.properties b/dhp-build/dhp-build-assembly-resources/src/main/resources/project-default.properties index 021ecf55b..84a56f19f 100644 --- a/dhp-build/dhp-build-assembly-resources/src/main/resources/project-default.properties +++ b/dhp-build/dhp-build-assembly-resources/src/main/resources/project-default.properties @@ -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}