You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Deneche A. Hakim (JIRA)" <ji...@apache.org> on 2015/03/27 01:43:53 UTC

[jira] [Commented] (DRILL-2577) Parquet scan fails when directory contains _SUCCESS or _logs

    [ https://issues.apache.org/jira/browse/DRILL-2577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14383083#comment-14383083 ] 

Deneche A. Hakim commented on DRILL-2577:
-----------------------------------------

is it similar to PARQUET-142 ?

> Parquet scan fails when directory contains _SUCCESS or _logs
> ------------------------------------------------------------
>
>                 Key: DRILL-2577
>                 URL: https://issues.apache.org/jira/browse/DRILL-2577
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Storage - Parquet
>            Reporter: Steven Phillips
>            Assignee: Steven Phillips
>
> _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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)