You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2015/09/03 13:52:19 UTC

[1/2] ambari git commit: AMBARI-12992. Devdeploy: Nodemanager goes down after some time on ubuntu (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 b1f53e45f -> b187f61d4
  refs/heads/trunk 7aafe0e59 -> 42d3c5493


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/42d3c549
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/42d3c549
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/42d3c549

Branch: refs/heads/trunk
Commit: 42d3c54937405008e180727d2e40629fa569a9f8
Parents: 7aafe0e
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu Sep 3 14:51:45 2015 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Thu Sep 3 14:51:45 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/42d3c549/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],


[2/2] ambari git commit: AMBARI-12992. Devdeploy: Nodemanager goes down after some time on ubuntu (aonishuk)

Posted by ao...@apache.org.
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 <ao...@hortonworks.com>
Authored: Thu Sep 3 14:51:49 2015 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
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],