[
https://issues.apache.org/jira/browse/HDFS-1869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13136666#comment-13136666
]
Hudson commented on HDFS-1869:
------------------------------
Integrated in Hadoop-Mapreduce-0.23-Commit #64 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-0.23-Commit/64/])
svn merge -c 1189546 from trunk for HDFS-1869.
szetszwo :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1189547
Files :
* /hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs
*
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
*
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java
*
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java
*
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/INodeDirectory.java
*
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/TestFsLimits.java
*
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/security/TestPermission.java
*
/hadoop/common/branches/branch-0.23/hadoop-hdfs-project/hadoop-hdfs/src/test/unit/org/apache/hadoop/hdfs/server/namenode/TestINodeFile.java
> 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
> Fix For: 0.23.0, 0.24.0
>
> Attachments: HDFS-1869-2.patch, HDFS-1869-3.patch, HDFS-1869-4.patch,
> HDFS-1869.patch
>
>
> 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.
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