You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by am...@apache.org on 2011/08/02 06:17:35 UTC

svn commit: r1153020 - /hive/trunk/conf/hive-default.xml

Author: amareshwari
Date: Tue Aug  2 04:17:34 2011
New Revision: 1153020

URL: http://svn.apache.org/viewvc?rev=1153020&view=rev
Log:
HIVE-2328. Sets hive.zookeeper.session.timeout value to 600000 in hive-default.xml. Contributedby Carl Steinbach

Modified:
    hive/trunk/conf/hive-default.xml

Modified: hive/trunk/conf/hive-default.xml
URL: http://svn.apache.org/viewvc/hive/trunk/conf/hive-default.xml?rev=1153020&r1=1153019&r2=1153020&view=diff
==============================================================================
--- hive/trunk/conf/hive-default.xml (original)
+++ hive/trunk/conf/hive-default.xml Tue Aug  2 04:17:34 2011
@@ -872,7 +872,7 @@
 
 <property>
   <name>hive.zookeeper.session.timeout</name>
-  <value></value>
+  <value>600000</value>
   <description>Zookeeper client's session timeout. The client is disconnected, and as a result, all locks released, if a heartbeat is not sent in the timeout.</description>
 </property>