Jakob Homan created HADOOP-12016:
------------------------------------
Summary: 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
{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)