浏览代码

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

Srimanth Gunturi 11 年之前
父节点
当前提交
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 -->
   <property>
     <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
       the client
     </description>