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

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

Introduction

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

Usage

From source file org.apache.tez.mapreduce.task.impl.YarnOutputFiles.java

/**
 * Manipulate the working area for the transient store for maps and reduces.
 *
 * This class is used by map and reduce tasks to identify the directories that
 * they need to write to/read from for intermediate files. The callers of
 * these methods are from child space.