Download mrunit-1.0.0.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 1.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

mrunit-1.0.0-hadoop1.jar
mrunit-1.0.0-hadoop2.jar
mrunit-1.0.0-javadoc.jar
mrunit-1.0.0-sources.jar
mrunit-1.0.0.pom



Related Tutorials