From 1b87baa06f837d4c0b024388f12edb18e91bf0d1 Mon Sep 17 00:00:00 2001 From: Vinod Kumar Vavilapalli Date: Fri, 29 Mar 2013 06:29:22 +0000 Subject: [PATCH] HADOOP-9444. Modify hadoop-policy.xml to replace unexpanded variables to a default value of '*'. Contributed by Roman Shaposhnik. git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1462417 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ .../hadoop-common/src/main/conf/hadoop-policy.xml | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 6d8e2f9361..82d7ad8a02 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -627,6 +627,9 @@ Release 2.0.4-alpha - UNRELEASED HADOOP-9408. misleading description for net.topology.table.file.name property in core-default.xml. (rajeshbabu via suresh) + HADOOP-9444. Modify hadoop-policy.xml to replace unexpanded variables to a + default value of '*'. (Roman Shaposhnik via vinodkv) + Release 2.0.3-alpha - 2013-02-06 INCOMPATIBLE CHANGES diff --git a/hadoop-common-project/hadoop-common/src/main/conf/hadoop-policy.xml b/hadoop-common-project/hadoop-common/src/main/conf/hadoop-policy.xml index 4dd5b9fbb0..c17966d7f0 100644 --- a/hadoop-common-project/hadoop-common/src/main/conf/hadoop-policy.xml +++ b/hadoop-common-project/hadoop-common/src/main/conf/hadoop-policy.xml @@ -77,7 +77,7 @@ security.admin.operations.protocol.acl - ${HADOOP_HDFS_USER} + * ACL for AdminOperationsProtocol. Used for admin commands. The ACL is a comma-separated list of user and group names. The user and group list is separated by a blank. For e.g. "alice,bob users,wheel". @@ -86,7 +86,7 @@ security.refresh.usertogroups.mappings.protocol.acl - ${HADOOP_HDFS_USER} + * ACL for RefreshUserMappingsProtocol. Used to refresh users mappings. The ACL is a comma-separated list of user and group names. The user and group list is separated by a blank. For @@ -96,7 +96,7 @@ security.refresh.policy.protocol.acl - ${HADOOP_HDFS_USER} + * ACL for RefreshAuthorizationPolicyProtocol, used by the dfsadmin and mradmin commands to refresh the security policy in-effect. The ACL is a comma-separated list of user and group names. The user and @@ -120,7 +120,7 @@ security.qjournal.service.protocol.acl - ${HADOOP_HDFS_USER} + * ACL for QJournalProtocol, used by the NN to communicate with JNs when using the QuorumJournalManager for edit logs. @@ -139,7 +139,7 @@ security.resourcetracker.protocol.acl - ${HADOOP_YARN_USER} + * ACL for ResourceTracker protocol, used by the ResourceManager and NodeManager to communicate with each other. The ACL is a comma-separated list of user and group names. The user and @@ -149,7 +149,7 @@ security.admin.protocol.acl - ${HADOOP_YARN_USER} + * ACL for RMAdminProtocol, for admin commands. The ACL is a comma-separated list of user and group names. The user and group list is separated by a blank. For e.g. "alice,bob users,wheel".