Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 c323a9402 -> 986771179


"AMBARI-20245. Setup tez ats related parameters (smohanty)"

This reverts commit c323a94029565b76720549a3b950d653dd58ef84.


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

Branch: refs/heads/branch-2.5
Commit: 986771179ab65b144a396ae17fa4c9d5ad7ba281
Parents: c323a94
Author: Sumit Mohanty <[email protected]>
Authored: Wed Mar 1 16:44:45 2017 -0800
Committer: Sumit Mohanty <[email protected]>
Committed: Wed Mar 1 16:47:50 2017 -0800

----------------------------------------------------------------------
 ambari-server/pom.xml                                |  1 +
 .../HIVE/configuration/tez-interactive-site.xml      | 15 +++++++++++++--
 .../HDP/2.6/services/TEZ/configuration/tez-site.xml  |  6 ++++++
 3 files changed, 20 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/98677117/ambari-server/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index bf142cc..66213e9 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -298,6 +298,7 @@
             
<exclude>src/main/resources/stacks/BIGTOP/0.8/services/HDFS/package/scripts/balancer-emulator/balancer-err.log</exclude>
             
<exclude>src/main/resources/stacks/PHD/3.0.0.0/services/HDFS/package/scripts/balancer-emulator/balancer.log</exclude>
             
<exclude>src/main/resources/stacks/PHD/3.0.0.0/services/HDFS/package/scripts/balancer-emulator/balancer-err.log</exclude>
+            <exclude>**/SMARTSENSE/**</exclude>
             <exclude>conf/unix/ca.config</exclude>
             <exclude>conf/unix/krb5JAASLogin.conf</exclude>
             <exclude>conf/windows/ca.config</exclude>

http://git-wip-us.apache.org/repos/asf/ambari/blob/98677117/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/tez-interactive-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/tez-interactive-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/tez-interactive-site.xml
index 3ce5fed..a97f8d4 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/tez-interactive-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/tez-interactive-site.xml
@@ -69,10 +69,21 @@
   <property>
     <name>tez.session.am.dag.submit.timeout.secs</name>
     <value>1209600</value>
-    <description>The amoung of time an AM will wait, before killing itself,
+    <description>The amount of time an AM will wait, before killing itself,
       if not DAG is submitted.
     </description>
     <on-ambari-upgrade add="true"/>
   </property>
-
+  <property>
+    <name>tez.history.logging.taskattempt-filters</name>
+    <value>EXECUTOR_BUSY,EXTERNAL_PREEMPTION</value>
+    <description>TASK_ATTEMPT events to be ignored.</description>
+    <on-ambari-upgrade add="false"/>
+  </property>
+  <property>
+    <name>tez.history.logging.timeline.num-dags-per-group</name>
+    <value>5</value>
+    <description>Maximum number of dags per group.</description>
+    <on-ambari-upgrade add="false"/>
+  </property>
 </configuration>

http://git-wip-us.apache.org/repos/asf/ambari/blob/98677117/ambari-server/src/main/resources/stacks/HDP/2.6/services/TEZ/configuration/tez-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/TEZ/configuration/tez-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/TEZ/configuration/tez-site.xml
index 4bd1a19..393d077 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/TEZ/configuration/tez-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/TEZ/configuration/tez-site.xml
@@ -25,4 +25,10 @@
     </description>
     <on-ambari-upgrade add="false"/>
   </property>
+  <property>
+    
<name>tez.history.logging.timeline-cache-plugin.old-num-dags-per-group</name>
+    <value>5</value>
+    <description>DAGs per group</description>
+    <on-ambari-upgrade add="false"/>
+  </property>
 </configuration>

Reply via email to