Return-Path: Delivered-To: apmail-lucene-hadoop-commits-archive@locus.apache.org Received: (qmail 98960 invoked from network); 23 Aug 2007 14:32:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Aug 2007 14:32:33 -0000 Received: (qmail 14827 invoked by uid 500); 23 Aug 2007 14:32:27 -0000 Delivered-To: apmail-lucene-hadoop-commits-archive@lucene.apache.org Received: (qmail 14803 invoked by uid 500); 23 Aug 2007 14:32:27 -0000 Mailing-List: contact hadoop-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-commits@lucene.apache.org Received: (qmail 14791 invoked by uid 99); 23 Aug 2007 14:32:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 07:32:27 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 14:33:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C026B1A981A; Thu, 23 Aug 2007 07:32:03 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r569013 - /lucene/hadoop/trunk/CHANGES.txt Date: Thu, 23 Aug 2007 14:32:03 -0000 To: hadoop-commits@lucene.apache.org From: cutting@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070823143203.C026B1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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)