Browse Source

AMBARI-5450. Increase 'tez.session.client.timeout.secs' value as Hive+Tez queries timeout. (srimanth)

Srimanth Gunturi 11 years ago
parent
commit
e46bf8b57c

+ 1 - 1
ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/configuration/tez-site.xml

@@ -156,7 +156,7 @@
   <!-- Client Submission timeout value when submitting DAGs to a session -->
   <!-- Client Submission timeout value when submitting DAGs to a session -->
   <property>
   <property>
     <name>tez.session.client.timeout.secs</name>
     <name>tez.session.client.timeout.secs</name>
-    <value>60</value>
+    <value>180</value>
     <description>Time (in seconds) to wait for AM to come up when trying to submit a DAG from
     <description>Time (in seconds) to wait for AM to come up when trying to submit a DAG from
       the client
       the client
     </description>
     </description>