Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 139FC178D7 for ; Tue, 13 Jan 2015 19:39:37 +0000 (UTC) Received: (qmail 19234 invoked by uid 500); 13 Jan 2015 19:39:38 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 19170 invoked by uid 500); 13 Jan 2015 19:39:38 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 19155 invoked by uid 500); 13 Jan 2015 19:39:38 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 19152 invoked by uid 99); 13 Jan 2015 19:39:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2015 19:39:38 +0000 Date: Tue, 13 Jan 2015 19:39:38 +0000 (UTC) From: "Marcelo Vanzin (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-9360) TestSparkClient throws Timeoutexception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-9360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14275783#comment-14275783 ] Marcelo Vanzin commented on HIVE-9360: -------------------------------------- Yeah, I dislike timeouts in tests but in this case it's kinda hard to avoid them. Feel free to increase them if that makes things better. > 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 > Attachments: HIVE-9360.patch > > > 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)