You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by rl...@apache.org on 2017/10/02 20:39:27 UTC

[16/50] [abbrv] ambari git commit: AMBARI-22020. Setup tez ats loglevel to TASK_ATTEMPT to enable the filters. (Harish Jaiprakash via Swapan Shridhar)

AMBARI-22020. Setup tez ats loglevel to TASK_ATTEMPT to enable the filters. (Harish Jaiprakash via Swapan Shridhar)


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

Branch: refs/heads/branch-feature-AMBARI-20859
Commit: 40e712a187bf36f49dfed584c923df271cca522d
Parents: f4e4fae
Author: Swapan Shridhar <ss...@hortonworks.com>
Authored: Wed Sep 27 10:10:40 2017 -0700
Committer: Swapan Shridhar <ss...@hortonworks.com>
Committed: Wed Sep 27 10:10:40 2017 -0700

----------------------------------------------------------------------
 .../2.6/services/HIVE/configuration/tez-interactive-site.xml   | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/40e712a1/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 2c9b272..4842122 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
@@ -75,6 +75,12 @@
     <on-ambari-upgrade add="true"/>
   </property>
   <property>
+    <name>tez.history.logging.log.level</name>
+    <value>TASK_ATTEMPT</value>
+    <description>Set the log level to TASK_ATTEMPT.</description>
+    <on-ambari-upgrade add="false"/>
+  </property>
+  <property>
     <name>tez.history.logging.taskattempt-filters</name>
     <value>SERVICE_BUSY,EXTERNAL_PREEMPTION</value>
     <description>TASK_ATTEMPT events to be ignored.</description>