[ https://issues.apache.org/jira/browse/HADOOP-6886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13166271#comment-13166271
]
Hudson commented on HADOOP-6886:
--------------------------------
Integrated in Hadoop-Hdfs-trunk #889 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/889/])
HADOOP-6886. LocalFileSystem Needs createNonRecursive API. Contributed by Nicolas Spiegelberg
and Eli Collins
eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1212073
Files :
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ChecksumFileSystem.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/RawLocalFileSystem.java
> 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
> Assignee: Nicolas Spiegelberg
> Priority: Minor
> Fix For: 0.23.1, 1.0.0
>
> Attachments: HADOOP-6886-branch-0.20-security.patch, HADOOP-6886-branch-0.20-security.patch,
HADOOP-6886_20-append.patch, hadoop-6886-1.patch
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|