Zhe Zhang created HDFS-7177: ------------------------------- Summary: Add an option to include minimal ACL in getAclStatus return Key: HDFS-7177 URL: https://issues.apache.org/jira/browse/HDFS-7177 Project: Hadoop HDFS Issue Type: Improvement Reporter: Zhe Zhang Assignee: Zhe Zhang Priority: Minor
Currently the 3 minimal ACL entries are not included in the returned value of getAclStatus. {{FsShell}} gets them separately ({{FsPermission perm = item.stat.getPermission();}}). It'd be useful to make it optional to include them, so that external programs can get a complete view of the permissions. -- This message was sent by Atlassian JIRA (v6.3.4#6332)