Browse Source

HADOOP-7246. Update the log4j configuration to match the EventCounter
package. (Luke Lu via omalley)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security@1097271 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 14 years ago
parent
commit
88999c6864
2 changed files with 4 additions and 1 deletions
  1. 3 0
      CHANGES.txt
  2. 1 1
      conf/log4j.properties

+ 3 - 0
CHANGES.txt

@@ -77,6 +77,9 @@ Release 0.20.204.0 - unreleased
 
 
 Release 0.20.203.0 - unreleased
 Release 0.20.203.0 - unreleased
 
 
+    HADOOP-7246. Update the log4j configuration to match the EventCounter
+    package. (Luke Lu via omalley)
+
     HADOOP-7143. Restore HadoopArchives. (Joep Rottinghuis via omalley)
     HADOOP-7143. Restore HadoopArchives. (Joep Rottinghuis via omalley)
 
 
     HADOOP-7243. Fix contrib unit tests missing dependencies. (omalley)
     HADOOP-7243. Fix contrib unit tests missing dependencies. (omalley)

+ 1 - 1
conf/log4j.properties

@@ -117,7 +117,7 @@ log4j.logger.org.jets3t.service.impl.rest.httpclient.RestS3Service=ERROR
 # 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.log.EventCounter
+log4j.appender.EventCounter=org.apache.hadoop.log.metrics.EventCounter
 
 
 #
 #
 # Job Summary Appender
 # Job Summary Appender