Browse Source

HADOOP-7052. svn merge -c 1039952 from trunk

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.22@1039954 13f79535-47bb-0310-9956-ffa450edef68
Eli Collins 14 years ago
parent
commit
a7718616b0
2 changed files with 4 additions and 1 deletions
  1. 3 0
      CHANGES.txt
  2. 1 1
      conf/log4j.properties

+ 3 - 0
CHANGES.txt

@@ -367,6 +367,9 @@ Release 0.21.1 - Unreleased
     HADOOP-6954.  Sources JARs are not correctly published to the Maven
     repository. (tomwhite)
 
+    HADOOP-7052. misspelling of threshold in conf/log4j.properties.
+    (Jingguo Yao via eli)
+
 Release 0.21.0 - 2010-08-13
 
   INCOMPATIBLE CHANGES

+ 1 - 1
conf/log4j.properties

@@ -17,7 +17,7 @@ hadoop.mapreduce.jobsummary.log.file=hadoop-mapreduce.jobsummary.log
 log4j.rootLogger=${hadoop.root.logger}, EventCounter
 
 # Logging Threshold
-log4j.threshhold=ALL
+log4j.threshold=ALL
 
 #
 # Daily Rolling File Appender