Class AvroUtf8InputFormat

All Implemented Interfaces:
InputFormat<AvroWrapper<Utf8>,NullWritable>, JobConfigurable

public class AvroUtf8InputFormat extends FileInputFormat<AvroWrapper<Utf8>,NullWritable> implements JobConfigurable
An InputFormat for text files. Each line is a Utf8 key; values are null.