Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9893317939 for ; Tue, 9 Jun 2015 12:03:40 +0000 (UTC) Received: (qmail 11819 invoked by uid 500); 9 Jun 2015 12:03:40 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 11789 invoked by uid 500); 9 Jun 2015 12:03:40 -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 11780 invoked by uid 99); 9 Jun 2015 12:03:40 -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; Tue, 09 Jun 2015 12:03:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4EAA3DFCE2; Tue, 9 Jun 2015 12:03:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vbrodetskyi@apache.org To: commits@ambari.apache.org Message-Id: <439643900a044198a7eb90d0253a35ad@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-11128. Add EWMA to yarn log4j appenders in Dal.(vbrodetskyi) Date: Tue, 9 Jun 2015 12:03:40 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk a7c5edb35 -> b5f4872ae AMBARI-11128. Add EWMA to yarn log4j appenders in Dal.(vbrodetskyi) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b5f4872a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b5f4872a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b5f4872a Branch: refs/heads/trunk Commit: b5f4872ae7f780b7ef7e031017af51552076f4c0 Parents: a7c5edb Author: Vitaly Brodetskyi Authored: Tue Jun 9 06:40:19 2015 +0300 Committer: Vitaly Brodetskyi Committed: Tue Jun 9 06:40:51 2015 +0300 ---------------------------------------------------------------------- .../stacks/HDP/2.3/services/YARN/configuration/yarn-env.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b5f4872a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-env.xml index 90dd108..ced9ebf 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-env.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/YARN/configuration/yarn-env.xml @@ -35,7 +35,7 @@ export YARN_PID_DIR={{yarn_pid_dir_prefix}}/$USER export HADOOP_LIBEXEC_DIR={{hadoop_libexec_dir}} export JAVA_HOME={{java64_home}} - export YARN_ROOT_LOGGER=${YARN_ROOT_LOGGER:-INFO,EWMA,RFA} + export YARN_ROOT_LOGGER=${YARN_ROOT_LOGGER:-INFO,EWMA,console} # User for YARN daemons export HADOOP_YARN_USER=${HADOOP_YARN_USER:-yarn}