Author: cutting Date: Wed Feb 28 10:01:00 2007 New Revision: 512880 URL: http://svn.apache.org/viewvc?view=rev&rev=512880 Log: Fix CHANGES.txt to have correct bug number for the patch that disabled in-memory merging during shuffle. It should have been HADOOP-1014. That commit was also incorrectly attributed to HADOOP-947.
Modified: lucene/hadoop/trunk/CHANGES.txt Modified: lucene/hadoop/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/hadoop/trunk/CHANGES.txt?view=diff&rev=512880&r1=512879&r2=512880 ============================================================================== --- lucene/hadoop/trunk/CHANGES.txt (original) +++ lucene/hadoop/trunk/CHANGES.txt Wed Feb 28 10:01:00 2007 @@ -159,7 +159,7 @@ 1. HADOOP-1009. Fix an infinite loop in the HDFS namenode. (Dhruba Borthakur via cutting) - 2. HADOOP-947. Disable in-memory merging during shuffle, as this is + 2. HADOOP-1014. Disable in-memory merging during shuffle, as this is causing data corruption. (Devaraj Das via cutting)