瀏覽代碼

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 年之前
父節點
當前提交
9bcf793f2a
共有 1 個文件被更改,包括 3 次插入0 次删除
  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.