Jar examples for m:mrunit
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
mrunit-1.0.0-hadoop1.jar