Class SequenceFileInputFilter<K,V>

All Implemented Interfaces:
InputFormat<K,V>

@Public @Stable public class SequenceFileInputFilter<K,V> extends SequenceFileInputFormat<K,V>
A class that allows a map/red job to work on a sample of sequence files. The sample is decided by the filter class set by the job.