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


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

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: 1d7498f11a9c73e95b1514a121732f65f307fe4f
Parents: b065b37
Author: Sumit Mohanty <smoha...@hortonworks.com>
Authored: Fri Mar 3 07:25:53 2017 -0800
Committer: Sumit Mohanty <smoha...@hortonworks.com>
Committed: Fri Mar 3 07:26:23 2017 -0800

----------------------------------------------------------------------
 .../HDP/2.6/services/HIVE/configuration/tez-interactive-site.xml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/1d7498f1/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 a7b7cfe..c49f14b 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
@@ -76,7 +76,7 @@
   </property>
   <property>
     <name>tez.history.logging.taskattempt-filters</name>
-    <value>EXECUTOR_BUSY,EXTERNAL_PREEMPTION</value>
+    <value>SERVICE_BUSY,EXTERNAL_PREEMPTION</value>
     <description>TASK_ATTEMPT events to be ignored.</description>
     <on-ambari-upgrade add="false"/>
   </property>

Reply via email to