Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-17469 IOStatistics Phase II
  3. HADOOP-17275

Implement Incremental globStatus() -> RemoteIterator class

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.3.0
    • None
    • fs
    • None

    Description

      globStatus/globber is inefficient, not incremental and doesn't provide a way to query any IOStatistics.

      Proposed:

      • new IncrementalGlobber class which takes an interface to the file source (+impls for FS and FC) which offer the incremental ops
      • use incremental listStatusIncremental calls
      • or, if no wildcards, full deep listFiles(recursive)
      • collect IOStatistics from source ops, aggregate and serve

      Potentially a lot of work...need to look carefully here

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: