Details
Description
Steps followed:
1) Create a Dir /tmp/HDFSAcls/Dir-0 and set default acl
hdfs dfs -setfacl -m default:user:user_1:rw- /tmp/HDFSAcls/Dir-0
2) Upload a File under Dir-0 using copyFromLocal command
hdfs dfs -copyFromLocal /tmp/file-11 /tmp/HDFSAcls/Dir-0/Child_file
copyFromLocal: Duplicated ACLFeature
The upload of file fails with Duplicated Acl Feature Error.
Attachments
Attachments
Issue Links
- relates to
-
HDFS-4685 Implementation of ACLs in HDFS
-
- Closed
-