You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2014/04/12 00:49:20 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/branch-1.5.1 72c261f8e -> 89c57db00


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/89c57db0
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/89c57db0
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/89c57db0

Branch: refs/heads/branch-1.5.1
Commit: 89c57db00d0023f3538623a74f59a512237dae6e
Parents: 72c261f
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Fri Apr 11 15:45:50 2014 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Fri Apr 11 15:45:50 2014 -0700

----------------------------------------------------------------------
 .../stacks/HDP/2.1/services/TEZ/configuration/tez-site.xml         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/89c57db0/ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/configuration/tez-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/configuration/tez-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/configuration/tez-site.xml
index 02a4e46..1c56da4 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1/services/TEZ/configuration/tez-site.xml
+++ b/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>