Example usage for org.apache.hadoop.mapreduce.v2.api MRClientProtocol interface-usage

List of usage examples for org.apache.hadoop.mapreduce.v2.api MRClientProtocol interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.mapreduce.v2.api MRClientProtocol interface-usage.

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;