[
https://issues.apache.org/jira/browse/HADOOP-12016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14556193#comment-14556193
]
Hudson commented on HADOOP-12016:
---------------------------------
FAILURE: Integrated in Hadoop-Hdfs-trunk #2133 (See
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/2133/])
HADOOP-12016. Typo in FileSystem::listStatusIterator. Contributed by Arthur
Vigil. (jghoman: rev 4fc942a84f492065bacfa30cf8b624dc6a5f062b)
*
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java
* hadoop-common-project/hadoop-common/CHANGES.txt
> Typo in FileSystem:: listStatusIterator
> ---------------------------------------
>
> Key: HADOOP-12016
> URL: https://issues.apache.org/jira/browse/HADOOP-12016
> Project: Hadoop Common
> Issue Type: Bug
> Components: fs
> Reporter: Jakob Homan
> Assignee: Arthur Vigil
> Priority: Trivial
> Labels: newbie
> Fix For: 3.0.0
>
> Attachments: HADOOP-12016.001.patch
>
>
> {code} public RemoteIterator<FileStatus> listStatusIterator(final Path p)
> throws FileNotFoundException, IOException {
> return new RemoteIterator<FileStatus>() {
> //...
> throw new NoSuchElementException("No more entry in " + p);
> }
> return stats[i++];
> }{code}
> Should be 'no more entries'
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)