Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E601718211 for ; Thu, 3 Sep 2015 11:52:19 +0000 (UTC) Received: (qmail 17139 invoked by uid 500); 3 Sep 2015 11:52:19 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 17101 invoked by uid 500); 3 Sep 2015 11:52:19 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 17088 invoked by uid 99); 3 Sep 2015 11:52:19 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2015 11:52:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7FBF5DFD9E; Thu, 3 Sep 2015 11:52:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aonishuk@apache.org To: commits@ambari.apache.org Date: Thu, 03 Sep 2015 11:52:20 -0000 Message-Id: In-Reply-To: <6b18ded5d0b749cd9419ea9743d3ee63@git.apache.org> References: <6b18ded5d0b749cd9419ea9743d3ee63@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] ambari git commit: AMBARI-12992. Devdeploy: Nodemanager goes down after some time on ubuntu (aonishuk) AMBARI-12992. Devdeploy: Nodemanager goes down after some time on ubuntu (aonishuk) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b187f61d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b187f61d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b187f61d Branch: refs/heads/branch-2.1 Commit: b187f61d4364bc13b4f02653d7f9ba65a9ae693e Parents: b1f53e4 Author: Andrew Onishuk Authored: Thu Sep 3 14:51:49 2015 +0300 Committer: Andrew Onishuk Committed: Thu Sep 3 14:51:49 2015 +0300 ---------------------------------------------------------------------- .../common-services/YARN/2.1.0.2.0/package/scripts/yarn.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b187f61d/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/yarn.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/yarn.py b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/yarn.py index bea6954..542a5fe 100644 --- a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/yarn.py +++ b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/yarn.py @@ -136,7 +136,8 @@ def yarn(name = None): owner=params.yarn_user, group=params.user_group, recursive=True, - mode=0755 + mode=0755, + cd_access = 'a', ) Directory([params.yarn_pid_dir_prefix, params.yarn_pid_dir, params.yarn_log_dir],