You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2014/06/10 03:10:02 UTC

[jira] [Updated] (HADOOP-10557) FsShell -cp -p does not preserve extended ACLs

     [ https://issues.apache.org/jira/browse/HADOOP-10557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akira AJISAKA updated HADOOP-10557:
-----------------------------------

    Attachment: HADOOP-10557.3.patch

Thanks [~jira.shegalov] for the comment. Updated the patch to print a warning as follows when src has some extended ACLs but dst doesn't support it.
{code}
# hdfs dfs -cp -p testfile file:///root/
14/06/10 08:28:12 WARN shell.CommandWithDestination: Extended ACLs user:ajisakaa:rw-,group::r-- in hdfs://localhost:9000/user/root/testfile are not preserved because the target FileSystem doesn't support ACLs.
{code}

> FsShell -cp -p does not preserve extended ACLs
> ----------------------------------------------
>
>                 Key: HADOOP-10557
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10557
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.4.0
>            Reporter: Akira AJISAKA
>            Assignee: Akira AJISAKA
>         Attachments: HADOOP-10557.2.patch, HADOOP-10557.3.patch, HADOOP-10557.patch
>
>
> This issue tracks enhancing FsShell cp to
> * preserve extended ACLs by -p option
> or
> * add a new command-line option for preserving extended ACLs.



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