CHANGES.txt 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Hadoop MapReduce Change Log
  2. Trunk (unreleased changes)
  3. INCOMPATIBLE CHANGES
  4. NEW FEATURES
  5. IMPROVEMENTS
  6. BUG FIXES
  7. Branch-2 ( Unreleased changes )
  8. INCOMPATIBLE CHANGES
  9. NEW FEATURES
  10. IMPROVEMENTS
  11. BUG FIXES
  12. Release 2.1.0-alpha - Unreleased
  13. INCOMPATIBLE CHANGES
  14. NEW FEATURES
  15. IMPROVEMENTS
  16. BUG FIXES
  17. Release 0.23.3 - Unreleased
  18. INCOMPATIBLE CHANGES
  19. NEW FEATURES
  20. YARN-1. Promote YARN to be a sub-project of Apache Hadoop. (acmurthy)
  21. IMPROVEMENTS
  22. BUG FIXES
  23. YARN-14. Symlinks to peer distributed cache files no longer work
  24. (Jason Lowe via bobby)
  25. YARN-25. remove old aggregated logs (Robert Evans via tgraves)
  26. YARN-27. Failed refreshQueues due to misconfiguration prevents further
  27. refreshing of queues (Arun Murthy via tgraves)
  28. MAPREDUCE-4323. NM leaks filesystems (Jason Lowe via jeagles)
  29. MAPREDUCE-2374. "Text File Busy" errors launching MR tasks. (Andy Isaacson
  30. via atm)
  31. YARN-39. RM-NM secret-keys should be randomly generated and rolled every
  32. so often. (vinodkv and sseth via sseth)
  33. YARN-31. Fix TestDelegationTokenRenewer to not depend on test order so as to
  34. pass tests on jdk7. (Thomas Graves via vinodkv)
  35. YARN-63. RMNodeImpl is missing valid transitions from the UNHEALTHY state
  36. (Jason Lowe via bobby)
  37. YARN-66. aggregated logs permissions not set properly (tgraves via bobby)
  38. YARN-60. Fixed a bug in ResourceManager which causes all NMs to get NPEs and
  39. thus causes all containers to be rejected. (vinodkv)
  40. YARN-68. NodeManager will refuse to shutdown indefinitely due to container
  41. log aggregation (daryn via bobby)
  42. YARN-87. NM ResourceLocalizationService does not set permissions of local
  43. cache directories (Jason Lowe via tgraves)