You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ma...@apache.org on 2013/07/07 01:36:20 UTC

svn commit: r1500342 - /hadoop/common/branches/branch-1/CHANGES.txt

Author: mattf
Date: Sat Jul  6 23:36:20 2013
New Revision: 1500342

URL: http://svn.apache.org/r1500342
Log:
MAPREDUCE-5256 not needed in branch-1.  See r1500340 in branch-1.2

Modified:
    hadoop/common/branches/branch-1/CHANGES.txt

Modified: hadoop/common/branches/branch-1/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-1/CHANGES.txt?rev=1500342&r1=1500341&r2=1500342&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1/CHANGES.txt Sat Jul  6 23:36:20 2013
@@ -71,7 +71,7 @@ Release 1.3.0 - unreleased
     HADOOP-9678. TestRPC#testStopsAllThreads intermittently fails on Windows.
     (Ivan Mitic via cnauroth)
 
-Release 1.2.1 - Unreleased 
+Release 1.2.1 - 2013.07.06
 
   INCOMPATIBLE CHANGES
 
@@ -84,6 +84,9 @@ Release 1.2.1 - Unreleased 
 
   BUG FIXES
 
+    MAPREDUCE-5256. CombineInputFormat isn't thread safe affecting HiveServer.
+    (Vinod Kumar Vavilapalli, via mattf)
+
     HADOOP-9504 MetricsDynamicMBeanBase has concurrency issues in createMBeanInfo. 
     (Liang Xie and Jason Lowe, via mattf)