AMBARI-18581. Oozie start script ignores 
sysprep_skip_copy_oozie_share_lib_to_hdfs flag (Attila Doroszlai via 
magyari_sandor)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f70722e1
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f70722e1
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f70722e1

Branch: refs/heads/branch-feature-AMBARI-18456
Commit: f70722e1902bb9eace19e808f7dc0777c216be5a
Parents: 08f1404
Author: Attila Doroszlai <adorosz...@hortonworks.com>
Authored: Thu Oct 13 17:31:17 2016 +0200
Committer: Sandor Magyari <smagy...@hortonworks.com>
Committed: Thu Oct 13 17:31:17 2016 +0200

----------------------------------------------------------------------
 .../common-services/OOZIE/4.0.0.2.0/package/scripts/params.py      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/f70722e1/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/params.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/params.py
 
b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/params.py
index e5d674a..f39d632 100644
--- 
a/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/params.py
+++ 
b/ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/params.py
@@ -36,4 +36,4 @@ host_sys_prepped = 
default("/hostLevelParams/host_sys_prepped", False)
 # By default, copy the tarballs to HDFS. If the cluster is sysprepped, then 
set based on the config.
 sysprep_skip_copy_oozie_share_lib_to_hdfs = False
 if host_sys_prepped:
-  sysprep_skip_copy_oozie_share_lib_to_hdfs = 
default("/cluster-env/sysprep_skip_copy_oozie_share_lib_to_hdfs", False)
\ No newline at end of file
+  sysprep_skip_copy_oozie_share_lib_to_hdfs = 
default("/configurations/cluster-env/sysprep_skip_copy_oozie_share_lib_to_hdfs",
 False)

Reply via email to