You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Andrew Wang (JIRA)" <ji...@apache.org> on 2013/07/29 23:09:48 UTC

[jira] [Created] (HADOOP-9788) Add sticky bit support to org.apache.hadoop.fs.Stat

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