You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/05/25 17:24:42 UTC

[32/35] ambari git commit: AMBARI-21116. Setting yarn.node-labels.fs-store.root-dir to a "path" changes the permission of the "root path" (aonishuk)

AMBARI-21116. Setting yarn.node-labels.fs-store.root-dir to a "path" changes the permission of the "root path" (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9dbf8f15
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9dbf8f15
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9dbf8f15

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: 9dbf8f15e659a19e3b4d8a6cdd7530160089c1dd
Parents: cd68c61
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu May 25 15:02:33 2017 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Thu May 25 15:02:57 2017 +0300

----------------------------------------------------------------------
 .../src/test/python/stacks/2.0.6/YARN/test_historyserver.py        | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9dbf8f15/ambari-server/src/test/python/stacks/2.0.6/YARN/test_historyserver.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/test/python/stacks/2.0.6/YARN/test_historyserver.py b/ambari-server/src/test/python/stacks/2.0.6/YARN/test_historyserver.py
index 53218d5..545f0e6 100644
--- a/ambari-server/src/test/python/stacks/2.0.6/YARN/test_historyserver.py
+++ b/ambari-server/src/test/python/stacks/2.0.6/YARN/test_historyserver.py
@@ -328,7 +328,6 @@ class TestHistoryServer(RMFTestCase):
         security_enabled = False,
         hadoop_conf_dir = '/etc/hadoop/conf',
         keytab = UnknownConfigurationMock(),
-        change_permissions_for_parents = True,
         kinit_path_local = '/usr/bin/kinit',
         user = 'hdfs',
         dfs_type = '',
@@ -595,7 +594,6 @@ class TestHistoryServer(RMFTestCase):
         security_enabled = True,
         hadoop_conf_dir = '/etc/hadoop/conf',
         keytab = '/etc/security/keytabs/hdfs.headless.keytab',
-        change_permissions_for_parents = True,
         kinit_path_local = '/usr/bin/kinit',
         user = 'hdfs',
         dfs_type = '',