[ 
https://issues.apache.org/jira/browse/HDFS-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755133#action_12755133
 ] 

Kan Zhang commented on HDFS-617:
--------------------------------

Atteched a patch that 
1. added a boolean parameter to the create() RPC call to indicate whether 
missing parent directories should be created.
2. added a createNonCursive() method to DistributedFileSystem interface, which 
doesn't create missing parent directories (complements existing create() method 
that does).

> Support for non-recursive create() in HDFS
> ------------------------------------------
>
>                 Key: HDFS-617
>                 URL: https://issues.apache.org/jira/browse/HDFS-617
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Kan Zhang
>            Assignee: Kan Zhang
>         Attachments: h617-01.patch
>
>
> HADOOP-4952 calls for a create call that doesn't automatically create missing 
> parent directories.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to