[
https://issues.apache.org/jira/browse/MAPREDUCE-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12746270#action_12746270
]
Chris Douglas commented on MAPREDUCE-895:
-----------------------------------------
(after applying HADOOP-6201 , HDFS-538)
{noformat}
[exec] +1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] +1 tests included. The patch appears to include 9 new or
modified tests.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning
messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number
of javac compiler warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs
warnings.
[exec]
[exec] +1 release audit. The applied patch does not increase the
total number of release audit warnings.
{noformat}
> FileSystem::ListStatus will now throw FileNotFoundException, MapRed needs
> updated
> ---------------------------------------------------------------------------------
>
> Key: MAPREDUCE-895
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-895
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Reporter: Jakob Homan
> Assignee: Jakob Homan
> Attachments: MAPREDUCE-895.patch
>
>
> HADOOP-6201 (and HDFS-538) determined the semantics of FileSystem::ListStatus
> is not correct and that the actual file system class vary in their
> implemenations, with some throwing an exception and some returning null.
> Fixing this will require adjusting code that calls this method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.