Hadoop Test provides testing utilities and frameworks for Apache Hadoop, including MRUnit for unit testing MapReduce jobs.
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-test</artifactId>
<version>1.2.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example creating a MiniMRCluster for testing MapReduce.
Use hadoop-minicluster (org.apache.hadoop:hadoop-minicluster) for testing.
No dependency data recorded yet.