Andrew Wang created HADOOP-9788: ----------------------------------- Summary: Add sticky bit support to org.apache.hadoop.fs.Stat Key: HADOOP-9788 URL: https://issues.apache.org/jira/browse/HADOOP-9788 Project: Hadoop Common Issue Type: Bug Affects Versions: 3.0.0, 2.3.0 Reporter: Andrew Wang Assignee: Andrew Wang
This is currently breaking DFSShell tests in HDFS. Right now the Stat class is truncating off the octal digit with the sticky bit, let's add support for it back in on supported platforms. This digit also has suid (s) and special execute (X) bits, so don't ignore those either. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira