- Type Parameters:
K - The type of Key that will be passed to the Mapper
V - The type of Value that will be passed to the Mapper
- All Implemented Interfaces:
- org.apache.hadoop.mapred.InputFormat<K,V>
- Direct Known Subclasses:
- DynamoDBInputFormat
public abstract class AbstractDynamoDBInputFormat<K,V>
extends Object
implements org.apache.hadoop.mapred.InputFormat<K,V>
This abstract class has a subclass DynamoDBInputFormat that returns a RecordReader that assumes
the mapper is taking in key-value pairs in <Text, DynamoDBItemWritable> format.
A new subclass should be created if a different RecordReader is desired.