YARN-1712. Plan follower that synchronizes the current state of reservation subsystem with the scheduler. Contributed by Subru Krishnan and Carlo Curino.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1e123a53 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1e123a53 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1e123a53 Branch: refs/heads/YARN-1051 Commit: 1e123a53e9c7e76b7ddc775b172f4fb378f83c46 Parents: 455494d Author: subru <[email protected]> Authored: Tue Sep 16 16:45:45 2014 -0700 Committer: subru <[email protected]> Committed: Wed Sep 24 13:33:54 2014 -0700 ---------------------------------------------------------------------- YARN-1051-CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/1e123a53/YARN-1051-CHANGES.txt ---------------------------------------------------------------------- diff --git a/YARN-1051-CHANGES.txt b/YARN-1051-CHANGES.txt index c4106b2..61afb57 100644 --- a/YARN-1051-CHANGES.txt +++ b/YARN-1051-CHANGES.txt @@ -5,10 +5,10 @@ YARN-2475. Logic for responding to capacity drops for the ReservationSystem. (Carlo Curino and Subru Krishnan via curino) YARN-1708. Public YARN APIs for creating/updating/deleting -reservations. (Subru Krishnan and Carlo Curino via subru) +reservations. (Carlo Curino and Subru Krishnan via subru) YARN-1709. In-memory data structures used to track resources over -time to enable reservations. (Subru Krishnan and Carlo Curino via +time to enable reservations. (Carlo Curino and Subru Krishnan via subru) YARN-1710. Logic to find allocations within a Plan that satisfy
