浏览代码

commit 082c76e46ee1c02223db03015de9d878eaf462f1
Author: Yahoo\! <ltucker@yahoo-inc.com>
Date: Tue Aug 18 10:30:07 2009 -0700

Update build.xml version and add the necesary notes
to YAHOO-CHANGES.txt

+++ b/YAHOO-CHANGES.txt
+yahoo-hadoop-0.20.0-2957040000
+
+45. MAPREDUCE:478 Allow map and reduce jvm parameters, environment
+ variables and ulimit to be set separately.
+
+44. MAPREDUCE:682 Removes reservations on tasktrackers which are blacklisted.
+ Contributed by Sreekanth Ramakrishnan.
+
+43. HADOOP:5420 Support killing of process groups in LinuxTaskController
+ binary
+
+42. HADOOP-5488 Removes the pidfile management for the Task JVM from the
+ framework and instead passes the PID back and forth between the
+ TaskTracker and the Task processes. Contributed by Ravi Gummadi.
+
+41. MAPREDUCE:467 Provide ability to collect statistics about total tasks and
+ succeeded tasks in different time windows.
+


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-patches@1076979 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley 14 年之前
父节点
当前提交
351c61d8fd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -27,7 +27,7 @@
  
   <property name="Name" value="Hadoop"/>
   <property name="name" value="hadoop"/>
-  <property name="version" value="0.20.2-dev"/>
+  <property name="version" value="0.20.0.2967040000"/>
   <property name="final.name" value="${name}-${version}"/>
   <property name="year" value="2009"/>