CHANGES.txt.MR-3902 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. Branch MR-3902
  2. MAPREDUCE-4581. TaskHeartbeatHandler should extend HeartbeatHandlerBase (Tsuyoshi OZAWA via sseth)
  3. MAPREDUCE-4602. Re-create ask list correctly in case of a temporary error in the AM-RM allocate call (sseth)
  4. MAPREDUCE-4599. Prevent contianer launches on blacklisted hosts. (Tsuyoshi OZAWA via sseth)
  5. MAPREDUCE-4609. RMContainerAllocator scheduler interval should be configurable. (Tsuyoshi OZAWA via sseth)
  6. MAPREDUCE-4625. Statistics logging in the AM scheduler. (sseth)
  7. MAPREDUCE-4624. Reduce scheduling fixes, factor in MR-4437. (sseth)
  8. MAPREDUCE-4619. Change AMContainerMap to extend AbstractService (Tsuyoshi OZAWA via sseth)
  9. MAPREDUCE-4620. RMContainerAllocator should factor in nodes being blacklisted. (sseth)
  10. MAPREDUCE-4626. Fix and re-enable RMContainerAllocator unit tests (sseth)
  11. MAPREDUCE-4617. Re-wire AM Recovery (sseth)
  12. MAPREDUCE-4618. Re-wire LocalContainerAllocator/UberAM (sseth)
  13. MAPREDUCE-4665. Use the configured shuffle port and application ACLs (sseth)
  14. MAPREDUCE-4664. ContainerHeartbeatHandler should be pinged on a getTask call (sseth)
  15. MAPREDUCE-4663. Container Launch should be independent of o.a.h.m.Task (sseth)
  16. MAPREDUCE-4727. Handle successful NM stop requests. (sseth)
  17. MAPREDUCE-4596. Split StateMachine state from states seen by MRClientProtocol for Job, Task and TaskAttempt. (sseth)
  18. MAPREDUCE-4738. fix and re-enable disabled unit tests in the mr-app2 module. (sseth)