You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Suresh Srinivas (JIRA)" <ji...@apache.org> on 2010/04/29 00:27:49 UTC

[jira] Updated: (HADOOP-6731) Octal umask with less than 3 digits is not handled

     [ https://issues.apache.org/jira/browse/HADOOP-6731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suresh Srinivas updated HADOOP-6731:
------------------------------------

        Summary: Octal umask with less than 3 digits is not handled  (was: Octal umask with less than 3 digits is not interpreted correctly)
    Description: Umasks with less than three digits should be accepted as valid umask. Umask with single digit, say 7, should be handled as 007. Similarly umask with two digits, say 77, should be handled as 077.  (was: Octal umask 7 is interpreted as 700 instead of 007. Octal umask 77 is interpreted as 770 instead of 077.)

> Octal umask with less than 3 digits is not handled
> --------------------------------------------------
>
>                 Key: HADOOP-6731
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6731
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: fs
>    Affects Versions: 0.21.0, 0.22.0
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.22.0
>
>
> Umasks with less than three digits should be accepted as valid umask. Umask with single digit, say 7, should be handled as 007. Similarly umask with two digits, say 77, should be handled as 077.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.