You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vb...@apache.org on 2015/06/09 14:03:40 UTC

ambari git commit: AMBARI-11128. Add EWMA to yarn log4j appenders in Dal.(vbrodetskyi)

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 <vb...@hortonworks.com>
Authored: Tue Jun 9 06:40:19 2015 +0300
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
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}