[
https://issues.apache.org/jira/browse/DRILL-3650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14699831#comment-14699831
]
Deneche A. Hakim commented on DRILL-3650:
-----------------------------------------
Another failure in our internal cluster seem to be quite similar to this issue:
when running:
{noformat}
select * from logs where dir0=2013 and dir1=6
{noformat}
it fails with the following exception:
{noformat}
java.sql.SQLException: RESOURCE ERROR: Waited for 30937ms, but tasks for 'Get
block maps' are not complete. Total runnable size 33, parallelism 16.
{noformat}
> "Fetch Parquet Footer" times out for a seemingly small parquet files
> --------------------------------------------------------------------
>
> Key: DRILL-3650
> URL: https://issues.apache.org/jira/browse/DRILL-3650
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - Parquet
> Reporter: Deneche A. Hakim
> Assignee: Steven Phillips
> Fix For: 1.2.0
>
>
> running the following query in our internal (MapR) test cluster:
> {noformat}
> select c_integer, sum(c_integer) over(partition by c_varchar order by
> c_integer) from j8 order by c_integer
> {noformat}
> sometimes fails with the following error:
> {noformat}
> java.sql.SQLException: RESOURCE ERROR: Waited for 15000ms, but tasks for
> 'Fetch Parquet Footers' are not complete. Total runnable size 7, parallelism
> 7.
> {noformat}
> j8 table contains 8 parquet files that don't exceed 5KB each
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)