From 3b3be355b35d08a78d9dcd647650812a2d28207b Mon Sep 17 00:00:00 2001 From: Manoj Govindassamy Date: Thu, 7 Sep 2017 17:20:42 -0700 Subject: [PATCH] HDFS-12404. Rename hdfs config authorization.provider.bypass.users to attributes.provider.bypass.users. --- .../hadoop-hdfs/src/main/resources/hdfs-default.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 36c74f6d46..f85996b334 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 @@ - dfs.namenode.authorization.provider.bypass.users + dfs.namenode.inode.attributes.provider.bypass.users 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.