Revert "AMBARI-20245. Setup tez ats related parameters (smohanty)"
This reverts commit 8c74cc4d5f7ff8a4bfab6eca55993f53d0aedf4d. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/74233a1b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/74233a1b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/74233a1b Branch: refs/heads/branch-feature-AMBARI-12556 Commit: 74233a1bf29418e820bcccc0b85b70c8b024dfd9 Parents: 2ceeae8 Author: Sumit Mohanty <[email protected]> Authored: Wed Mar 1 16:56:55 2017 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Wed Mar 1 16:56:55 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, 2 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/74233a1b/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 a97f8d4..3ce5fed 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,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> http://git-wip-us.apache.org/repos/asf/ambari/blob/74233a1b/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 393d077..4bd1a19 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,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> http://git-wip-us.apache.org/repos/asf/ambari/blob/74233a1b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1cb9745..2b0cb30 100644 --- a/pom.xml +++ b/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>
