public abstract class BaseInputFormat<Text,MapWritable>
extends org.apache.hadoop.mapreduce.InputFormat<Text,MapWritable>
MapWritable<K,V> should be of the form MapWritable<Text,Writable>
If V is an array type, it must be of the form ArrayWritable
| Constructor and Description |
|---|
BaseInputFormat() |