Parcourir la source

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
Steve Loughran il y a 13 ans
Parent
commit
1188668648
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      hadoop-mapreduce-project/CHANGES.txt

+ 3 - 3
hadoop-mapreduce-project/CHANGES.txt

@@ -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