Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
HDFS ACLs (HDFS-4685)
-
None
-
Reviewed
Description
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.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-10361 Correct alignment in CLI output for ACLs.
- Closed
- relates to
-
HDFS-5702 FsShell Cli: Add XML based End-to-End test for getfacl and setfacl commands
- Resolved
-
HADOOP-10247 FsShell -ls -R output misaligned if child path has longer string representation than parent.
- Open
-
HADOOP-10184 Hadoop Common changes required to support HDFS ACLs.
- Closed