浏览代码

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 年之前
父节点
当前提交
d3199377bd
共有 1 个文件被更改,包括 3 次插入0 次删除
  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.