You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by in...@apache.org on 2017/09/08 20:57:39 UTC

[07/45] hadoop git commit: HDFS-12404. Rename hdfs config authorization.provider.bypass.users to attributes.provider.bypass.users.

HDFS-12404. Rename hdfs config authorization.provider.bypass.users to attributes.provider.bypass.users.


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

Branch: refs/heads/HDFS-10467
Commit: 3b3be355b35d08a78d9dcd647650812a2d28207b
Parents: 4e50dc9
Author: Manoj Govindassamy <ma...@apache.org>
Authored: Thu Sep 7 17:20:42 2017 -0700
Committer: Manoj Govindassamy <ma...@apache.org>
Committed: Thu Sep 7 17:20:42 2017 -0700

----------------------------------------------------------------------
 .../hadoop-hdfs/src/main/resources/hdfs-default.xml              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/3b3be355/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
index 36c74f6..f85996b 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
@@ -4160,11 +4160,11 @@
 </property>
 
 <property>
-  <name>dfs.namenode.authorization.provider.bypass.users</name>
+  <name>dfs.namenode.inode.attributes.provider.bypass.users</name>
   <value></value>
   <description>
     A list of user principals (in secure cluster) or user names (in insecure
-    cluster) for whom the external attribute provider will be bypassed for all
+    cluster) for whom the external attributes provider will be bypassed for all
     operations. This means file attributes stored in HDFS instead of the
     external provider will be used for permission checking and be returned when
     requested.


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org