You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-commits@hadoop.apache.org by to...@apache.org on 2011/02/06 20:51:38 UTC

svn commit: r1067739 - in /hadoop/mapreduce/branches/branch-0.22: CHANGES.txt src/contrib/build-contrib.xml

Author: todd
Date: Sun Feb  6 19:51:37 2011
New Revision: 1067739

URL: http://svn.apache.org/viewvc?rev=1067739&view=rev
Log:
MAPREDUCE-2285. MiniMRCluster does not start after ant test-patch. Contributed by Todd Lipcon.

Modified:
    hadoop/mapreduce/branches/branch-0.22/CHANGES.txt
    hadoop/mapreduce/branches/branch-0.22/src/contrib/build-contrib.xml

Modified: hadoop/mapreduce/branches/branch-0.22/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/branch-0.22/CHANGES.txt?rev=1067739&r1=1067738&r2=1067739&view=diff
==============================================================================
--- hadoop/mapreduce/branches/branch-0.22/CHANGES.txt (original)
+++ hadoop/mapreduce/branches/branch-0.22/CHANGES.txt Sun Feb  6 19:51:37 2011
@@ -479,6 +479,9 @@ Release 0.22.0 - Unreleased
     call finishedMaps and finishedReduces when job is not initialized.
     (Scott Chen via shv)
 
+    MAPREDUCE-2285. MiniMRCluster does not start after ant test-patch
+    (todd)
+
 Release 0.21.1 - Unreleased
 
   NEW FEATURES

Modified: hadoop/mapreduce/branches/branch-0.22/src/contrib/build-contrib.xml
URL: http://svn.apache.org/viewvc/hadoop/mapreduce/branches/branch-0.22/src/contrib/build-contrib.xml?rev=1067739&r1=1067738&r2=1067739&view=diff
==============================================================================
--- hadoop/mapreduce/branches/branch-0.22/src/contrib/build-contrib.xml (original)
+++ hadoop/mapreduce/branches/branch-0.22/src/contrib/build-contrib.xml Sun Feb  6 19:51:37 2011
@@ -104,9 +104,6 @@
     <fileset dir="${hadoop.root}/lib">
       <include name="**/*.jar" />
     </fileset>
-    <fileset dir="${build.ivy.lib.dir}">
-      <include name="**/*.jar" />
-    </fileset>
     <path refid="${ant.project.name}.common-classpath"/>
     <pathelement path="${clover.jar}"/>
   </path>