Registry / other / hadoop-mapreduce-client-jobclient

hadoop-mapreduce-client-jobclient

JSON →
library3.5.0javamavenunverified

Client library for submitting and monitoring MapReduce jobs in Apache Hadoop.

<dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-jobclient</artifactId> <version>3.5.0</version> </dependency>
INSTALL
IMPORT
SIG · HADOOP-MAPREDUCE-C
H
hadoop-mapreduce-client-jobclient
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

Submit a MapReduce job

import org.apache.hadoop.mapreduce.Job; import org.apache.hadoop.conf.Configuration; Configuration conf = new Configuration(); Job job = Job.getInstance(conf, "my job"); job.setJarByClass(MyClass.class); job.waitForCompletion(true);
Debug
Known issues
breakingVersion 3.x has breaking API changes from 2.x, including removed deprecated methods.
fix
Update code to use new Job API (Job.getInstance instead of new Job).
affects: >=3.0.0
Upgrade
Version history
3.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Meta
1
Amazon
1
Resources
hadoop-mapreduce-client-jobclient — mvn dependency:get hadoop-mapreduce-client-jobclient · libregistry