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 co...@apache.org on 2011/02/15 22:07:56 UTC

svn commit: r1071062 - /hadoop/mapreduce/branches/branch-0.22/CHANGES.txt

Author: cos
Date: Tue Feb 15 21:07:56 2011
New Revision: 1071062

URL: http://svn.apache.org/viewvc?rev=1071062&view=rev
Log:
MAPREDUCE-1783. Fixing CHANGES.txt improperly modified by the last commit for this JIRA.

Modified:
    hadoop/mapreduce/branches/branch-0.22/CHANGES.txt

Modified: hadoop/mapreduce/branches/branch-0.22/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/branch-0.22/CHANGES.txt?rev=1071062&r1=1071061&r2=1071062&view=diff
==============================================================================
--- hadoop/mapreduce/branches/branch-0.22/CHANGES.txt (original)
+++ hadoop/mapreduce/branches/branch-0.22/CHANGES.txt Tue Feb 15 21:07:56 2011
@@ -182,8 +182,6 @@ Release 0.22.0 - Unreleased
 
     MAPREDUCE-2260. Remove auto-generated native build files. (rvs via eli)
 
-    MAPREDUCE-1783. Delay task Initialization till a job can be run
-
   OPTIMIZATIONS
     
     MAPREDUCE-1354. Enhancements to JobTracker for better performance and
@@ -416,6 +414,9 @@ Release 0.22.0 - Unreleased
     MAPREDUCE-2195. New property for local conf directory in
     system-test-mapreduce.xml file. (cos)
 
+    MAPREDUCE-1783. FairScheduler initializes tasks only when the job can be
+    run. (Ramkumar Vadali via schen)
+
     MAPREDUCE-2224. Fix synchronization bugs in JvmManager. (todd)
 
     MAPREDUCE-714. JobConf.findContainingJar unescapes unnecessarily on linux (todd)