You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by "karthik.R" <ka...@gmail.com> on 2018/10/08 06:50:30 UTC

Failed to fetch parquet metadata after 15000ms

Hi,
I am frequently getting below exception when running a query in drill 1.14.
Could you please help what option to set to increase this timeout?

Waited for 15000ms , but tasks for 'Fetch parquet metadata' are not
complete. Total runnable size 4 , parallelism 4


My parquet files present in s3 location with 5 parquet file partitions.

Please help

Re: Failed to fetch parquet metadata after 15000ms

Posted by Abhishek Girish <ag...@apache.org>.
Hey Karthik,

This is a bug and there are a few JIRAs to track this and one of those is
DRILL-5788 <https://issues.apache.org/jira/browse/DRILL-5788>. It's likely
because of a hard-coded default for the timeout which is sometimes not
sufficient. Can you please update the JIRA with your findings, which can
help resolving the issue?

Regards,
Abhishek

On Mon, Oct 8, 2018 at 10:40 AM karthik.R <ka...@gmail.com> wrote:

> Hi,
> I am frequently getting below exception when running a query in drill 1.14.
> Could you please help what option to set to increase this timeout?
>
> Waited for 15000ms , but tasks for 'Fetch parquet metadata' are not
> complete. Total runnable size 4 , parallelism 4
>
>
> My parquet files present in s3 location with 5 parquet file partitions.
>
> Please help
>

Re: Failed to fetch parquet metadata after 15000ms

Posted by Khurram Faraaz <kf...@mapr.com>.
Hi Karthik,

You can try setting the session/system option, exec.queue.timeout_millis to
a higher value, the default is 300000

Thanks,
Khurram

On Mon, Oct 8, 2018 at 10:40 AM karthik.R <ka...@gmail.com> wrote:

> Hi,
> I am frequently getting below exception when running a query in drill 1.14.
> Could you please help what option to set to increase this timeout?
>
> Waited for 15000ms , but tasks for 'Fetch parquet metadata' are not
> complete. Total runnable size 4 , parallelism 4
>
>
> My parquet files present in s3 location with 5 parquet file partitions.
>
> Please help
>