LocalFileSystem Needs createNonRecursive API --------------------------------------------
Key: HADOOP-6886 URL: https://issues.apache.org/jira/browse/HADOOP-6886 Project: Hadoop Common Issue Type: Improvement Components: fs Affects Versions: 0.20-append Reporter: Nicolas Spiegelberg Priority: Minor Fix For: 0.20-append While running sanity check tests for HBASE-2312, I noticed that HDFS-617 did not include createNonRecursive() support for the LocalFileSystem. This is a problem for HBase, which allows the user to run over the LocalFS instead of HDFS for local cluster testing. I think this only affects 0.20-append, but may affect the trunk based upon how exactly FileContext handles non-recursive creates. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.