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 om...@apache.org on 2008/09/11 20:51:23 UTC

svn commit: r694418 - /hadoop/core/trunk/CHANGES.txt

Author: omalley
Date: Thu Sep 11 11:51:21 2008
New Revision: 694418

URL: http://svn.apache.org/viewvc?rev=694418&view=rev
Log:
HADOOP-3445. Missed the CHANGES.txt.

Modified:
    hadoop/core/trunk/CHANGES.txt

Modified: hadoop/core/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=694418&r1=694417&r2=694418&view=diff
==============================================================================
--- hadoop/core/trunk/CHANGES.txt (original)
+++ hadoop/core/trunk/CHANGES.txt Thu Sep 11 11:51:21 2008
@@ -145,6 +145,9 @@
     chains of Maps and Reduces in a single Map/Reduce job, something like 
     MAP+ / REDUCE MAP*. (Alejandro Abdelnur via ddas)
 
+    HADOOP-3445. Add capacity scheduler that provides guaranteed capacities to 
+    queues as a percentage of the cluster. (Vivek Ratan via omalley)
+
   IMPROVEMENTS
 
     HADOOP-3908. Fuse-dfs: better error message if llibhdfs.so doesn't exist.