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/01/13 20:34:37 UTC

svn commit: r1058714 - in /hadoop/common/branches/branch-0.20: CHANGES.txt src/contrib/capacity-scheduler/ivy.xml

Author: omalley
Date: Thu Jan 13 19:34:36 2011
New Revision: 1058714

URL: http://svn.apache.org/viewvc?rev=1058714&view=rev
Log:
MAPREDUCE-2262. Add capacity scheduler ivy dependency on commons-cli. I also 
moved the CHANGES.txt description of MAPREDUCE-1734 to 0.20.3. (omalley)

Modified:
    hadoop/common/branches/branch-0.20/CHANGES.txt
    hadoop/common/branches/branch-0.20/src/contrib/capacity-scheduler/ivy.xml

Modified: hadoop/common/branches/branch-0.20/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20/CHANGES.txt?rev=1058714&r1=1058713&r2=1058714&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.20/CHANGES.txt Thu Jan 13 19:34:36 2011
@@ -8,9 +8,6 @@ Release 0.20.4 - Unreleased
 
   IMPROVEMENTS
 
-    MAPREDUCE-1734. Un-deprecate the old MapReduce API in the 0.20 branch.
-    (todd)
-
 Release 0.20.3 - 2011-1-5
 
   NEW FEATURES
@@ -85,6 +82,9 @@ Release 0.20.3 - 2011-1-5
 
     HDFS-1406. TestCLI fails on Ubuntu with default /etc/hosts. (cos)
 
+    MAPREDUCE-2262. Add capacity scheduler ivy dependency on commons-cli. 
+    (omalley)
+
   IMPROVEMENTS
 
     MAPREDUCE-1407. Update javadoc in mapreduce.{Mapper,Reducer} to match
@@ -92,6 +92,9 @@ Release 0.20.3 - 2011-1-5
 
     MAPREDUCE-1832. Allow file sizes less than 1MB in DFSIO benchmark. (shv)
 
+    MAPREDUCE-1734. Un-deprecate the old MapReduce API in the 0.20 branch.
+    (todd)
+
 Release 0.20.2 - 2010-2-19
 
   NEW FEATURES

Modified: hadoop/common/branches/branch-0.20/src/contrib/capacity-scheduler/ivy.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20/src/contrib/capacity-scheduler/ivy.xml?rev=1058714&r1=1058713&r2=1058714&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.20/src/contrib/capacity-scheduler/ivy.xml (original)
+++ hadoop/common/branches/branch-0.20/src/contrib/capacity-scheduler/ivy.xml Thu Jan 13 19:34:36 2011
@@ -52,5 +52,9 @@
       name="commons-httpclient"
       rev="${commons-httpclient.version}"
       conf="common->master"/> 
+    <dependency org="commons-cli"
+      name="commons-cli"
+      rev="${commons-cli.version}"
+      conf="common->master"/>
   </dependencies>
 </ivy-module>