Repository: ambari Updated Branches: refs/heads/branch-2.5 b70bc7180 -> 105de909d
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/105de909 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/105de909 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/105de909 Branch: refs/heads/branch-2.5 Commit: 105de909d7aaea75e58e212da35e7b4a37c8be82 Parents: b70bc71 Author: Sumit Mohanty <[email protected]> Authored: Fri Mar 3 07:25:53 2017 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Fri Mar 3 07:25:53 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/105de909/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>
