You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2015/01/30 22:16:55 UTC

svn commit: r1656123 - in /hive/branches/branch-1.1: ./ common/src/java/org/apache/hadoop/hive/conf/HiveConf.java

Author: brock
Date: Fri Jan 30 21:16:55 2015
New Revision: 1656123

URL: http://svn.apache.org/r1656123
Log:
HIVE-9519: Bump up spark client connection timeout (Ashish via Xuefu)

Modified:
    hive/branches/branch-1.1/   (props changed)
    hive/branches/branch-1.1/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java

Propchange: hive/branches/branch-1.1/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jan 30 21:16:55 2015
@@ -3,4 +3,4 @@
 /hive/branches/spark:1608589-1654414,1654553,1654869,1654873,1655427,1655468,1655926
 /hive/branches/tez:1494760-1622766
 /hive/branches/vectorization:1466908-1527856
-/hive/trunk:1655202,1655210,1655213,1655436,1655460,1655894-1655895,1656114
+/hive/trunk:1655202,1655210,1655213,1655436,1655460,1655894-1655895,1656061,1656114

Modified: hive/branches/branch-1.1/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
URL: http://svn.apache.org/viewvc/hive/branches/branch-1.1/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java?rev=1656123&r1=1656122&r2=1656123&view=diff
==============================================================================
--- hive/branches/branch-1.1/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java (original)
+++ hive/branches/branch-1.1/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java Fri Jan 30 21:16:55 2015
@@ -2014,7 +2014,7 @@ public class HiveConf extends Configurat
       "1000ms", new TimeValidator(TimeUnit.MILLISECONDS),
       "Timeout for remote Spark driver in connecting back to Hive client."),
     SPARK_RPC_CLIENT_HANDSHAKE_TIMEOUT("hive.spark.client.server.connect.timeout",
-      "20000ms", new TimeValidator(TimeUnit.MILLISECONDS),
+      "90000ms", new TimeValidator(TimeUnit.MILLISECONDS),
       "Timeout for handshake between Hive client and remote Spark driver.  Checked by both processes."),
     SPARK_RPC_SECRET_RANDOM_BITS("hive.spark.client.secret.bits", "256",
       "Number of bits of randomness in the generated secret for communication between Hive client and remote Spark driver. " +