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 2012/05/07 08:43:59 UTC

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

Author: mattf
Date: Mon May  7 06:43:59 2012
New Revision: 1334885

URL: http://svn.apache.org/viewvc?rev=1334885&view=rev
Log:
MAPREDUCE-4003 merged to branch-1.0

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=1334885&r1=1334884&r2=1334885&view=diff
==============================================================================
--- hadoop/common/branches/branch-1/CHANGES.txt (original)
+++ hadoop/common/branches/branch-1/CHANGES.txt Mon May  7 06:43:59 2012
@@ -223,9 +223,6 @@ Release 1.1.0 - unreleased
     MAPREDUCE-4017. Add jobname to jobsummary log (tgraves and Koji Noguchi
     via bobby)
 
-    MAPREDUCE-4003. log.index (No such file or directory) AND Task process 
-    exit with nonzero status of 126. (Koji Noguchi via tgraves)
-
     HADOOP-8269. Fix some javadoc warnings on branch-1.
 
     MAPREDUCE-3674. Invoked with no queueName request param, the
@@ -320,6 +317,9 @@ Release 1.0.3 - unreleased
     MAPREDUCE-1238. mapred metrics shows negative count of waiting maps and
     reduces (tgraves via bobby)
 
+    MAPREDUCE-4003. log.index (No such file or directory) AND Task process 
+    exit with nonzero status of 126. (Koji Noguchi via tgraves)
+
 Release 1.0.2 - 2012.03.24
 
   NEW FEATURES