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 "Chris Nauroth (JIRA)" <ji...@apache.org> on 2014/01/18 18:34:20 UTC

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

Chris Nauroth created HADOOP-10241:
--------------------------------------

             Summary: 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


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)