You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by to...@apache.org on 2010/08/17 00:00:55 UTC

svn commit: r986137 - in /hadoop/mapreduce/branches/branch-0.21: CHANGES.txt src/c++/task-controller/

Author: tomwhite
Date: Mon Aug 16 22:00:55 2010
New Revision: 986137

URL: http://svn.apache.org/viewvc?rev=986137&view=rev
Log:
MAPREDUCE-2014. Remove task-controller from 0.21 branch.

Removed:
    hadoop/mapreduce/branches/branch-0.21/src/c++/task-controller/
Modified:
    hadoop/mapreduce/branches/branch-0.21/CHANGES.txt

Modified: hadoop/mapreduce/branches/branch-0.21/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/branch-0.21/CHANGES.txt?rev=986137&r1=986136&r2=986137&view=diff
==============================================================================
--- hadoop/mapreduce/branches/branch-0.21/CHANGES.txt (original)
+++ hadoop/mapreduce/branches/branch-0.21/CHANGES.txt Mon Aug 16 22:00:55 2010
@@ -1513,3 +1513,4 @@ Release 0.21.0 - 2010-08-13
     TaskAttemptFinishedEvent to correctly log event type for all task types.
     (Amar Kamat via amareshwari)
 
+    MAPREDUCE-2014. Remove task-controller from 0.21 branch (tomwhite)