Description
Currently mkdir() automatically creates all ancestors for a directory. This is implemented in FSDirectory, by calling unprotectedMkdir() along the path. This jira proposes to move the function to FSNamesystem to simplify the primitive that FSDirectory needs to provide.
Attachments
Attachments
Issue Links
- depends upon
-
HDFS-6328 Clean up dead code in FSDirectory
- Closed