YARN-1051-CHANGES.txt 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. YARN-1707. Introduce APIs to add/remove/resize queues in the
  2. CapacityScheduler. (Carlo Curino and Subru Krishnan via curino)
  3. YARN-2475. Logic for responding to capacity drops for the
  4. ReservationSystem. (Carlo Curino and Subru Krishnan via curino)
  5. YARN-1708. Public YARN APIs for creating/updating/deleting
  6. reservations. (Subru Krishnan and Carlo Curino via subru)
  7. YARN-1709. In-memory data structures used to track resources over
  8. time to enable reservations. (Subru Krishnan and Carlo Curino via
  9. subru)
  10. YARN-1710. Logic to find allocations within a Plan that satisfy
  11. user ReservationRequest(s). (Carlo Curino and Subru Krishnan via
  12. curino)
  13. YARN-1711. Policy to enforce instantaneous and over-time quotas
  14. on user reservations. (Carlo Curino and Subru Krishnan via curino)
  15. YARN-1712. Plan follower that synchronizes the current state of reservation
  16. subsystem with the scheduler. (Subru Krishnan and Carlo Curino via subru)
  17. YARN-2080. Integrating reservation system with ResourceManager and
  18. client-RM protocol. (Subru Krishnan and Carlo Curino via subru)
  19. MAPREDUCE-6103. Adding reservation APIs to MR resource manager
  20. delegate. (Subru Krishnan and Carlo Curino via subru)
  21. YARN-2576. Fixing compilation, javadocs and audit issues to pass
  22. test patch in branch. (Subru Krishnan and Carlo Curino via subru)
  23. YARN-2611. Fixing jenkins findbugs warning and TestRMWebServicesCapacitySched
  24. for branch YARN-1051. (Subru Krishnan and Carlo Curino via subru)