You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2011/04/28 01:01:21 UTC

svn commit: r1097269 - in /hadoop/common/branches/branch-0.20-security-203: CHANGES.txt conf/log4j.properties

Author: omalley
Date: Wed Apr 27 23:01:21 2011
New Revision: 1097269

URL: http://svn.apache.org/viewvc?rev=1097269&view=rev
Log:
HADOOP-7246. Update the log4j configuration to match the EventCounter
package. (Luke Lu via omalley)

Modified:
    hadoop/common/branches/branch-0.20-security-203/CHANGES.txt
    hadoop/common/branches/branch-0.20-security-203/conf/log4j.properties

Modified: hadoop/common/branches/branch-0.20-security-203/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-203/CHANGES.txt?rev=1097269&r1=1097268&r2=1097269&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-203/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.20-security-203/CHANGES.txt Wed Apr 27 23:01:21 2011
@@ -2,6 +2,9 @@ Hadoop Change Log
 
 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)
 
     MAPREDUCE-2316. Updated CapacityScheduler documentation. (acmurthy) 

Modified: hadoop/common/branches/branch-0.20-security-203/conf/log4j.properties
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-203/conf/log4j.properties?rev=1097269&r1=1097268&r2=1097269&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-203/conf/log4j.properties (original)
+++ hadoop/common/branches/branch-0.20-security-203/conf/log4j.properties Wed Apr 27 23:01:21 2011
@@ -117,7 +117,7 @@ log4j.logger.org.jets3t.service.impl.res
 # Event Counter Appender
 # 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