Haohui Mai created HDFS-6330:
--------------------------------
Summary: Move mkdir() to FSNamesystem
Key: HDFS-6330
URL: https://issues.apache.org/jira/browse/HDFS-6330
Project: Hadoop HDFS
Issue Type: Sub-task
Reporter: Haohui Mai
Assignee: Haohui Mai
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.
--
This message was sent by Atlassian JIRA
(v6.2#6252)