Package org.apache.hadoop.mapred.lib

Contains the Mobius-specific DelegatingInputFormat.

See:
          Description

Interface Summary
InputSampler.Sampler<K,V> Interface to sample using an InputFormat.
 

Class Summary
InputSampler<K,V> Utility for collecting samples and writing a partition file for TotalOrderPartitioner.
InputSampler.IntervalSampler<K,V> Sample from s splits at regular intervals.
InputSampler.RandomSampler<K,V> Sample from random points in the input.
InputSampler.SplitSampler<K,V> Samples the first n records from s splits.
MobiusDelegatingInputFormat<K,V> This product is licensed under the Apache License, Version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0.
 

Package org.apache.hadoop.mapred.lib Description

Contains the Mobius-specific DelegatingInputFormat.

Mobius users do not need to use the classes in this package.