Example usage for org.apache.hadoop.mapreduce.lib.output LazyOutputFormat subclass-usage

List of usage examples for org.apache.hadoop.mapreduce.lib.output LazyOutputFormat subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.mapreduce.lib.output LazyOutputFormat subclass-usage.

Usage

From source file com.twitter.algebra.matrix.format.MatrixOutputFormat.java

/**
 * We enforce total order in MapReudce output via {@link RowPartitioner} and
 * {@link MatrixOutputFormat}. Each matrix job needs to derive its partitioner
 * from {@link RowPartitioner} and set its output format from
 * {@link MatrixOutputFormat}. The output of each reducer must be also locally
 * sorted.