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 ma...@apache.org on 2011/10/13 09:08:31 UTC

svn commit: r1182691 - in /hadoop/common/branches/branch-0.23/hadoop-mapreduce-project: CHANGES.txt hadoop-yarn/pom.xml pom.xml

Author: mahadev
Date: Thu Oct 13 07:08:30 2011
New Revision: 1182691

URL: http://svn.apache.org/viewvc?rev=1182691&view=rev
Log:
MAPREDUCE-3133. Running a set of methods in a Single Test Class. (Jonathan Eagles via mahadev) - Merging r1182688 from trunk

Modified:
    hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
    hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/pom.xml
    hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/pom.xml

Modified: hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt?rev=1182691&r1=1182690&r2=1182691&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt (original)
+++ hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/CHANGES.txt Thu Oct 13 07:08:30 2011
@@ -331,6 +331,9 @@ Release 0.23.0 - Unreleased
     MAPREDUCE-3148. Ported MAPREDUCE-2702 to old mapred api for aiding task
     recovery. (acmurthy) 
 
+    MAPREDUCE-3133. Running a set of methods in a Single Test Class.
+    (Jonathan Eagles via mahadev)
+
   OPTIMIZATIONS
 
     MAPREDUCE-2026. Make JobTracker.getJobCounters() and

Modified: hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/pom.xml?rev=1182691&r1=1182690&r2=1182691&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/pom.xml (original)
+++ hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/hadoop-yarn/pom.xml Thu Oct 13 07:08:30 2011
@@ -260,7 +260,7 @@
           <artifactId>maven-surefire-plugin</artifactId>
           <!-- requires 2.5+ to make system properties work -->
           <!-- requires 2.7+ to avoid SUREFIRE-640 -->
-          <version>2.7.2</version>
+          <version>2.9</version>
           <configuration>
             <failIfNoTests>false</failIfNoTests>
             <redirectTestOutputToFile>${test.logs}</redirectTestOutputToFile>

Modified: hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/pom.xml?rev=1182691&r1=1182690&r2=1182691&view=diff
==============================================================================
--- hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/pom.xml (original)
+++ hadoop/common/branches/branch-0.23/hadoop-mapreduce-project/pom.xml Thu Oct 13 07:08:30 2011
@@ -213,7 +213,7 @@
           <artifactId>maven-surefire-plugin</artifactId>
           <!-- requires 2.5+ to make system properties work -->
           <!-- requires 2.7+ to avoid SUREFIRE-640 -->
-          <version>2.7.2</version>
+          <version>2.9</version>
           <configuration>
             <failIfNoTests>false</failIfNoTests>
             <redirectTestOutputToFile>${test.logs}</redirectTestOutputToFile>