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