CHANGES.txt 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. Hadoop YARN Change Log
  2. Release 0.23.5 - UNRELEASED
  3. INCOMPATIBLE CHANGES
  4. NEW FEATURES
  5. IMPROVEMENTS
  6. YARN-138. Ensure default values for minimum/maximum container sizes is
  7. sane. (harsh & sseth via acmurthy)
  8. YARN-137. Change the default YARN scheduler to be the CapacityScheduler.
  9. (sseth via acmurthy)
  10. YARN-116. Add the ability to change the RM include/exclude file without
  11. a restart. (xieguiming and Harsh J via sseth)
  12. YARN-28. Fixed TestCompositeService to not depend on test-order and thus
  13. made it pass on JDK7 (Thomas Graves via vinodkv).
  14. YARN-161. Fix multiple compiler warnings for unchecked operations in YARN
  15. common. (Chris Nauroth via vinodkv)
  16. YARN-43. Fix TestResourceTrackerService to not depend on test order and thus
  17. pass on JDK7. (Thomas Graves via vinodkv)
  18. YARN-32. Fix TestApplicationTokens to not depend on test order and thus pass
  19. on JDK7. (vinodkv)
  20. OPTIMIZATIONS
  21. BUG FIXES
  22. YARN-131. Fix incorrect ACL properties in capacity scheduler documentation.
  23. (Ahmed Radwan via sseth)
  24. YARN-163. Retrieving container log via NM webapp can hang with multibyte
  25. characters in log (jlowe via bobby)
  26. Release 0.23.4 - UNRELEASED
  27. INCOMPATIBLE CHANGES
  28. NEW FEATURES
  29. IMPROVEMENTS
  30. OPTIMIZATIONS
  31. BUG FIXES
  32. YARN-108. FSDownload can create cache directories with the wrong
  33. permissions (Jason Lowe via bobby)
  34. YARN-88. DefaultContainerExecutor can fail to set proper permissions.
  35. (Jason Lowe via sseth)
  36. YARN-42. Modify NM's non-aggregating logs' handler to stop properly so that
  37. NMs don't get NPEs on startup errors. (Devaraj K via vinodkv)
  38. YARN-75. Modified ResourceManager's RMContainer to handle a valid RELEASE
  39. event at RUNNING state. (Siddharth Seth via vinodkv)
  40. YARN-57. Allow process-tree based resource calculation et al. to be
  41. pluggable to support it on multiple platforms. (Radim Kolar via acmurthy)
  42. YARN-93. Diagnostics missing from applications that have finished but
  43. failed (jlowe via bobby)
  44. YARN-106. Nodemanager needs to set permissions of local directories (jlowe
  45. via bobby)
  46. Release 0.23.3
  47. INCOMPATIBLE CHANGES
  48. NEW FEATURES
  49. YARN-1. Promote YARN to be a sub-project of Apache Hadoop. (acmurthy)
  50. IMPROVEMENTS
  51. BUG FIXES
  52. YARN-14. Symlinks to peer distributed cache files no longer work
  53. (Jason Lowe via bobby)
  54. YARN-25. remove old aggregated logs (Robert Evans via tgraves)
  55. YARN-27. Failed refreshQueues due to misconfiguration prevents further
  56. refreshing of queues (Arun Murthy via tgraves)
  57. MAPREDUCE-4323. NM leaks filesystems (Jason Lowe via jeagles)
  58. MAPREDUCE-2374. "Text File Busy" errors launching MR tasks. (Andy Isaacson
  59. via atm)
  60. YARN-39. RM-NM secret-keys should be randomly generated and rolled every
  61. so often. (vinodkv and sseth via sseth)
  62. YARN-31. Fix TestDelegationTokenRenewer to not depend on test order so as to
  63. pass tests on jdk7. (Thomas Graves via vinodkv)
  64. YARN-63. RMNodeImpl is missing valid transitions from the UNHEALTHY state
  65. (Jason Lowe via bobby)
  66. YARN-66. aggregated logs permissions not set properly (tgraves via bobby)
  67. YARN-60. Fixed a bug in ResourceManager which causes all NMs to get NPEs and
  68. thus causes all containers to be rejected. (vinodkv)
  69. YARN-68. NodeManager will refuse to shutdown indefinitely due to container
  70. log aggregation (daryn via bobby)
  71. YARN-87. NM ResourceLocalizationService does not set permissions of local
  72. cache directories (Jason Lowe via tgraves)