Repository: ambari Updated Branches: refs/heads/branch-2.5 1cc68c74e -> 05c6fa576
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/05c6fa57 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/05c6fa57 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/05c6fa57 Branch: refs/heads/branch-2.5 Commit: 05c6fa576a727c435739c835549c3b91385d570a Parents: 1cc68c7 Author: Attila Doroszlai <[email protected]> Authored: Thu Oct 13 17:31:17 2016 +0200 Committer: Sandor Magyari <[email protected]> Committed: Thu Oct 13 17:34:20 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/05c6fa57/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)
