Author: ddas
Date: Thu May 21 08:55:43 2009
New Revision: 777019
URL: http://svn.apache.org/viewvc?rev=777019&view=rev
Log:
HADOOP-4372. Moving the comment in CHANGES.txt for HADOOP-4372 from trunk to
the 0.20.1 part.
Modified:
hadoop/core/trunk/CHANGES.txt
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=777019&r1=777018&r2=777019&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Thu May 21 08:55:43 2009
@@ -326,8 +326,6 @@
HADOOP-5080. Add new test cases to TestMRCLI and TestHDFSCLI
(V.Karthikeyan via nigel)
- HADOOP-4372. Improves the way history filenames are obtained and
manipulated.
- (Amar Kamat via ddas)
HADOOP-5135. Splits the tests into different directories based on the
package. Four new test targets have been defined - run-test-core,
@@ -666,6 +664,9 @@
HADOOP-5714. Add a metric for NameNode getFileInfo operation. (Jakob Homan
via szetszwo)
+ HADOOP-4372. Improves the way history filenames are obtained and
manipulated.
+ (Amar Kamat via ddas)
+
OPTIMIZATIONS
BUG FIXES