Uploaded image for project: 'Hadoop HDFS'
  1. Hadoop HDFS
  2. HDFS-10870

Wrong dfs.namenode.acls.enabled default in HdfsPermissionsGuide.apt.vm

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.6.0
    • 2.6.5
    • documentation
    • None

    Description

      Wrong dfs.namenode.acls.enabled = true in HdfsPermissionsGuide.apt.vm. The default should be false as correctly stated in the description and in DFS_NAMENODE_ACLS_ENABLED_DEFAULT:

           * <<<dfs.namenode.acls.enabled = true>>>
      
             Set to true to enable support for HDFS ACLs (Access Control Lists).  By
             default, ACLs are disabled.  When ACLs are disabled, the NameNode rejects
             all attempts to set an ACL.
      
      DFSConfigKeys.java
        public static final String  DFS_NAMENODE_ACLS_ENABLED_KEY = "dfs.namenode.acls.enabled";
        public static final boolean DFS_NAMENODE_ACLS_ENABLED_DEFAULT = false;
      

      Attachments

        Activity

          People

            jzhuge John Zhuge
            jzhuge John Zhuge
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: