Download mrunit-0.9.0-incubating.jar file - Jar m

Jar examples for m:mrunit

Description

MRUnit is a Java library that helps developers unit test Apache Hadoop map reduce jobs.

You can download jar file mrunit 0.9.0-incubating in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mrunit-0.9.0-incubating.jar to your project.

<dependency>
   <groupId>org.apache.mrunit</groupId>
   <artifactId>mrunit</artifactId>
   <version>0.9.0-incubating</version>
</dependency>
compile group: 'org.apache.mrunit', name: 'mrunit', version: '0.9.0-incubating'
libraryDependencies += "org.apache.mrunit" % "mrunit" % "0.9.0-incubating"
<dependency org="org.apache.mrunit" name="mrunit" rev="0.9.0-incubating"/>
@Grapes(@Grab(group='org.apache.mrunit', module='mrunit', version='0.9.0-incubating'))
'org.apache.mrunit:mrunit:jar:0.9.0-incubating'

Download

Click the following link to download the jar file.

mrunit-0.9.0-incubating-hadoop1.jar
mrunit-0.9.0-incubating-hadoop2.jar
mrunit-0.9.0-incubating-javadoc.jar
mrunit-0.9.0-incubating-sources.jar
mrunit-0.9.0-incubating.pom



Related Tutorials