Registry / other / hadoop-mapreduce-client-common

hadoop-mapreduce-client-common

JSON →
library3.5.0javamavenunverified

Common client-side classes for Apache Hadoop MapReduce, providing shared utilities and interfaces for job submission and configuration.

<dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-common</artifactId> <version>3.5.0</version> </dependency>
INSTALL
IMPORT
SIG · HADOOP-MAPREDUCE-C
H
hadoop-mapreduce-client-common
otherjavav3.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Job
org.apache.hadoop.mapreduce.Job

Create a new MapReduce job instance using the provided configuration.

import org.apache.hadoop.mapreduce.Job; Job job = Job.getInstance(configuration, "my job");
Debug
Known issues
breakingHadoop 3.x has breaking API changes from 2.x, especially in configuration and job submission.
fix
Use the Hadoop 3.x migration guide to update your code.
affects: >=3.0.0
Upgrade
Version history
3.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hadoop-mapreduce-client-common — mvn dependency:get hadoop-mapreduce-client-common · libregistry