[
https://issues.apache.org/jira/browse/HIVE-9360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Szehon Ho updated HIVE-9360:
----------------------------
Description:
TestSparkClient has been throwing TimeoutException in some test runs.
The exception looks like:
{noformat}
java.util.concurrent.TimeoutException: null
at io.netty.util.concurrent.AbstractFuture.get(AbstractFuture.java:49)
at org.apache.hive.spark.client.JobHandleImpl.get(JobHandleImpl.java:74)
at org.apache.hive.spark.client.JobHandleImpl.get(JobHandleImpl.java:35)
at
org.apache.hive.spark.client.TestSparkClient$5.call(TestSparkClient.java:130)
at
org.apache.hive.spark.client.TestSparkClient.runTest(TestSparkClient.java:224)
at
org.apache.hive.spark.client.TestSparkClient.testMetricsCollection(TestSparkClient.java:126)
{noformat}
but for each of the tests.
was:
TestSparkClient has been throwing TimeoutException in some test runs.
{noformat}
java.util.concurrent.TimeoutException: null
at io.netty.util.concurrent.AbstractFuture.get(AbstractFuture.java:49)
at org.apache.hive.spark.client.JobHandleImpl.get(JobHandleImpl.java:74)
at org.apache.hive.spark.client.JobHandleImpl.get(JobHandleImpl.java:35)
at
org.apache.hive.spark.client.TestSparkClient$5.call(TestSparkClient.java:130)
at
org.apache.hive.spark.client.TestSparkClient.runTest(TestSparkClient.java:224)
at
org.apache.hive.spark.client.TestSparkClient.testMetricsCollection(TestSparkClient.java:126)
{noformat}
for each of the tests.
> TestSparkClient throws Timeoutexception
> ---------------------------------------
>
> Key: HIVE-9360
> URL: https://issues.apache.org/jira/browse/HIVE-9360
> Project: Hive
> Issue Type: Test
> Components: Tests
> Affects Versions: 0.15.0
> Reporter: Szehon Ho
>
> TestSparkClient has been throwing TimeoutException in some test runs.
> The exception looks like:
> {noformat}
> java.util.concurrent.TimeoutException: null
> at io.netty.util.concurrent.AbstractFuture.get(AbstractFuture.java:49)
> at org.apache.hive.spark.client.JobHandleImpl.get(JobHandleImpl.java:74)
> at org.apache.hive.spark.client.JobHandleImpl.get(JobHandleImpl.java:35)
> at
> org.apache.hive.spark.client.TestSparkClient$5.call(TestSparkClient.java:130)
> at
> org.apache.hive.spark.client.TestSparkClient.runTest(TestSparkClient.java:224)
> at
> org.apache.hive.spark.client.TestSparkClient.testMetricsCollection(TestSparkClient.java:126)
> {noformat}
> but for each of the tests.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)