Description
Currently, FileSystem.mkdirs only applies the permissions to the last level if it was created. It should be applied to all levels that are created.
Attachments
Attachments
Issue Links
- is blocked by
-
HDFS-1869 mkdirs should use the supplied permission for all of the created directories
- Closed
- is related to
-
HADOOP-6897 FileSystem#mkdirs(FileSystem, Path, FsPermission) should not call setPermission if mkdirs failled
- Patch Available