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

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

Introduction

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

Usage

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

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class TaskAttemptContextImpl extends org.apache.hadoop.mapreduce.task.TaskAttemptContextImpl
        implements TaskAttemptContext {
    private MRTaskReporter reporter;

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

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class TaskAttemptContextImpl extends org.apache.hadoop.mapreduce.task.TaskAttemptContextImpl {

    private final TezCounters tezCounters;
    private final Reporter reporter;