Author: ddas
Date: Tue Mar 17 12:41:46 2009
New Revision: 755224
URL: http://svn.apache.org/viewvc?rev=755224&view=rev
Log:
HADOOP-5103. Moving the comment about 5103 in CHANGES.txt to the 0.20.0 section.
Modified:
hadoop/core/trunk/CHANGES.txt
Modified: hadoop/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=755224&r1=755223&r2=755224&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Tue Mar 17 12:41:46 2009
@@ -250,10 +250,6 @@
HADOOP-5292. Fix NPE in KFS::getBlockLocations. (Sriram Rao via lohit)
- HADOOP-5103. FileInputFormat now reuses the clusterMap network topology
object
- and that brings down the log messages in the JobClient to do with
- NetworkTopology.add significantly. (Jothi Padmanabhan via ddas)
-
HADOOP-5219. Adds a new property io.seqfile.local.dir for use by
SequenceFile,
which earlier used mapred.local.dir. (Sharad Agarwal via ddas)
@@ -1012,7 +1008,11 @@
HADOOP-5414. Fixes IO exception while executing hadoop fs -touchz fileName
by
making sure that lease renewal thread exits before dfs client exits.
(hairong)
-
+
+ HADOOP-5103. FileInputFormat now reuses the clusterMap network topology
object
+ and that brings down the log messages in the JobClient to do with
+ NetworkTopology.add significantly. (Jothi Padmanabhan via ddas)
+
Release 0.19.2 - Unreleased
BUG FIXES