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/14 10:46:00 UTC

[jira] [Commented] (HIVE-26445) Use tez.local.mode.without.network for qtests

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

László Bodor commented on HIVE-26445:
-------------------------------------

this one can merged upstream only after Tez 0.10.3 is released with TEZ-4447

> Use tez.local.mode.without.network for qtests
> ---------------------------------------------
>
>                 Key: HIVE-26445
>                 URL: https://issues.apache.org/jira/browse/HIVE-26445
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: László Bodor
>            Assignee: László Bodor
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> looks like in case of iceberg, the local dagclient behaves weird:
> {code}
> 2022-08-02T06:54:36,669 ERROR [2f953972-7675-4594-8d6b-d1c295c056a5 Time-limited test] tez.TezTask: Failed to execute tez graph.
> java.lang.NullPointerException: null
> 	at org.apache.hadoop.hive.ql.exec.tez.TezTask.collectCommitInformation(TezTask.java:367) ~[hive-exec-4.0.0-alpha-2-SNAPSHOT.jar:4.0.0-alpha-2-SNAPSHOT]
> 	at org.apache.hadoop.hive.ql.exec.tez.TezTask.execute(TezTask.java:279) [hive-exec-4.0.0-alpha-2-SNAPSHOT.jar:4.0.0-alpha-2-SNAPSHOT]
> 	at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:212) [hive-exec-4.0.0-alpha-2-SNAPSHOT.jar:4.0.0-alpha-2-SNAPSHOT]
> 	at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:105) [hive-exec-4.0.0-alpha-2-SNAPSHOT.jar:4.0.0-alpha-2-SNAPSHOT]
> 	at org.apache.hadoop.hive.ql.Executor.launchTask(Executor.java:354) [hive-exec-4.0.0-alpha-2-SNAPSHOT.jar:4.0.0-alpha-2-SNAPSHOT]
> 	at org.apache.hadoop.hive.ql.Executor.launchTasks(Executor.java:327) [hive-exec-4.0.0-alpha-2-SNAPSHOT.jar:4.0.0-alpha-2-SNAPSHOT]
> 	at org.apache.hadoop.hive.ql.Executor.runTasks(Executor.java:244) [hive-exec-4.0.0-alpha-2-SNAPSHOT.jar:4.0.0-alpha-2-SNAPSHOT]
> 	at org.apache.hadoop.hive.ql.Executor.execute(Executor.java:105) [hive-exec-4.0.0-alpha-2-SNAPSHOT.jar:4.0.0-alpha-2-SNAPSHOT]
> 	at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:355) [hive-exec-4.0.0-alpha-2-SNAPSHOT.jar:4.0.0-alpha-2-SNAPSHOT]
> 	at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:205) [hive-exec-4.0.0-alpha-2-SNAPSHOT.jar:4.0.0-alpha-2-SNAPSHOT]
> 	at org.apache.hadoop.hive.ql.Driver.run(Driver.java:154) [hive-exec-4.0.0-alpha-2-SNAPSHOT.jar:4.0.0-alpha-2-SNAPSHOT]
> 	at org.apache.hadoop.hive.ql.Driver.run(Driver.java:149) [hive-exec-4.0.0-alpha-2-SNAPSHOT.jar:4.0.0-alpha-2-SNAPSHOT]
> {code}
> it's thrown from https://github.com/apache/hive/blob/e0f2d287c562423dc2632910aae4f1cd8bcd4b4d/ql/src/java/org/apache/hadoop/hive/ql/exec/tez/TezTask.java#L367



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