Browse Source

HADOOP-10817. ProxyUsers configuration should support configurable prefixes. (tucu)

Conflicts:
	hadoop-common-project/hadoop-common/CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1619533 13f79535-47bb-0310-9956-ffa450edef68
Alejandro Abdelnur 11 years ago
parent
commit
db646f04f3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -119,6 +119,9 @@ Release 2.6.0 - UNRELEASED
     HADOOP-10719. Add generateEncryptedKey and decryptEncryptedKey
     methods to KeyProvider. (asuresh via tucu)
 
+    HADOOP-10817. ProxyUsers configuration should support configurable
+    prefixes. (tucu)
+
   OPTIMIZATIONS
 
     HADOOP-10838. Byte array native checksumming. (James Thomas via todd)