[
https://issues.apache.org/jira/browse/HDFS-10870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15507283#comment-15507283
]
John Zhuge commented on HDFS-10870:
-----------------------------------
Thanks [~eddyxu] for the review and commit!
Thanks [~raviprak], this fix is to prevent users from wrongly expecting ACLs to
be enabled.
> 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
> Fix For: 2.6.5
>
> Attachments: HDFS-10870-branch-2.6.001.patch
>
>
> 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: [email protected]
For additional commands, e-mail: [email protected]