Example usage for org.apache.hadoop.mapreduce.task JobContextImpl subclass-usage

List of usage examples for org.apache.hadoop.mapreduce.task JobContextImpl subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.mapreduce.task JobContextImpl subclass-usage.

Usage

From source file com.sourcecode.TaskAttemptContextImpl.java

/**
 * The context for task attempts.
 */
@InterfaceAudience.Private
@InterfaceStability.Unstable
public class TaskAttemptContextImpl extends JobContextImpl implements TaskAttemptContext {

From source file org.apache.ignite.internal.processors.hadoop.impl.v2.HadoopV2Context.java

/**
 * Hadoop context implementation for v2 API. It provides IO operations for hadoop tasks.
 */
public class HadoopV2Context extends JobContextImpl implements MapContext, ReduceContext {
    /** Input reader to overriding of HadoopTaskContext input. */
    private RecordReader reader;

From source file org.apache.ignite.internal.processors.hadoop.v2.GridHadoopV2Context.java

/**
 * Hadoop context implementation for v2 API. It provides IO operations for hadoop tasks.
 */
public class GridHadoopV2Context extends JobContextImpl implements MapContext, ReduceContext {
    /** Input reader to overriding of GridHadoopTaskContext input. */
    private RecordReader reader;

From source file org.apache.ignite.internal.processors.hadoop.v2.HadoopV2Context.java

/**
 * Hadoop context implementation for v2 API. It provides IO operations for hadoop tasks.
 */
public class HadoopV2Context extends JobContextImpl implements MapContext, ReduceContext {
    /** Input reader to overriding of HadoopTaskContext input. */
    private RecordReader reader;

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.gridgain.grid.kernal.processors.hadoop.v2.GridHadoopV2Context.java

/**
 * Hadoop context implementation for v2 API. It provides IO operations for hadoop tasks.
 */
public class GridHadoopV2Context extends JobContextImpl implements MapContext, ReduceContext {
    /** Input reader to overriding of GridHadoopTaskContext input. */
    private RecordReader reader;