Example usage for org.apache.hadoop.mapred.lib InputSampler subclass-usage

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

Introduction

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

Usage

From source file com.alexholmes.hadooputils.sort.SortInputSampler.java

/**
 * Work around a bug in the mapred/mapreduce interface which can
 * lead to the default TextInputFormat being selected rather than
 * the InputFormat required to read the input.  The problem manifests
 * itself through a mismatch of keys. 
 * Mark Cusack 2014/01/19