org.apache.hadoop.mapreduce.v2.app.commit
Class CommitterJobSetupEvent
java.lang.Object
org.apache.hadoop.yarn.event.AbstractEvent<CommitterEventType>
org.apache.hadoop.mapreduce.v2.app.commit.CommitterEvent
org.apache.hadoop.mapreduce.v2.app.commit.CommitterJobSetupEvent
- All Implemented Interfaces:
- org.apache.hadoop.yarn.event.Event<CommitterEventType>
public class CommitterJobSetupEvent
- extends CommitterEvent
|
Constructor Summary |
CommitterJobSetupEvent(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID,
org.apache.hadoop.mapreduce.JobContext jobContext)
|
|
Method Summary |
org.apache.hadoop.mapreduce.JobContext |
getJobContext()
|
org.apache.hadoop.mapreduce.v2.api.records.JobId |
getJobID()
|
| Methods inherited from class org.apache.hadoop.yarn.event.AbstractEvent |
getTimestamp, getType, toString |
CommitterJobSetupEvent
public CommitterJobSetupEvent(org.apache.hadoop.mapreduce.v2.api.records.JobId jobID,
org.apache.hadoop.mapreduce.JobContext jobContext)
getJobID
public org.apache.hadoop.mapreduce.v2.api.records.JobId getJobID()
getJobContext
public org.apache.hadoop.mapreduce.JobContext getJobContext()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.