Last Version

MRUnit 1.1.0

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

License

License

GroupId

GroupId

org.apache.mrunit
ArtifactId

ArtifactId

mrunit
Version

Version

1.1.0
Type

Type

jar
Description

Description

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

Project URL

http://mrunit.apache.org
Project Organization

Project Organization

The Apache Software Foundation

Download mrunit 1.1.0


<!-- https://jarcasting.com/artifacts/org.apache.mrunit/mrunit/ -->
<dependency>
    <groupId>org.apache.mrunit</groupId>
    <artifactId>mrunit</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.mrunit/mrunit/
implementation 'org.apache.mrunit:mrunit:1.1.0'
// https://jarcasting.com/artifacts/org.apache.mrunit/mrunit/
implementation ("org.apache.mrunit:mrunit:1.1.0")
'org.apache.mrunit:mrunit:jar:1.1.0'
<dependency org="org.apache.mrunit" name="mrunit" rev="1.1.0">
  <artifact name="mrunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.mrunit', module='mrunit', version='1.1.0')
)
libraryDependencies += "org.apache.mrunit" % "mrunit" % "1.1.0"
[org.apache.mrunit/mrunit "1.1.0"]

Dependencies

compile (7)

Group / Artifact Type Version
junit : junit jar 4.10
commons-logging : commons-logging jar 1.1.1
org.mockito : mockito-core jar 1.9.5
com.google.guava : guava jar 11.0.2
org.powermock : powermock-core jar 1.5.1
org.powermock : powermock-api-mockito jar 1.5.1
org.powermock : powermock-module-junit4 jar 1.5.1

provided (1)

Group / Artifact Type Version
org.apache.hadoop : hadoop-core jar 1.0.3

test (1)

Group / Artifact Type Version
org.hamcrest : hamcrest-core jar 1.3

Project Modules

There are no modules declared in this project.