Fixing CHANGES.txt for YARN-285.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1425229 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vinod Kumar Vavilapalli 2012-12-22 01:57:18 +00:00
parent dae6f0b7d9
commit 47c59570c1
1 changed files with 4 additions and 4 deletions

View File

@ -28,10 +28,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.
@ -220,6 +216,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