You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "László Bodor (Jira)" <ji...@apache.org> on 2022/09/13 14:09:00 UTC

[jira] [Updated] (HIVE-26420) Configurable timeout for HiveSplitGenerator to wait for LLAP instances

     [ https://issues.apache.org/jira/browse/HIVE-26420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

László Bodor updated HIVE-26420:
--------------------------------
    Description: 
In some circumstances we cannot guarantee that LLAP daemons are ready as soon as Tez AMs, but don't want the query to fail immediately with:
{code}
Caused by: java.lang.IllegalArgumentException: No running LLAP daemons! Please check LLAP service status and zookeeper configuration
    com.google.common.base.Preconditions.checkArgument(Preconditions.java:142)
    org.apache.hadoop.hive.ql.exec.tez.Utils.getCustomSplitLocationProvider(Utils.java:105)
    org.apache.hadoop.hive.ql.exec.tez.Utils.getSplitLocationProvider(Utils.java:77)
    org.apache.hadoop.hive.ql.exec.tez.HiveSplitGenerator.<init>(HiveSplitGenerator.java:147)
    19 more
{code}

> Configurable timeout for HiveSplitGenerator to wait for LLAP instances
> ----------------------------------------------------------------------
>
>                 Key: HIVE-26420
>                 URL: https://issues.apache.org/jira/browse/HIVE-26420
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: László Bodor
>            Assignee: László Bodor
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> In some circumstances we cannot guarantee that LLAP daemons are ready as soon as Tez AMs, but don't want the query to fail immediately with:
> {code}
> Caused by: java.lang.IllegalArgumentException: No running LLAP daemons! Please check LLAP service status and zookeeper configuration
>     com.google.common.base.Preconditions.checkArgument(Preconditions.java:142)
>     org.apache.hadoop.hive.ql.exec.tez.Utils.getCustomSplitLocationProvider(Utils.java:105)
>     org.apache.hadoop.hive.ql.exec.tez.Utils.getSplitLocationProvider(Utils.java:77)
>     org.apache.hadoop.hive.ql.exec.tez.HiveSplitGenerator.<init>(HiveSplitGenerator.java:147)
>     19 more
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)