瀏覽代碼

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.


git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@512880 13f79535-47bb-0310-9956-ffa450edef68

Doug Cutting 18 年之前
父節點
當前提交
602835e88f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CHANGES.txt

+ 1 - 1
CHANGES.txt

@@ -159,7 +159,7 @@ Release 0.11.2 - 2007-02-16
  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)