You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Andy Isaacson (JIRA)" <ji...@apache.org> on 2012/06/18 20:01:44 UTC

[jira] [Created] (HDFS-3542) chmod does not parse ugo+rwx,+t correctly

Andy Isaacson created HDFS-3542:
-----------------------------------

             Summary: chmod does not parse ugo+rwx,+t correctly
                 Key: HDFS-3542
                 URL: https://issues.apache.org/jira/browse/HDFS-3542
             Project: Hadoop HDFS
          Issue Type: Bug
    Affects Versions: 2.0.0-alpha
            Reporter: Andy Isaacson
            Assignee: Andy Isaacson
            Priority: Minor


The {{-chmod}} command should either parse the string properly, or provide an error message.  Currently it discards the first part of the provided pattern.

{code}
$ hdfs dfs -chmod ugo+rwx,+t /tmp
$ hdfs dfs -ls /
Found 1 items
drwxr-xr-t   - hdfs supergroup          0 2012-06-18 10:53 /tmp
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira