CHANGES.txt 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. Hadoop MapReduce Change Log
  2. Release 0.23.4 - UNRELEASED
  3. INCOMPATIBLE CHANGES
  4. NEW FEATURES
  5. IMPROVEMENTS
  6. OPTIMIZATIONS
  7. BUG FIXES
  8. YARN-108. FSDownload can create cache directories with the wrong
  9. permissions (Jason Lowe via bobby)
  10. YARN-88. DefaultContainerExecutor can fail to set proper permissions.
  11. (Jason Lowe via sseth)
  12. YARN-42. Modify NM's non-aggregating logs' handler to stop properly so that
  13. NMs don't get NPEs on startup errors. (Devaraj K via vinodkv)
  14. YARN-75. Modified ResourceManager's RMContainer to handle a valid RELEASE
  15. event at RUNNING state. (Siddharth Seth via vinodkv)
  16. YARN-57. Allow process-tree based resource calculation et al. to be
  17. pluggable to support it on multiple platforms. (Radim Kolar via acmurthy)
  18. Release 0.23.3 - Unreleased
  19. INCOMPATIBLE CHANGES
  20. NEW FEATURES
  21. YARN-1. Promote YARN to be a sub-project of Apache Hadoop. (acmurthy)
  22. IMPROVEMENTS
  23. BUG FIXES
  24. YARN-14. Symlinks to peer distributed cache files no longer work
  25. (Jason Lowe via bobby)
  26. YARN-25. remove old aggregated logs (Robert Evans via tgraves)
  27. YARN-27. Failed refreshQueues due to misconfiguration prevents further
  28. refreshing of queues (Arun Murthy via tgraves)
  29. MAPREDUCE-4323. NM leaks filesystems (Jason Lowe via jeagles)
  30. MAPREDUCE-2374. "Text File Busy" errors launching MR tasks. (Andy Isaacson
  31. via atm)
  32. YARN-39. RM-NM secret-keys should be randomly generated and rolled every
  33. so often. (vinodkv and sseth via sseth)
  34. YARN-31. Fix TestDelegationTokenRenewer to not depend on test order so as to
  35. pass tests on jdk7. (Thomas Graves via vinodkv)
  36. YARN-63. RMNodeImpl is missing valid transitions from the UNHEALTHY state
  37. (Jason Lowe via bobby)
  38. YARN-66. aggregated logs permissions not set properly (tgraves via bobby)
  39. YARN-60. Fixed a bug in ResourceManager which causes all NMs to get NPEs and
  40. thus causes all containers to be rejected. (vinodkv)
  41. YARN-68. NodeManager will refuse to shutdown indefinitely due to container
  42. log aggregation (daryn via bobby)
  43. YARN-87. NM ResourceLocalizationService does not set permissions of local
  44. cache directories (Jason Lowe via tgraves)