Parcourir la source

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 il y a 14 ans
Parent
commit
2402147cd7
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4 0
      mapreduce/CHANGES.txt

+ 4 - 0
mapreduce/CHANGES.txt

@@ -5,6 +5,10 @@ Trunk (unreleased changes)
 
 
     MAPREDUCE-279
     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
     MAPREDUCE-2641. Fix the ExponentiallySmoothedTaskRuntimeEstimator
     and its unit test. (Josh Willis via mahadev)
     and its unit test. (Josh Willis via mahadev)