You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/05/22 00:04:17 UTC

[jira] [Commented] (HADOOP-12016) Typo in FileSystem:: listStatusIterator

    [ https://issues.apache.org/jira/browse/HADOOP-12016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14555144#comment-14555144 ] 

Hudson commented on HADOOP-12016:
---------------------------------

FAILURE: Integrated in Hadoop-trunk-Commit #7886 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/7886/])
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)