Updated Branches: refs/heads/trunk d6277f619 -> 58c60c5e1
AMBARI-3637. Nodemanager fails to start in kerberos setup (Artem Baranchuk via dlysnichenko) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/58c60c5e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/58c60c5e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/58c60c5e Branch: refs/heads/trunk Commit: 58c60c5e13fd8553bca8ad6c9abc4d69cd73e916 Parents: d6277f6 Author: Lisnichenko Dmitro <[email protected]> Authored: Thu Oct 31 18:04:00 2013 +0200 Committer: Lisnichenko Dmitro <[email protected]> Committed: Thu Oct 31 18:04:00 2013 +0200 ---------------------------------------------------------------------- .../src/main/puppet/modules/hdp-hadoop/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/58c60c5e/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/init.pp ---------------------------------------------------------------------- diff --git a/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/init.pp b/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/init.pp index 7f42430..08330d7 100644 --- a/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/init.pp +++ b/ambari-agent/src/main/puppet/modules/hdp-hadoop/manifests/init.pp @@ -254,8 +254,8 @@ class hdp-hadoop( hdp::directory_recursive_create { $hadoop_config_dir: service_state => $::service_state, force => true, - owner => $hdfs_user, - group => $hdp::params::user_group + owner => 'root', + group => 'root' } hdp::user{ 'hdfs_user':
