Return-Path: X-Original-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D0D3B1046B for ; Mon, 30 Sep 2013 02:14:28 +0000 (UTC) Received: (qmail 2194 invoked by uid 500); 30 Sep 2013 02:14:28 -0000 Delivered-To: apmail-incubator-ambari-commits-archive@incubator.apache.org Received: (qmail 2164 invoked by uid 500); 30 Sep 2013 02:14:28 -0000 Mailing-List: contact ambari-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-commits@incubator.apache.org Received: (qmail 2157 invoked by uid 99); 30 Sep 2013 02:14:28 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Sep 2013 02:14:28 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7D4F790D99A; Mon, 30 Sep 2013 02:14:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jaimin@apache.org To: ambari-commits@incubator.apache.org Message-Id: <8b72900a3e6d400ea22c23b9e9e25995@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: AMBARI-3380: NodeManager does not come up (security enabled, customized user/group names). (jaimin) Date: Mon, 30 Sep 2013 02:14:28 +0000 (UTC) Updated Branches: refs/heads/branch-1.4.1 d527c41d9 -> 3a0a9b110 AMBARI-3380: NodeManager does not come up (security enabled, customized user/group names). (jaimin) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/3a0a9b11 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/3a0a9b11 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/3a0a9b11 Branch: refs/heads/branch-1.4.1 Commit: 3a0a9b110f2f6f628e0687159a8f7c8b8cb60e69 Parents: d527c41 Author: Jaimin Jetly Authored: Sun Sep 29 19:13:01 2013 -0700 Committer: Jaimin Jetly Committed: Sun Sep 29 19:13:53 2013 -0700 ---------------------------------------------------------------------- ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/3a0a9b11/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/init.pp ---------------------------------------------------------------------- diff --git a/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/init.pp b/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/init.pp index 4615018..a8bbf80 100644 --- a/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/init.pp +++ b/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 }