From 75112e97b41dbbae43ce37b894bc7986997cf175 Mon Sep 17 00:00:00 2001 From: Karthik Kambatla Date: Fri, 30 May 2014 15:32:23 +0000 Subject: [PATCH] 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/trunk@1598636 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-yarn-project/CHANGES.txt | 3 +++ .../src/main/resources/yarn-default.xml | 12 ++++++++++++ 2 files changed, 15 insertions(+) diff --git a/hadoop-yarn-project/CHANGES.txt b/hadoop-yarn-project/CHANGES.txt index 3923fc270b5..1966bd20191 100644 --- a/hadoop-yarn-project/CHANGES.txt +++ b/hadoop-yarn-project/CHANGES.txt @@ -120,6 +120,9 @@ Release 2.5.0 - UNRELEASED YARN-2054. Better defaults for YARN ZK configs for retries and retry-inteval when HA is enabled. (kasha) + YARN-2010. Document yarn.resourcemanager.zk-auth and its scope. + (Robert Kanter via kasha) + OPTIMIZATIONS BUG FIXES diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml index 944677a8c6a..c94b782e2dd 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml @@ -372,6 +372,18 @@ yarn.resourcemanager.zk-state-store.root-node.acl + + + 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). + + yarn.resourcemanager.zk-auth + + URI pointing to the location of the FileSystem path where RM state will be stored. This must be supplied when using