Example usage for org.apache.hadoop.mapred TaskAttemptContextImpl subclass-usage

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

Introduction

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

Usage

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

/**
 * A context object that allows input and output from the task. It is only
 * supplied to the {@link Mapper} or {@link Reducer}.
 * @param <KEYIN> the input key type for the task
 * @param <VALUEIN> the input value type for the task
 * @param <KEYOUT> the output key type for the task