CHANGES.txt 2.5 KB

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