org.apache.avro.mapred
Class AvroUtf8InputFormat
java.lang.Object
   org.apache.hadoop.mapred.FileInputFormat<AvroWrapper<Utf8>,NullWritable>
org.apache.hadoop.mapred.FileInputFormat<AvroWrapper<Utf8>,NullWritable>
       org.apache.avro.mapred.AvroUtf8InputFormat
org.apache.avro.mapred.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.
 
 
 
 
| Methods inherited from class org.apache.hadoop.mapred.FileInputFormat | 
| addInputPath, addInputPaths, computeSplitSize, getBlockIndex, getInputPathFilter, getInputPaths, getSplitHosts, getSplits, listStatus, setInputPathFilter, setInputPaths, setInputPaths, setMinSplitSize | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AvroUtf8InputFormat
public AvroUtf8InputFormat()
configure
public void configure(JobConf conf)
- 
- Specified by:
- configurein interface- JobConfigurable
 
- 
 
isSplitable
protected boolean isSplitable(FileSystem fs,
                              Path file)
- 
- Overrides:
- isSplitablein class- FileInputFormat<AvroWrapper<Utf8>,NullWritable>
 
- 
 
getRecordReader
public RecordReader<AvroWrapper<Utf8>,NullWritable> getRecordReader(InputSplit split,
                                                                    JobConf job,
                                                                    Reporter reporter)
                                                             throws IOException
- 
- Specified by:
- getRecordReaderin interface- InputFormat<AvroWrapper<Utf8>,NullWritable>
- Specified by:
- getRecordReaderin class- FileInputFormat<AvroWrapper<Utf8>,NullWritable>
 
- 
- Throws:
- IOException
 
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.