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 "Haohui Mai (JIRA)" <ji...@apache.org> on 2014/01/21 22:22:20 UTC

[jira] [Resolved] (HADOOP-10241) Clean up output of FsShell getfacl.

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

Haohui Mai resolved HADOOP-10241.
---------------------------------

       Resolution: Fixed
    Fix Version/s: HDFS ACLs (HDFS-4685)
     Hadoop Flags: Reviewed

I've committed the patch. Thanks Chris for the contribution.

> Clean up output of FsShell getfacl.
> -----------------------------------
>
>                 Key: HADOOP-10241
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10241
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: HDFS ACLs (HDFS-4685)
>            Reporter: Chris Nauroth
>            Assignee: Chris Nauroth
>             Fix For: HDFS ACLs (HDFS-4685)
>
>         Attachments: HADOOP-10241.1.patch
>
>
> This patch will clean up a few formatting issues in the output of the getfacl command:
> # Currently, the file name is output as the full URI with "hdfs" scheme.  We'll change this to print just the path portion for consistency with other shell commands like ls.
> # Print a blank line after printing an ACL.  Linux getfacl does this.  It's particularly helpful with getfacl -R, so that you get a visual indicator in between each returned ACL.
> # The '+' indicator appended to the permissions when the ACL bit is on throws off the nicely aligned table formatting of ls.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)