Przeglądaj źródła

Fixing branches/branch-0.17/CHANGES.txt

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/branches/branch-0.17@669331 13f79535-47bb-0310-9956-ffa450edef68
Arun Murthy 17 lat temu
rodzic
commit
a4212f19c5
1 zmienionych plików z 0 dodań i 25 usunięć
  1. 0 25
      CHANGES.txt

+ 0 - 25
CHANGES.txt

@@ -1,31 +1,6 @@
 Hadoop Change Log
 
 
-Release 0.17.1
-
-  BUG FIXES
-
-    HADOOP-2159 Namenode stuck in safemode. The counter blockSafe should
-    not be decremented for invalid blocks. (hairong)
-
-    HADOOP-3472 MapFile.Reader getClosest() function returns incorrect results
-    when before is true (Todd Lipcon via Stack)
-
-    HADOOP-3442. Limit recursion depth in QuickSort to avoid
-    StackOverflowErrors. (cdouglas)
-
-    HADOOP-3477. Fix build to not package contrib/*/bin twice in
-    distributions.  (Adam Heath via cutting)
-
-    HADOOP-3475. Fix MapTask to correctly size the accounting allocation of
-    io.sort.mb. (cdouglas)
-
-    HADOOP-3550. Fix the serialization data structures in MapTask where the
-    value lengths are incorrectly calculated. (cdouglas)
-
-    HADOOP-3526. Fix contrib/data_join framework by cloning values retained
-    in the reduce. (Spyros Blanas via cdouglas)
-
 Release 0.17.1 - Unreleased
 
   INCOMPATIBLE CHANGES