You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ds...@apache.org on 2015/11/20 15:42:38 UTC

ambari git commit: AMBARI-13793-2 Resource Manager (HA) fails to start after enabling Kerberos (dsen)

Repository: ambari
Updated Branches:
  refs/heads/trunk 397ddb596 -> cd39cde29


AMBARI-13793-2 Resource Manager (HA) fails to start after enabling Kerberos (dsen)


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

Branch: refs/heads/trunk
Commit: cd39cde2985468e9d43f7821b81e6849876d1d20
Parents: 397ddb5
Author: Dmytro Sen <ds...@apache.org>
Authored: Fri Nov 20 16:42:28 2015 +0200
Committer: Dmytro Sen <ds...@apache.org>
Committed: Fri Nov 20 16:42:28 2015 +0200

----------------------------------------------------------------------
 .../src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/cd39cde2/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json
index da36a25..2f74aba 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/kerberos.json
@@ -31,7 +31,8 @@
             "yarn.resourcemanager.proxyusers.*.hosts": "",
             "yarn.resourcemanager.proxyusers.*.users": "",
             "yarn.resourcemanager.proxy-user-privileges.enabled": "true",
-            "yarn.nodemanager.linux-container-executor.cgroups.mount-path": ""
+            "yarn.nodemanager.linux-container-executor.cgroups.mount-path": "",
+            "yarn.resourcemanager.zk-state-store.parent-path": "/rmstore-secure"
           }
         },
         {