Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3F581200C2A for ; Wed, 1 Mar 2017 20:05:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3DEF3160B70; Wed, 1 Mar 2017 19:05:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8481D160B56 for ; Wed, 1 Mar 2017 20:05:48 +0100 (CET) Received: (qmail 64563 invoked by uid 500); 1 Mar 2017 19:05:47 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 64554 invoked by uid 99); 1 Mar 2017 19:05:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2017 19:05:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 866A2DFCA1; Wed, 1 Mar 2017 19:05:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: smohanty@apache.org To: commits@ambari.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-20245. Setup tez ats related parameters (smohanty) Date: Wed, 1 Mar 2017 19:05:47 +0000 (UTC) archived-at: Wed, 01 Mar 2017 19:05:49 -0000 Repository: ambari Updated Branches: refs/heads/branch-2.5 1546cc9df -> ae44ad03a AMBARI-20245. Setup tez ats related parameters (smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ae44ad03 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ae44ad03 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ae44ad03 Branch: refs/heads/branch-2.5 Commit: ae44ad03aecb26e7207b08c583291e2cde282072 Parents: 1546cc9 Author: Sumit Mohanty Authored: Wed Mar 1 04:41:51 2017 -0800 Committer: Sumit Mohanty Committed: Wed Mar 1 11:04:36 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, 20 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ae44ad03/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 3ce5fed..a97f8d4 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,10 +69,21 @@ tez.session.am.dag.submit.timeout.secs 1209600 - The amoung of time an AM will wait, before killing itself, + The amount of time an AM will wait, before killing itself, if not DAG is submitted. - + + tez.history.logging.taskattempt-filters + EXECUTOR_BUSY,EXTERNAL_PREEMPTION + TASK_ATTEMPT events to be ignored. + + + + tez.history.logging.timeline.num-dags-per-group + 5 + Maximum number of dags per group. + + http://git-wip-us.apache.org/repos/asf/ambari/blob/ae44ad03/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 4bd1a19..393d077 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,4 +25,10 @@ + + tez.history.logging.timeline-cache-plugin.old-num-dags-per-group + 5 + DAGs per group + + http://git-wip-us.apache.org/repos/asf/ambari/blob/ae44ad03/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 83ee8aa..0b8c64d 100644 --- a/pom.xml +++ b/pom.xml @@ -283,6 +283,7 @@ **/.gitkeep **/.jshintrc **/.editorconfig + **/SMARTSENSE/** .DS_Store **/*.iml