diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index 32979f6c1f8..91327db7559 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -923,6 +923,9 @@ Release 2.8.0 - UNRELEASED HDFS-9630. DistCp minor refactoring and clean up. (Kai Zheng via zhz) + HDFS-9415. Document dfs.cluster.administrators and + dfs.permissions.superusergroup. (Xiaobing Zhou via Arpit Agarwal) + OPTIMIZATIONS HDFS-8026. Trace FSOutputSummer#writeChecksumChunks rather than 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 4c5632645b4..30b7b538e62 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 @@ -414,17 +414,24 @@ dfs.permissions.superusergroup supergroup - The name of the group of super-users. + The name of the group of super-users. + The value should be a single group name. + - dfs.namenode.acls.enabled