소스 검색

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)