HDFS-6399. Add note about setfacl in HDFS permissions guide. Contributed by Chris Nauroth.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1601476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Wang 2014-06-09 18:42:17 +00:00
parent 8b2b7ff0ae
commit a72f850e33
2 changed files with 5 additions and 2 deletions

View File

@ -482,6 +482,9 @@ Release 2.5.0 - UNRELEASED
HDFS-6297. Add CLI testcases to reflect new features of dfs and dfsadmin HDFS-6297. Add CLI testcases to reflect new features of dfs and dfsadmin
(Dasha Boudnik via cos) (Dasha Boudnik via cos)
HDFS-6399. Add note about setfacl in HDFS permissions guide.
(cnauroth via wang)
OPTIMIZATIONS OPTIMIZATIONS
HDFS-6214. Webhdfs has poor throughput for files >2GB (daryn) HDFS-6214. Webhdfs has poor throughput for files >2GB (daryn)

View File

@ -395,8 +395,8 @@ HDFS Permissions Guide
permission checking is turned off, but all other behavior is permission checking is turned off, but all other behavior is
unchanged. Switching from one parameter value to the other does not unchanged. Switching from one parameter value to the other does not
change the mode, owner or group of files or directories. change the mode, owner or group of files or directories.
Regardless of whether permissions are on or off, chmod, chgrp and Regardless of whether permissions are on or off, chmod, chgrp, chown and
chown always check permissions. These functions are only useful in setfacl always check permissions. These functions are only useful in
the permissions context, and so there is no backwards compatibility the permissions context, and so there is no backwards compatibility
issue. Furthermore, this allows administrators to reliably set issue. Furthermore, this allows administrators to reliably set
owners and permissions in advance of turning on regular permissions owners and permissions in advance of turning on regular permissions