浏览代码

HDFS-10870. Wrong dfs.namenode.acls.enabled default in HdfsPermissionsGuide.apt.vm. (John Zhuge via lei)

Lei Xu 8 年之前
父节点
当前提交
2010dd3026

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

@@ -20,6 +20,9 @@ Release 2.6.5 - UNRELEASED
     HDFS-9669. TcpPeerServer should respect ipc.server.listen.queue.size
     HDFS-9669. TcpPeerServer should respect ipc.server.listen.queue.size
     (Elliot Clark via cmccabe)
     (Elliot Clark via cmccabe)
 
 
+    HDFS-10870. Wrong dfs.namenode.acls.enabled default in HdfsPermissionsGuide.apt.vm.
+    (John Zhuge via lei)
+
   OPTIMIZATIONS
   OPTIMIZATIONS
 
 
     HDFS-8845. DiskChecker should not traverse the entire tree (Chang Li via
     HDFS-8845. DiskChecker should not traverse the entire tree (Chang Li via

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/site/apt/HdfsPermissionsGuide.apt.vm

@@ -431,7 +431,7 @@ HDFS Permissions Guide
        The administrators for the cluster specified as an ACL. This
        The administrators for the cluster specified as an ACL. This
        controls who can access the default servlets, etc. in the HDFS.
        controls who can access the default servlets, etc. in the HDFS.
 
 
-     * <<<dfs.namenode.acls.enabled = true>>>
+     * <<<dfs.namenode.acls.enabled = false>>>
 
 
        Set to true to enable support for HDFS ACLs (Access Control Lists).  By
        Set to true to enable support for HDFS ACLs (Access Control Lists).  By
        default, ACLs are disabled.  When ACLs are disabled, the NameNode rejects
        default, ACLs are disabled.  When ACLs are disabled, the NameNode rejects