Browse Source

MAPREDUCE-2777. Clean up CHANGES.txt.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-205@1179468 13f79535-47bb-0310-9956-ffa450edef68
Matthew Foley 14 năm trước cách đây
mục cha
commit
d3199377bd
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      CHANGES.txt

+ 3 - 0
CHANGES.txt

@@ -51,6 +51,9 @@ Release 0.20.205.0 - 2011.09.28
     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.