You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "John Zhuge (JIRA)" <ji...@apache.org> on 2016/09/19 16:10:21 UTC

[jira] [Created] (HDFS-10870) Wrong dfs.namenode.acls.enabled default in HdfsPermissionsGuide.apt.vm

John Zhuge created HDFS-10870:
---------------------------------

             Summary: Wrong dfs.namenode.acls.enabled default in HdfsPermissionsGuide.apt.vm
                 Key: HDFS-10870
                 URL: https://issues.apache.org/jira/browse/HDFS-10870
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: documentation
    Affects Versions: 2.6.0
            Reporter: John Zhuge
            Assignee: John Zhuge
            Priority: Trivial


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}}:
{code}
     * <<<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.
{code}

{code:title=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;
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org