CHANGES.txt 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. Hadoop MapReduce Change Log
  2. Trunk (unreleased changes)
  3. INCOMPATIBLE CHANGES
  4. NEW FEATURES
  5. IMPROVEMENTS
  6. YARN-84. Use Builder to build RPC server. (Brandon Li via suresh)
  7. OPTIMAZATIONS
  8. BUG FIXES
  9. Branch-2 ( Unreleased changes )
  10. INCOMPATIBLE CHANGES
  11. NEW FEATURES
  12. IMPROVEMENTS
  13. OPTIMAZATIONS
  14. BUG FIXES
  15. MAPREDUCE-2374. "Text File Busy" errors launching MR tasks. (Andy Isaacson
  16. via atm)
  17. Release 2.1.0-alpha - Unreleased
  18. INCOMPATIBLE CHANGES
  19. NEW FEATURES
  20. YARN-1. Promote YARN to be a sub-project of Apache Hadoop. (acmurthy)
  21. IMPROVEMENTS
  22. YARN-29. Add a yarn-client module. (Vinod Kumar Vavilapalli via sseth)
  23. YARN-10. Fix DistributedShell module to not have a dependency on
  24. hadoop-mapreduce-client-core. (Hitesh Shah via vinodkv)
  25. OPTIMAZATIONS
  26. BUG FIXES
  27. YARN-12. Fix findbugs warnings in FairScheduler. (Junping Du via acmurthy)
  28. YARN-22. Fix ContainerLogs to work if the log-dir is specified as a URI.
  29. (Mayank Bansal via sseth)
  30. YARN-37. Change TestRMAppTransitions to use the DrainDispatcher.
  31. (Mayank Bansal via sseth)
  32. Release 0.23.4 - UNRELEASED
  33. INCOMPATIBLE CHANGES
  34. NEW FEATURES
  35. IMPROVEMENTS
  36. OPTIMIZATIONS
  37. BUG FIXES
  38. Release 0.23.3 - Unreleased
  39. INCOMPATIBLE CHANGES
  40. NEW FEATURES
  41. IMPROVEMENTS
  42. OPTIMAZATIONS
  43. BUG FIXES
  44. YARN-14. Symlinks to peer distributed cache files no longer work
  45. (Jason Lowe via bobby)
  46. YARN-25. remove old aggregated logs (Robert Evans via tgraves)
  47. YARN-27. Failed refreshQueues due to misconfiguration prevents further
  48. refreshing of queues (Arun Murthy via tgraves)
  49. YARN-58. NM leaks filesystems (Jason Lowe via jeagles)
  50. YARN-39. RM-NM secret-keys should be randomly generated and rolled every
  51. so often. (vinodkv and sseth via sseth)
  52. YARN-31. Fix TestDelegationTokenRenewer to not depend on test order so as to
  53. pass tests on jdk7. (Thomas Graves via vinodkv)
  54. YARN-63. RMNodeImpl is missing valid transitions from the UNHEALTHY state
  55. (Jason Lowe via bobby)
  56. YARN-60. Fixed a bug in ResourceManager which causes all NMs to get NPEs and
  57. thus causes all containers to be rejected. (vinodkv)
  58. YARN-66. aggregated logs permissions not set properly (tgraves via bobby)