Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-12016

Typo in FileSystem:: listStatusIterator

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 3.0.0-alpha1
    • fs
    • Reviewed

    Description

        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++];
            }

      Should be 'no more entries'

      Attachments

        1. HADOOP-12016.001.patch
          0.8 kB
          Arthur Vigil

        Activity

          People

            ahvigil Arthur Vigil
            jghoman Jakob Homan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: