|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobClient | |
---|---|
org.apache.hadoop.mapred.jobcontrol | Utilities for managing dependent jobs. |
org.apache.hadoop.mapreduce | |
org.apache.hadoop.streaming | Hadoop Streaming is a utility which allows users to create and run Map-Reduce jobs with any executables (e.g. |
Uses of JobClient in org.apache.hadoop.mapred.jobcontrol |
---|
Methods in org.apache.hadoop.mapred.jobcontrol that return JobClient | |
---|---|
JobClient |
Job.getJobClient()
|
Uses of JobClient in org.apache.hadoop.mapreduce |
---|
Methods in org.apache.hadoop.mapreduce with parameters of type JobClient | |
---|---|
static Path |
JobSubmissionFiles.getStagingDir(JobClient client,
Configuration conf)
Initializes the staging directory and returns the path. |
Uses of JobClient in org.apache.hadoop.streaming |
---|
Fields in org.apache.hadoop.streaming declared as JobClient | |
---|---|
protected JobClient |
StreamJob.jc_
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |