YARN-2010. Document yarn.resourcemanager.zk-auth and its scope. (Robert Kanter via kasha)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1598637 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Karthik Kambatla 2014-05-30 15:32:53 +00:00
parent 4c4ebe2353
commit 49f6a1d7a6
2 changed files with 15 additions and 0 deletions

View File

@ -105,6 +105,9 @@ Release 2.5.0 - UNRELEASED
YARN-2054. Better defaults for YARN ZK configs for retries and retry-inteval YARN-2054. Better defaults for YARN ZK configs for retries and retry-inteval
when HA is enabled. (kasha) when HA is enabled. (kasha)
YARN-2010. Document yarn.resourcemanager.zk-auth and its scope.
(Robert Kanter via kasha)
OPTIMIZATIONS OPTIMIZATIONS
BUG FIXES BUG FIXES

View File

@ -372,6 +372,18 @@
<name>yarn.resourcemanager.zk-state-store.root-node.acl</name> <name>yarn.resourcemanager.zk-state-store.root-node.acl</name>
</property> </property>
<property>
<description>
Specify the auths to be used for the ACL's specified in both the
yarn.resourcemanager.zk-acl and
yarn.resourcemanager.zk-state-store.root-node.acl properties. This
takes a comma-separated list of authentication mechanisms, each of the
form 'scheme:auth' (the same syntax used for the 'addAuth' command in
the ZK CLI).
</description>
<name>yarn.resourcemanager.zk-auth</name>
</property>
<property> <property>
<description>URI pointing to the location of the FileSystem path where <description>URI pointing to the location of the FileSystem path where
RM state will be stored. This must be supplied when using RM state will be stored. This must be supplied when using