License |
License |
---|---|
GroupId | GroupIdorg.apache.mrunit |
ArtifactId | ArtifactIdmrunit |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMRUnit
MRUnit is a Java library that helps developers unit test Apache Hadoop map
reduce jobs.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
mrunit-1.1.0.pom | |
mrunit-1.1.0.jar | 62 KB |
mrunit-1.1.0-dist.zip | 139 KB |
mrunit-1.1.0-dist.tar.gz | 93 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hadoop : hadoop-core | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-core | jar | 1.3 |