Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-2577

Parquet scan fails when directory contains _SUCCESS or _logs

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.8.0
    • 0.9.0
    • Storage - Parquet
    • None

    Description

      _SUCCESS and _logs are often created from map reduce jobs, and typically ignored. This is commonly done using the OutputFilesFilter in hadoop.
      The new FooterGatherer class, which is used to read parquet footers in parallel, does not use this filter. So it attempts to read these as parquet files and fails.
      The fix is to use the DrillPathFilter, which extends OutputFilesFilter, in the FooterGather code.

      Attachments

        1. DRILL-2577.patch
          4 kB
          Steven Phillips

        Issue Links

          Activity

            People

              sphillips Steven Phillips
              sphillips Steven Phillips
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: