Example usage for org.apache.hadoop.mapred JobContext interface-usage

List of usage examples for org.apache.hadoop.mapred JobContext interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.mapred JobContext interface-usage.

Usage

From source file org.apache.tez.mapreduce.hadoop.mapred.JobContextImpl.java

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class JobContextImpl extends org.apache.hadoop.mapreduce.task.JobContextImpl implements JobContext {
    private JobConf job;
    private Progressable progress;

From source file org.apache.tez.mapreduce.hadoop.mapreduce.JobContextImpl.java

/**
 * A read-only view of the job that is provided to the tasks while they
 * are running.
 */
@InterfaceAudience.Private
@InterfaceStability.Unstable