[ 
https://issues.apache.org/jira/browse/MAPREDUCE-5809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13989235#comment-13989235
 ] 

Tsz Wo Nicholas Sze commented on MAPREDUCE-5809:
------------------------------------------------

- CopyCommitter should not get and use source FileSystem since it will be much 
slower.  We should change listing SequenceFile value to something like 
FileStatusWithACL (a new class).  Then, CopyCommitter could read ACL from it.

- Should AclsNotSupportedException extend IOException instead of 
RuntimeException?

- Let's move AclsNotSupportedException and 
DistCpUtils.checkFileSystemAclSupport(..) to Common.  They are also useful for 
other cases.

> Enhance distcp to support preserving HDFS ACLs.
> -----------------------------------------------
>
>                 Key: MAPREDUCE-5809
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5809
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>          Components: distcp
>    Affects Versions: 2.4.0
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>         Attachments: MAPREDUCE-5809.1.patch, MAPREDUCE-5809.2.patch, 
> MAPREDUCE-5809.3.patch
>
>
> This issue tracks enhancing distcp to add a new command-line argument for 
> preserving HDFS ACLs from the source at the copy destination.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to