Author: cutting Date: Thu Aug 23 07:32:02 2007 New Revision: 569013 URL: http://svn.apache.org/viewvc?rev=569013&view=rev Log: HADOOP-1743. Move to optimizations section of CHANGES.txt.
Modified: lucene/hadoop/trunk/CHANGES.txt Modified: lucene/hadoop/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?rev=569013&r1=569012&r2=569013&view=diff ============================================================================== --- lucene/hadoop/trunk/CHANGES.txt (original) +++ lucene/hadoop/trunk/CHANGES.txt Thu Aug 23 07:32:02 2007 @@ -37,6 +37,10 @@ TreeMap in HDFS Namespace with ArrayList. (Dhruba Borthakur via dhruba) + HADOOP-1743. Change DFS INode from a nested class to standalone + class, with specialized subclasses for directories and files, to + save memory on the namenode. (Konstantin Shvachko via cutting) + BUG FIXES HADOOP-1463. HDFS report correct usage statistics for disk space @@ -72,10 +76,6 @@ HADOOP-1703. DFS-internal code cleanups, removing several uses of the obsolete UTF8. (Christophe Taton via cutting) - - HADOOP-1743. Change DFS INode from a nested class to standalone - class, with specialized subclasses for directories and files, to - save memory on the namenode. (Konstantin Shvachko via cutting) HADOOP-1731. Add Hadoop's version to contrib jar file names. (cutting)