public abstract class BinarySpatialInputFormat<K extends Writable,V extends Writable>
extends
An input format that reads a pair of files simultaneously and returns
a key for one of them and the value as a pair of values.
It generates a CombineFileSplit for each pair of blocks returned by the
BlockFilter.