Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-16829 Über-jira: S3A Hadoop 3.3.1 features
  3. HADOOP-16468

S3AFileSystem.getContentSummary() to use listFiles(recursive)

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 3.2.0
    • hadoop-13704
    • fs, fs/s3
    • None

    Description

      HIVE-22054 discusses how they use getContentSummary to see if a directory is empty.

      This is implemented in FileSystem as a recursive treewalk, with all the costs there.

      Hive is moving off it; once that is in it won't be so much of an issue. But if we wanted to speed up older versions of Hive, we could move the operation to using a flat list

      That would give us the file size rapidly; the directory count would have to be worked out by tracking parent dirs of all paths (and all entries ending with /), and adding them up

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: