You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Laszlo Gaal (Jira)" <ji...@apache.org> on 2021/02/03 13:03:00 UTC

[jira] [Commented] (IMPALA-10376) Data loading of a functional-query ORC table fails with "Fail to get checksum"

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

Laszlo Gaal commented on IMPALA-10376:
--------------------------------------

This failed now during an ASAN run. Quoting the data load log file {{logs/data_loading/sql/functional/load-functional-query-exhaustive-hive-generated-orc-def-block.sql.log}}:
{code}
INFO  : Loading data to table functional_orc_def.complextypestbl_medium from hdfs://localhost:20500/test-warehouse/managed/complextypestbl_medium_orc_def
ERROR : FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. java.io.IOException: Fail to get checksum, since file /test-warehouse/managed/complextypestbl_medium_orc_def/base_0000001/_orc_acid_version is under construction.
INFO  : Completed executing command(queryId=jenkins_20210201205345_fbab7c09-9489-4b8e-8ed6-a5970d10753c); Time taken: 15.441 seconds
INFO  : OK
Error: Error while compiling statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. java.io.IOException: Fail to get checksum, since file /test-warehouse/managed/complextypestbl_medium_orc_def/base_0000001/_orc_acid_version is under construction. (state=08S01,code=1)
java.sql.SQLException: Error while compiling statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask. java.io.IOException: Fail to get checksum, since file /test-warehouse/managed/complextypestbl_medium_orc_def/base_0000001/_orc_acid_version is under construction.
	at org.apache.hive.jdbc.HiveStatement.waitForOperationToComplete(HiveStatement.java:401)
	at org.apache.hive.jdbc.HiveStatement.execute(HiveStatement.java:266)
	at org.apache.hive.beeline.Commands.executeInternal(Commands.java:1007)
	at org.apache.hive.beeline.Commands.execute(Commands.java:1217)
	at org.apache.hive.beeline.Commands.sql(Commands.java:1146)
	at org.apache.hive.beeline.BeeLine.dispatch(BeeLine.java:1497)
	at org.apache.hive.beeline.BeeLine.execute(BeeLine.java:1355)
	at org.apache.hive.beeline.BeeLine.executeFile(BeeLine.java:1329)
	at org.apache.hive.beeline.BeeLine.begin(BeeLine.java:1127)
	at org.apache.hive.beeline.BeeLine.begin(BeeLine.java:1082)
	at org.apache.hive.beeline.BeeLine.mainWithInputRedirection(BeeLine.java:546)
	at org.apache.hive.beeline.BeeLine.main(BeeLine.java:528)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.hadoop.util.RunJar.run(RunJar.java:318)
	at org.apache.hadoop.util.RunJar.main(RunJar.java:232)
Closing: 0: jdbc:hive2://localhost:11050/default;auth=none
{code}

> Data loading of a functional-query ORC table fails with "Fail to get checksum"
> ------------------------------------------------------------------------------
>
>                 Key: IMPALA-10376
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10376
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 3.4.0
>            Reporter: Aman Sinha
>            Assignee: Zoltán Borók-Nagy
>            Priority: Major
>              Labels: broken-build, flaky
>
> The symptoms here are very similar to IMPALA-9923 (please see that JIRA for full context) except that this occurs for functional-query ORC table as shown below (seen in https://master-02.jenkins.cloudera.com/job/impala-asf-master-core-erasure-coding/632/):
> {noformat}
> load-functional-query-exhaustive-hive-generated-orc-def-block.sql.log:ERROR : FAILED: Execution Error, return code
>  1 from org.apache.hadoop.hive.ql.exec.MoveTask. java.io.IOException: Fail to get checksum, since file /test-
> warehouse/managed/chars_medium_orc_def/base_0000001/_orc_acid_version is under construction.
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org