public interface MRJob
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | MRJob.StateA job will be in one of the following states. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<MRJob> | getDependentJobs() | 
| org.apache.hadoop.mapreduce.Job | getJob() | 
| int | getJobID() | 
| MRJob.State | getJobState() | 
int getJobID()
org.apache.hadoop.mapreduce.Job getJob()
MRJob.State getJobState()
Copyright © 2017 The Apache Software Foundation. All rights reserved.