MAPREDUCE-3970 not a big fix, an improvement

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.23@1301495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steve Loughran 2012-03-16 13:31:02 +00:00
parent 2f82b50920
commit 1188668648
1 changed files with 3 additions and 3 deletions

View File

@ -34,6 +34,9 @@ Release 0.23.3 - UNRELEASED
MAPREDUCE-3773. Add queue metrics with buckets for job run times. (omalley
via acmurthy)
MAPREDUCE-3970 Add ServiceOperations class to aid working with Services
(stevel)
OPTIMIZATIONS
BUG FIXES
@ -67,9 +70,6 @@ Release 0.23.3 - UNRELEASED
MAPREDUCE-4007. JobClient getJob(JobID) should return NULL if the job
does not exist (for backwards compatibility) (tucu)
MAPREDUCE-3970 Add ServiceOperations class to aid working with Services
(stevel)
Release 0.23.2 - UNRELEASED
INCOMPATIBLE CHANGES