[
https://issues.apache.org/jira/browse/HIVE-9990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14375316#comment-14375316
]
Ferdinand Xu commented on HIVE-9990:
------------------------------------
I am not able to reproduce it locally. I looked at the recent jenkins job and
didn't find the log for this failed case. From HIVE-9934, I am wondering
whether it is caused by spark side that two threads are trying to fetch the
same file. I am not quite sure the root cause and will keep this jira open once
we can reproduce it.
Hi [~xuefuz], can you reproduce it in the latest trunk?
> TestMultiSessionsHS2WithLocalClusterSpark is failing
> ----------------------------------------------------
>
> Key: HIVE-9990
> URL: https://issues.apache.org/jira/browse/HIVE-9990
> Project: Hive
> Issue Type: Bug
> Components: Spark
> Affects Versions: 1.2.0
> Reporter: Xuefu Zhang
> Assignee: Ferdinand Xu
>
> At least sometimes. I can reproduce it with "mvn test
> -Dtest=TestMultiSessionsHS2WithLocalClusterSpark -Phadoop-2" consistently on
> my local box (both trunk and spark branch).
> {code}
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.apache.hive.jdbc.TestMultiSessionsHS2WithLocalClusterSpark
> Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 92.438 sec
> <<< FAILURE! - in
> org.apache.hive.jdbc.TestMultiSessionsHS2WithLocalClusterSpark
> testSparkQuery(org.apache.hive.jdbc.TestMultiSessionsHS2WithLocalClusterSpark)
> Time elapsed: 21.514 sec <<< ERROR!
> java.util.concurrent.ExecutionException: java.sql.SQLException: Error while
> processing statement: FAILED: Execution Error, return code 3 from
> org.apache.hadoop.hive.ql.exec.spark.SparkTask
> at org.apache.hive.jdbc.HiveStatement.execute(HiveStatement.java:296)
> at
> org.apache.hive.jdbc.HiveStatement.executeQuery(HiveStatement.java:392)
> at
> org.apache.hive.jdbc.TestMultiSessionsHS2WithLocalClusterSpark.verifyResult(TestMultiSessionsHS2WithLocalClusterSpark.java:244)
> at
> org.apache.hive.jdbc.TestMultiSessionsHS2WithLocalClusterSpark.testKvQuery(TestMultiSessionsHS2WithLocalClusterSpark.java:220)
> at
> org.apache.hive.jdbc.TestMultiSessionsHS2WithLocalClusterSpark.access$000(TestMultiSessionsHS2WithLocalClusterSpark.java:53)
> {code}
> The error was also seen in HIVE-9934 test run.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)