Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HDFS ACLs (HDFS-4685)
-
None
-
Reviewed
Description
AclReadFlag and AclWriteFlag intended to capture various options used in getfacl and setfacl. These options determine whether the tool should traverse the filesystem recursively, follow the symlink, etc., but they are not part of the core ACLs abstractions.
The client program has more information and more flexibility to implement these options. This jira proposes to remove these flags to simplify the APIs.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-5599 DistributedFileSystem: add support for recursive flag in ACL methods.
- Resolved
-
HDFS-5607 libHDFS: add support for recursive flag in ACL functions.
- Resolved
-
HDFS-5611 WebHDFS: add support for recursive flag in ACL operations.
- Resolved
-
HADOOP-10192 FileSystem#getAclStatus has incorrect JavaDocs.
- Resolved
- relates to
-
HADOOP-10185 FileSystem API for ACLs.
- Resolved