Browse Source

MAPREDUCE-2777. Clean up CHANGES.txt.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security@1179469 13f79535-47bb-0310-9956-ffa450edef68
Matthew Foley 14 years ago
parent
commit
0c1e0180ed
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CHANGES.txt

+ 3 - 3
CHANGES.txt

@@ -4,9 +4,6 @@ Release 0.20.206.0 - unreleased
 
   NEW FEATURES
 
-    MAPREDUCE-2777. Backport of MAPREDUCE-220 and MAPREDUCE-2469.
-                    Includes adding cumulative CPU usage and total heap 
-                    usage to task conters. (amarrk)
   BUG FIXES
 
     HDFS-2305. Running multiple 2NNs can result in corrupt file system. (atm)
@@ -89,6 +86,9 @@ Release 0.20.205.0 - unreleased
     HDFS-2385. Support renew and cancel delegation tokens in webhdfs.
     (szetszwo)
 
+    MAPREDUCE-2777. Backport of MAPREDUCE-220 and MAPREDUCE-2469. Includes adding 
+    cumulative CPU usage and total heap usage to task conters. (amarrk)
+
   BUG FIXES
 
     MAPREDUCE-3112. Calling hadoop cli inside mapreduce job leads to errors.