public interface MRJob
Modifier and Type | Interface and Description |
---|---|
static class |
MRJob.State
A 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 © 2016 The Apache Software Foundation. All rights reserved.