Interface MapperGenerator<KEY_IN,VALUE_IN>
-
- Type Parameters:
KEY_IN- the input key for the mapperVALUE_IN- the input value for the mapper
- All Known Implementing Classes:
AvroMapperGenerator,JsonMapperGenerator,TextMapperGenerator
public interface MapperGenerator<KEY_IN,VALUE_IN>AMapperGeneratoris used by the Hadoop jobMapperto convert the input key and value to anIterableofElements- See Also:
AvroMapperGenerator,TextMapperGenerator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<? extends Element>getElements(KEY_IN keyIn, VALUE_IN valueIn, org.apache.hadoop.mapreduce.MapContext<KEY_IN,VALUE_IN,?,?> context)
-