Update CHANGES.txt separately for clean cherry-picks.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1424243 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luke Lu 2012-12-20 00:19:47 +00:00
parent 8636b12e35
commit 82eb91c283
1 changed files with 6 additions and 0 deletions

View File

@ -13,6 +13,12 @@ Release 2.0.3-alpha - Unreleased
IMPROVEMENTS
YARN-223. Update process tree instead of getting new process trees.
(Radim Kolar via llu)
YARN-57. Allow process-tree based resource calculation et al. to be
pluggable to support it on multiple platforms. (Radim Kolar via acmurthy)
YARN-78. Changed UnManagedAM application to use YarnClient. (Bikas Saha via
vinodkv)