List of usage examples for org.apache.hadoop.mapreduce.v2.api MRClientProtocol interface-usage
From source file org.apache.tez.mapreduce.client.NotRunningJob.java
public class NotRunningJob implements MRClientProtocol { private RecordFactory recordFactory = RecordFactoryProvider.getRecordFactory(null); private final JobState jobState; private final ApplicationReport applicationReport;
From source file org.apache.tez.mapreduce.NotRunningJob.java
public class NotRunningJob implements MRClientProtocol { private RecordFactory recordFactory = RecordFactoryProvider.getRecordFactory(null); private final JobState jobState; private final ApplicationReport applicationReport;