Fixing CHANGES.txt for YARN-285.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1425230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vinod Kumar Vavilapalli 2012-12-22 01:57:49 +00:00
parent 121a79c7a1
commit 67b3e5d8cc
1 changed files with 4 additions and 4 deletions

View File

@ -11,10 +11,6 @@ Release 2.0.3-alpha - Unreleased
YARN-230. RM Restart phase 1 - includes support for saving/restarting all
applications on an RM bounce. (Bikas Saha via acmurthy)
YARN-285. Added a temporary plugin interface for RM to be able to redirect
to JobHistory server for apps that it no longer tracks. (Derek Dagit via
vinodkv)
IMPROVEMENTS
YARN-223. Update process tree instead of getting new process trees.
@ -203,6 +199,10 @@ Release 0.23.6 - UNRELEASED
IMPROVEMENTS
YARN-285. Added a temporary plugin interface for RM to be able to redirect
to JobHistory server for apps that it no longer tracks. (Derek Dagit via
vinodkv)
OPTIMIZATIONS
BUG FIXES