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/trunk@1406999 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
76d43a08ed
commit
5a324b18ed
|
@ -96,6 +96,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
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -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