Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HDFS ACLs (HDFS-4685)
-
None
-
Reviewed
Description
This patch will take a previously unused bit in the 16-bit FsPermission and use it to indicate the presence of an ACL on the file or directory. The CLI will use this to display an indicator in the permission string if an ACL is present. The NameNode will use it in ACL modification APIs, permission checks, and display of an indicator in the directory browser web UI.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-10354 TestWebHDFS fails after merge of HDFS-4685 to trunk
- Closed
-
HDFS-5621 NameNode: add indicator in web UI file system browser if a file has an ACL.
- Resolved
-
HDFS-7384 'getfacl' command and 'getAclStatus' output should be in sync
- Closed
- is required by
-
HDFS-5758 NameNode: complete implementation of inode modifications for ACLs.
- Resolved