浏览代码

Refactor/Cleanup yarn ResourceManager for managing state via state-machines
and making most of the component interactions as asynchronous. Contributed
by Arun Murthy, Sharad Agarwal and Vinod Kumar Vavilapalli.
(Screwed up the attributions on the bunch of commits that just flew by).

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/MR-279@1153459 13f79535-47bb-0310-9956-ffa450edef68

Vinod Kumar Vavilapalli 14 年之前
父节点
当前提交
2402147cd7
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      mapreduce/CHANGES.txt

+ 4 - 0
mapreduce/CHANGES.txt

@@ -5,6 +5,10 @@ Trunk (unreleased changes)
 
     MAPREDUCE-279
     
+    Refactor/Cleanup yarn ResourceManager for managing state via
+    state-machines and making most of the component interactions as
+    asynchronous. (vinodkv, sharad and acmurthy)
+
     MAPREDUCE-2641. Fix the ExponentiallySmoothedTaskRuntimeEstimator
     and its unit test. (Josh Willis via mahadev)