You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by om...@apache.org on 2011/03/04 04:27:47 UTC

svn commit: r1076979 - /hadoop/common/branches/branch-0.20-security-patches/build.xml

Author: omalley
Date: Fri Mar  4 03:27:47 2011
New Revision: 1076979

URL: http://svn.apache.org/viewvc?rev=1076979&view=rev
Log:
commit 082c76e46ee1c02223db03015de9d878eaf462f1
Author: Yahoo\! <lt...@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.
    +

Modified:
    hadoop/common/branches/branch-0.20-security-patches/build.xml

Modified: hadoop/common/branches/branch-0.20-security-patches/build.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/build.xml?rev=1076979&r1=1076978&r2=1076979&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20-security-patches/build.xml (original)
+++ hadoop/common/branches/branch-0.20-security-patches/build.xml Fri Mar  4 03:27:47 2011
@@ -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"/>