[
https://issues.apache.org/jira/browse/HADOOP-12016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arthur Vigil updated HADOOP-12016:
----------------------------------
Attachment: HADOOP-12016.001.patch
fixes typo
> 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
> Priority: Trivial
> Labels: newbie
> 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)