Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.2
-
None
-
Reviewed
-
HDFS now supports ACLs (Access Control Lists). ACLs can specify fine-grained file permissions for specific named users or named groups.
Description
Currenly hdfs doesn't support Extended file ACL. In unix extended ACL can be achieved using getfacl and setfacl utilities. Is there anybody working on this feature ?
Attachments
Attachments
Issue Links
- breaks
-
HDFS-6326 WebHdfs ACL compatibility is broken
- Closed
-
HADOOP-10354 TestWebHDFS fails after merge of HDFS-4685 to trunk
- Closed
- incorporates
-
HADOOP-10184 Hadoop Common changes required to support HDFS ACLs.
- Closed
- is duplicated by
-
HDFS-5117 Allow the owner of an HDFS path to be a group
- Resolved
- is related to
-
HDFS-5923 Do not persist the ACL bit in the FsPermission
- Resolved
-
HDFS-5932 Ls should display the ACL bit
- Resolved
-
HDFS-5933 Optimize the FSImage layout for ACLs
- Resolved
-
HDFS-6962 ACL inheritance conflicts with umaskmode
- Resolved
-
HDFS-5737 Replacing only the default ACL can fail to copy unspecified base entries from the access ACL.
- Resolved
-
HDFS-5739 ACL RPC must allow null name or unspecified permissions in ACL entries.
- Resolved
-
HDFS-5799 Make audit logging consistent across ACL APIs.
- Resolved
-
HDFS-5849 Removing ACL from an inode fails if it has only a default ACL.
- Resolved
-
HDFS-6711 FSNamesystem#getAclStatus does not write to the audit log.
- Resolved
-
HDFS-6039 Uploading a File under a Dir with default acls throws "Duplicated ACLFeature"
- Closed
-
HDFS-6232 OfflineEditsViewer throws a NPE on edits containing ACL modifications
- Closed
-
HDFS-7456 De-duplicate AclFeature instances with same AclEntries do reduce memory footprint of NameNode
- Closed
-
HDFS-7218 FSNamesystem ACL operations should write to audit log on failure
- Closed
-
HDFS-6028 Print clearer error message when user attempts to delete required mask entry from ACL.
- Closed
-
HDFS-6128 Implement libhdfs bindings for HDFS ACL APIs.
- Open
-
HDFS-5621 NameNode: add indicator in web UI file system browser if a file has an ACL.
- Resolved
-
HDFS-5925 ACL configuration flag must only reject ACL API calls, not ACLs present in fsimage or edits.
- Resolved
-
HDFS-5860 Refactor INodeDirectory getDirectoryXFeature methods to use common getFeature helper method.
- Resolved
-
HDFS-7384 'getfacl' command and 'getAclStatus' output should be in sync
- Closed
-
MAPREDUCE-5809 Enhance distcp to support preserving HDFS ACLs.
- Closed
-
HDFS-5908 Change AclFeature to capture list of ACL entries in an ImmutableList.
- Closed
-
HDFS-6069 Quash stack traces when ACLs are disabled
- Closed
-
HDFS-5858 Refactor common ACL test cases to be run through multiple FileSystem implementations.
- Resolved
-
HDFS-5937 Fix TestOfflineEditsViewer on HDFS-4685 branch.
- Resolved
-
HDFS-5995 TestFSEditLogLoader#testValidateEditLogWithCorruptBody gets OutOfMemoryError and dumps heap.
- Resolved
-
HDFS-5624 Add HDFS tests for ACLs in combination with viewfs.
- Closed
-
HDFS-6063 TestAclCLI fails intermittently when running test 24: copyFromLocal
- Closed
- relates to
-
HDFS-5827 Children are not inheriting parent's default ACLs
- Resolved
-
HADOOP-9671 Improve Hadoop security - Use cases, Threat Model and Problems
- Open