Class AvroUtf8InputFormat

java.lang.Object
org.apache.hadoop.mapred.FileInputFormat<AvroWrapper<org.apache.avro.util.Utf8>,NullWritable>
org.apache.avro.mapred.AvroUtf8InputFormat
All Implemented Interfaces:
InputFormat<AvroWrapper<org.apache.avro.util.Utf8>,NullWritable>, JobConfigurable

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