You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrunit.apache.org by jd...@apache.org on 2012/04/15 02:05:33 UTC

svn commit: r1326236 - /incubator/mrunit/branches/mrunit-0.9/BUILD.txt

Author: jdonofrio
Date: Sun Apr 15 00:05:33 2012
New Revision: 1326236

URL: http://svn.apache.org/viewvc?rev=1326236&view=rev
Log:
MRUNIT-96: Cleanup release: remove unnecesssary artifacts from nexus and distribute single binary distribution with 2 build artifacts, 1 for hadoop 1+ and 1 for hadoop 2+

Modified:
    incubator/mrunit/branches/mrunit-0.9/BUILD.txt

Modified: incubator/mrunit/branches/mrunit-0.9/BUILD.txt
URL: http://svn.apache.org/viewvc/incubator/mrunit/branches/mrunit-0.9/BUILD.txt?rev=1326236&r1=1326235&r2=1326236&view=diff
==============================================================================
--- incubator/mrunit/branches/mrunit-0.9/BUILD.txt (original)
+++ incubator/mrunit/branches/mrunit-0.9/BUILD.txt Sun Apr 15 00:05:33 2012
@@ -12,17 +12,13 @@ From the command line:
 
 Building MRUnit is dependent upon the version of Hadoop Map Reduce you intend to use.
 
-Hadoop Map Reduce 1.0.0:
+Hadoop Map Reduce 1.X or 0.20.X:
 $ mvn package
-This produces mrunit-${VERSION}-hadoop100.tar.gz and mrunit-${VERSION}-hadoop100.jar in the target directory.
+This produces mrunit-${VERSION}-hadoop1.jar in the target directory.
 
-Hadoop Map Reduce 0.23.1:
-$ mvn package -Dhadoop.version=0.23
-This produces mrunit-${VERSION}-hadoop023.tar.gz and mrunit-${VERSION}-hadoop023.jar in the target directory.
-
-Hadoop Map Reduce 0.20.2:
-$ mvn package -Dhadoop.version=0.20
-This produces mrunit-${VERSION}-hadoop020.tar.gz and mrunit-${VERSION}-hadoop020.jar in the target directory.
+Hadoop Map Reduce 2.X or 0.23.X:
+$ mvn package -Dhadoop.version=2
+This produces mrunit-${VERSION}-hadoop2.jar in the target directory.
 
 If you wish you skip the unit tests (not advised):