CHANGES.txt 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. Hadoop MapReduce Change Log
  2. Release 2.0.2-alpha - 2012-09-07
  3. YARN-9. Rename YARN_HOME to HADOOP_YARN_HOME. (vinodkv via acmurthy)
  4. NEW FEATURES
  5. YARN-1. Promote YARN to be a sub-project of Apache Hadoop. (acmurthy)
  6. IMPROVEMENTS
  7. YARN-29. Add a yarn-client module. (Vinod Kumar Vavilapalli via sseth)
  8. YARN-10. Fix DistributedShell module to not have a dependency on
  9. hadoop-mapreduce-client-core. (Hitesh Shah via vinodkv)
  10. YARN-80. Add support for delaying rack-local containers in
  11. CapacityScheduler. (acmurthy)
  12. YARN-137. Change the default YARN scheduler to be the CapacityScheduler.
  13. (sseth via acmurthy)
  14. OPTIMIZATIONS
  15. BUG FIXES
  16. YARN-13. Fix pom versions for YARN in branch-2 (todd)
  17. MAPREDUCE-2374. "Text File Busy" errors launching MR tasks. (Andy Isaacson
  18. via atm)
  19. YARN-12. Fix findbugs warnings in FairScheduler. (Junping Du via acmurthy)
  20. YARN-22. Fix ContainerLogs to work if the log-dir is specified as a URI.
  21. (Mayank Bansal via sseth)
  22. YARN-37. Change TestRMAppTransitions to use the DrainDispatcher.
  23. (Mayank Bansal via sseth)
  24. YARN-79. Implement close on all clients to YARN so that RPC clients don't
  25. throw exceptions on shut-down. (Vinod Kumar Vavilapalli)
  26. YARN-42. Modify NM's non-aggregating logs' handler to stop properly so that
  27. NMs don't get NPEs on startup errors. (Devaraj K via vinodkv)
  28. YARN-15. Updated default classpath for YARN applications to reflect split of
  29. YARN into a sub-project. (Arun C Murthy via vinodkv)
  30. YARN-75. Modified ResourceManager's RMContainer to handle a valid RELEASE
  31. event at RUNNING state. (Siddharth Seth via vinodkv)
  32. Release 0.23.4 - UNRELEASED
  33. INCOMPATIBLE CHANGES
  34. NEW FEATURES
  35. IMPROVEMENTS
  36. Change package of YarnClient to org.apache.hadoop. (Bikas Saha via vinodkv)
  37. YARN-108. FSDownload can create cache directories with the wrong
  38. permissions (Jason Lowe via bobby)
  39. OPTIMIZATIONS
  40. BUG FIXES
  41. YARN-88. DefaultContainerExecutor can fail to set proper permissions.
  42. (Jason Lowe via sseth)
  43. Release 0.23.3 - Unreleased
  44. INCOMPATIBLE CHANGES
  45. NEW FEATURES
  46. IMPROVEMENTS
  47. OPTIMAZATIONS
  48. BUG FIXES
  49. YARN-14. Symlinks to peer distributed cache files no longer work
  50. (Jason Lowe via bobby)
  51. YARN-25. remove old aggregated logs (Robert Evans via tgraves)
  52. YARN-27. Failed refreshQueues due to misconfiguration prevents further
  53. refreshing of queues (Arun Murthy via tgraves)
  54. MAPREDUCE-4323. NM leaks filesystems (Jason Lowe via jeagles)
  55. YARN-39. RM-NM secret-keys should be randomly generated and rolled every
  56. so often. (vinodkv and sseth via sseth)
  57. YARN-31. Fix TestDelegationTokenRenewer to not depend on test order so as to
  58. pass tests on jdk7. (Thomas Graves via vinodkv)
  59. YARN-63. RMNodeImpl is missing valid transitions from the UNHEALTHY state
  60. (Jason Lowe via bobby)
  61. YARN-60. Fixed a bug in ResourceManager which causes all NMs to get NPEs and
  62. thus causes all containers to be rejected. (vinodkv)
  63. YARN-66. aggregated logs permissions not set properly (tgraves via bobby)
  64. YARN-68. NodeManager will refuse to shutdown indefinitely due to container
  65. log aggregation (daryn via bobby)
  66. YARN-87. NM ResourceLocalizationService does not set permissions of local
  67. cache directories (Jason Lowe via tgraves)