Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-6760

LocatedFileStatusFetcher to use listFiles(recursive)

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.8.0
    • None
    • mrv2
    • None

    Description

      LocatedFileStatusFetcher does parallelized path listing, but it does make recursive calls on every subdir.

      If we could switch it to use FileSystem.listFiles(recursive), object stores that have high-performance implementations of that operation would see significant speedup.

      HADOOP-13208 implements that for S3A; Azure, swift &c can do the same.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              stevel@apache.org Steve Loughran
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated: