瀏覽代碼

AMBARI-3380: NodeManager does not come up (security enabled, customized user/group names). (jaimin)

Jaimin Jetly 11 年之前
父節點
當前提交
dda3546318
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/init.pp

+ 1 - 1
ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/init.pp

@@ -152,7 +152,7 @@ define hdp-yarn::generate_common_configs() {
     $container_executor = "${hdp::params::yarn_container_bin}/container-executor"
     file { $container_executor:
       ensure => present,
-      group => 'hadoop',
+      group => $hdp::params::user_group,
       mode => 6050
     }