Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
This JIRA tries to add unit tests for extended ACLs in HDFS, to cover the following scenarios:
- the default ACL of parent directory should be inherited by newly created child directory and file
- the access ACL of parent directory should not be inherited by newly created child directory and file
- changing the default ACL of parent directory should not change the ACL of existing child directory and file
- child directory can add more default ACL in addition to the ACL inherited from parent directory
- child directory can also restrict ACL based on the ACL inherited from parent directory