Browse Source

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

This reverts commit ae44ad03aecb26e7207b08c583291e2cde282072.
Sumit Mohanty 8 years ago
parent
commit
c323a94029

+ 2 - 13
ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/tez-interactive-site.xml

@@ -69,21 +69,10 @@
   <property>
     <name>tez.session.am.dag.submit.timeout.secs</name>
     <value>1209600</value>
-    <description>The amount of time an AM will wait, before killing itself,
+    <description>The amoung 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>

+ 0 - 6
ambari-server/src/main/resources/stacks/HDP/2.6/services/TEZ/configuration/tez-site.xml

@@ -25,10 +25,4 @@
     </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>

+ 0 - 1
pom.xml

@@ -283,7 +283,6 @@
             <exclude>**/.gitkeep</exclude>
             <exclude>**/.jshintrc</exclude>
             <exclude>**/.editorconfig</exclude>
-            <exclude>**/SMARTSENSE/**</exclude>
             <!--gitignore content-->
             <exclude>.DS_Store</exclude>
             <exclude>**/*.iml</exclude>