[
https://issues.apache.org/jira/browse/HDFS-6039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13919248#comment-13919248
]
Hudson commented on HDFS-6039:
------------------------------
FAILURE: Integrated in Hadoop-Yarn-trunk #499 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk/499/])
HDFS-6039. Uploading a File under a Dir with default acls throws "Duplicated
ACLFeature". Contributed by Chris Nauroth. (cnauroth:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1573879)
* /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/FSAclBaseTest.java
*
/hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/test/resources/testAclCLI.xml
> Uploading a File under a Dir with default acls throws "Duplicated ACLFeature"
> -----------------------------------------------------------------------------
>
> Key: HDFS-6039
> URL: https://issues.apache.org/jira/browse/HDFS-6039
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: namenode
> Affects Versions: 3.0.0, 2.4.0
> Reporter: Yesha Vora
> Assignee: Chris Nauroth
> Fix For: 3.0.0, 2.4.0
>
> Attachments: HDFS-6039.1.patch
>
>
> Steps followed:
> 1) Create a Dir /tmp/HDFSAcls/Dir-0 and set default acl
> {noformat}hdfs dfs -setfacl -m default:user:user_1:rw-
> /tmp/HDFSAcls/Dir-0{noformat}
> 2) Upload a File under Dir-0 using copyFromLocal command
> {noformat}hdfs dfs -copyFromLocal /tmp/file-11
> /tmp/HDFSAcls/Dir-0/Child_file{noformat}
> copyFromLocal: Duplicated ACLFeature
> The upload of file fails with Duplicated Acl Feature Error.
--
This message was sent by Atlassian JIRA
(v6.2#6252)