Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BE035200B84 for ; Tue, 20 Sep 2016 20:00:24 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BC9A1160AC5; Tue, 20 Sep 2016 18:00:24 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 07F3E160AC0 for ; Tue, 20 Sep 2016 20:00:23 +0200 (CEST) Received: (qmail 54749 invoked by uid 500); 20 Sep 2016 18:00:23 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 54729 invoked by uid 99); 20 Sep 2016 18:00:23 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2016 18:00:23 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C967D2C2A64 for ; Tue, 20 Sep 2016 18:00:22 +0000 (UTC) Date: Tue, 20 Sep 2016 18:00:22 +0000 (UTC) From: "John Zhuge (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-10870) Wrong dfs.namenode.acls.enabled default in HdfsPermissionsGuide.apt.vm MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 20 Sep 2016 18:00:24 -0000 [ 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} > * <<>> > 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-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org