Updated Branches: refs/heads/trunk 96751430b -> 2ded3d1af
AMBARI-3074. Ambari wont start NodeManager because one of multiple folders not created. (swagle) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/2ded3d1a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/2ded3d1a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/2ded3d1a Branch: refs/heads/trunk Commit: 2ded3d1afae92a84b160e7d06ebcede98324b410 Parents: 9675143 Author: Siddharth Wagle <[email protected]> Authored: Wed Sep 4 10:25:44 2013 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Wed Sep 4 10:25:44 2013 -0700 ---------------------------------------------------------------------- .../src/main/puppet/modules/hdp-yarn/manifests/nodemanager.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/2ded3d1a/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/nodemanager.pp ---------------------------------------------------------------------- diff --git a/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/nodemanager.pp b/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/nodemanager.pp index 398b50c..67856bb 100644 --- a/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/nodemanager.pp +++ b/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/nodemanager.pp @@ -73,7 +73,7 @@ class hdp-yarn::nodemanager( define hdp-yarn::nodemanager::create_nm_dirs($service_state) { $dirs = hdp_array_from_comma_list($name) - hdp::directory_recursive_create { $dirs : + hdp::directory_recursive_create_ignore_failure { $dirs : owner => $hdp-yarn::params::yarn_user, context_tag => 'yarn_service', service_state => $service_state,
