Utility for running MapReduce jobs with custom executables as mapper and reducer via standard input/output.
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-streaming</artifactId>
<version>3.5.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage of Hadoop Streaming to run a MapReduce job with shell commands.
Ensure mapper/reducer scripts are distributed via DistributedCache or available on all nodes.
No dependency data recorded yet.