Description
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.
Attachments
Attachments
Issue Links
- blocks
-
HADOOP-6962 FileSystem.mkdirs(Path, FSPermission) should use the permission for all of the created directories
- Resolved