Move MAPREDUCE-3138 changes to Release 0.22 section.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1180753 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Konstantin Shvachko 2011-10-10 00:45:00 +00:00
parent 231db3bd12
commit 1f55eeabe4
1 changed files with 3 additions and 3 deletions

View File

@ -306,9 +306,6 @@ Release 0.23.0 - Unreleased
MAPREDUCE-3134. Added documentation the CapacityScheduler. (acmurthy)
MAPREDUCE-3138. Add a utility to help applications bridge changes in
Context Objects APIs due to MAPREDUCE-954. (omalley via acmurthy)
MAPREDUCE-3013. Removed YarnConfiguration.YARN_SECURITY_INFO and its usage
as it doesn't affect security any more. (vinodkv)
@ -1731,6 +1728,9 @@ Release 0.22.0 - Unreleased
MAPREDUCE-2505. Explain how to use ACLs in the fair scheduler.
(matei via eli)
MAPREDUCE-3138. Add a utility to help applications bridge changes in
Context Objects APIs due to MAPREDUCE-954. (omalley via acmurthy)
OPTIMIZATIONS
MAPREDUCE-1354. Enhancements to JobTracker for better performance and