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 "Daryn Sharp (JIRA)" <ji...@apache.org> on 2011/04/29 22:37:03 UTC

[jira] [Created] (HDFS-1869) mkdirs should use the supplied permission for all of the created directories

mkdirs should use the supplied permission for all of the created directories
----------------------------------------------------------------------------

                 Key: HDFS-1869
                 URL: https://issues.apache.org/jira/browse/HDFS-1869
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: name-node
    Affects Versions: 0.23.0
            Reporter: Daryn Sharp
            Assignee: Daryn Sharp


Mkdirs only uses the supplied FsPermission for the last directory of the path.  Paths 0..N-1 will all inherit the parent dir's permissions -even if- inheritPermission is false.  This is a regression from somewhere around 0.20.9 and does not follow posix semantics.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira