Merge -r 1406998:1406999 from trunk to branch-2. Fixes: YARN-169. Update log4j.appender.EventCounter to use org.apache.hadoop.log.metrics.EventCounter. Contributed by Anthony Rojas.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1407000 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
455652a7f4
commit
1eb5c00016
|
@ -79,6 +79,9 @@ Release 2.0.3-alpha - Unreleased
|
||||||
YARN-181. Fixed eclipse settings broken by capacity-scheduler.xml move via
|
YARN-181. Fixed eclipse settings broken by capacity-scheduler.xml move via
|
||||||
YARN-140. (Siddharth Seth via vinodkv)
|
YARN-140. (Siddharth Seth via vinodkv)
|
||||||
|
|
||||||
|
YARN-169. Update log4j.appender.EventCounter to use
|
||||||
|
org.apache.hadoop.log.metrics.EventCounter (Anthony Rojas via tomwhite)
|
||||||
|
|
||||||
Release 2.0.2-alpha - 2012-09-07
|
Release 2.0.2-alpha - 2012-09-07
|
||||||
|
|
||||||
YARN-9. Rename YARN_HOME to HADOOP_YARN_HOME. (vinodkv via acmurthy)
|
YARN-9. Rename YARN_HOME to HADOOP_YARN_HOME. (vinodkv via acmurthy)
|
||||||
|
|
|
@ -26,4 +26,4 @@ log4j.appender.CLA.layout.ConversionPattern=%d{ISO8601} %p [%t] %c: %m%n
|
||||||
# Event Counter Appender
|
# Event Counter Appender
|
||||||
# Sends counts of logging messages at different severity levels to Hadoop Metrics.
|
# Sends counts of logging messages at different severity levels to Hadoop Metrics.
|
||||||
#
|
#
|
||||||
log4j.appender.EventCounter=org.apache.hadoop.metrics.jvm.EventCounter
|
log4j.appender.EventCounter=org.apache.hadoop.log.metrics.EventCounter
|
||||||
|
|
Loading…
Reference in New Issue