hadoop git commit: HDFS-12404. Rename hdfs config authorization.provider.bypass.users to attributes.provider.bypass.users.

2017-09-28 Thread wang
Repository: hadoop
Updated Branches:
  refs/heads/branch-3.0 d9dd85673 -> 46031d84f


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

(cherry picked from commit 3b3be355b35d08a78d9dcd647650812a2d28207b)


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

Branch: refs/heads/branch-3.0
Commit: 46031d84fb071ff1bfda9e41a82e551cf0a198c2
Parents: d9dd856
Author: Manoj Govindassamy 
Authored: Thu Sep 7 17:20:42 2017 -0700
Committer: Andrew Wang 
Committed: Thu Sep 28 10:22:25 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/46031d84/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 d778d45..43e87c9 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
@@ -4158,11 +4158,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.


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



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

2017-09-11 Thread asuresh
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/YARN-5972
Commit: 3b3be355b35d08a78d9dcd647650812a2d28207b
Parents: 4e50dc9
Author: Manoj Govindassamy 
Authored: Thu Sep 7 17:20:42 2017 -0700
Committer: Manoj Govindassamy 
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 @@
 
 
 
-  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.


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



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

2017-09-08 Thread inigoiri
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 
Authored: Thu Sep 7 17:20:42 2017 -0700
Committer: Manoj Govindassamy 
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 @@
 
 
 
-  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.


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



hadoop git commit: HDFS-12404. Rename hdfs config authorization.provider.bypass.users to attributes.provider.bypass.users.

2017-09-07 Thread manojpec
Repository: hadoop
Updated Branches:
  refs/heads/branch-2 c6a1e3fac -> 796404c3e


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

(cherry picked from commit 3b3be355b35d08a78d9dcd647650812a2d28207b)


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

Branch: refs/heads/branch-2
Commit: 796404c3edbdec07f724447610b088cc35a7331b
Parents: c6a1e3f
Author: Manoj Govindassamy 
Authored: Thu Sep 7 17:20:42 2017 -0700
Committer: Manoj Govindassamy 
Committed: Thu Sep 7 17:21:33 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/796404c3/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 e1e3b10..1862d50 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
@@ -3884,11 +3884,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.


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



hadoop git commit: HDFS-12404. Rename hdfs config authorization.provider.bypass.users to attributes.provider.bypass.users.

2017-09-07 Thread manojpec
Repository: hadoop
Updated Branches:
  refs/heads/trunk 4e50dc976 -> 3b3be355b


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/trunk
Commit: 3b3be355b35d08a78d9dcd647650812a2d28207b
Parents: 4e50dc9
Author: Manoj Govindassamy 
Authored: Thu Sep 7 17:20:42 2017 -0700
Committer: Manoj Govindassamy 
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 @@
 
 
 
-  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.


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