Browse Source

HADOOP-3445. Missed the CHANGES.txt.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@694418 13f79535-47bb-0310-9956-ffa450edef68
Owen O'Malley 16 years ago
parent
commit
9bcf793f2a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      CHANGES.txt

+ 3 - 0
CHANGES.txt

@@ -145,6 +145,9 @@ Trunk (unreleased changes)
     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.