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

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

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: 8c74cc4d5f7ff8a4bfab6eca55993f53d0aedf4d
Parents: d562216
Author: Sumit Mohanty <smoha...@hortonworks.com>
Authored: Wed Mar 1 04:41:51 2017 -0800
Committer: Sumit Mohanty <smoha...@hortonworks.com>
Committed: Wed Mar 1 11:07:05 2017 -0800

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/8c74cc4d/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/8c74cc4d/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>

http://git-wip-us.apache.org/repos/asf/ambari/blob/8c74cc4d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2b0cb30..1cb9745 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,6 +283,7 @@
             <exclude>**/.gitkeep</exclude>
             <exclude>**/.jshintrc</exclude>
             <exclude>**/.editorconfig</exclude>
+            <exclude>**/SMARTSENSE/**</exclude>
             <!--gitignore content-->
             <exclude>.DS_Store</exclude>
             <exclude>**/*.iml</exclude>

Reply via email to