This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 6b78a75  HDFS-16334. Correct NameNode ACL description (#3678)
6b78a75 is described below

commit 6b78a753e3543577ca77f4cacc6968c8c5ad2e90
Author: GuoPhilipse <46367746+guophili...@users.noreply.github.com>
AuthorDate: Mon Nov 22 06:41:57 2021 +0800

    HDFS-16334. Correct NameNode ACL description (#3678)
    
    Signed-off-by: Akira Ajisaka <aajis...@apache.org>
    (cherry picked from commit 3d1ca6f6dc1799e95feced466411743e9f9fddd4)
---
 .../hadoop-hdfs/src/site/markdown/HdfsPermissionsGuide.md               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsPermissionsGuide.md 
b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsPermissionsGuide.md
index 3c284c9..b9f7bbf 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsPermissionsGuide.md
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/site/markdown/HdfsPermissionsGuide.md
@@ -182,7 +182,7 @@ ACLs (Access Control Lists)
 
 In addition to the traditional POSIX permissions model, HDFS also supports 
POSIX ACLs (Access Control Lists). ACLs are useful for implementing permission 
requirements that differ from the natural organizational hierarchy of users and 
groups. An ACL provides a way to set different permissions for specific named 
users or named groups, not only the file's owner and the file's group.
 
-By default, support for ACLs is disabled, and the NameNode disallows creation 
of ACLs. To enable support for ACLs, set `dfs.namenode.acls.enabled` to true in 
the NameNode configuration.
+By default, support for ACLs is enabled, and the NameNode allows creation of 
ACLs. To disable support for ACLs, set `dfs.namenode.acls.enabled` to false in 
the NameNode configuration.
 
 An ACL consists of a set of ACL entries. Each ACL entry names a specific user 
or group and grants or denies read, write and execute permissions for that 
specific user or group. For example:
 

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to