edu.umd.cloud9.collection.clue
Class ClueWarcInputFormat

java.lang.Object
  extended by org.apache.hadoop.mapred.FileInputFormat<LongWritable,ClueWarcRecord>
      extended by edu.umd.cloud9.collection.clue.ClueWarcInputFormat
All Implemented Interfaces:
InputFormat<LongWritable,ClueWarcRecord>

public class ClueWarcInputFormat
extends FileInputFormat<LongWritable,ClueWarcRecord>


Nested Class Summary
static class ClueWarcInputFormat.ClueWarcRecordReader
           
 
Field Summary
 
Fields inherited from class org.apache.hadoop.mapred.FileInputFormat
LOG
 
Constructor Summary
ClueWarcInputFormat()
           
 
Method Summary
 RecordReader<LongWritable,ClueWarcRecord> getRecordReader(InputSplit split, JobConf conf, Reporter reporter)
          Just return the record reader
 
Methods inherited from class org.apache.hadoop.mapred.FileInputFormat
addInputPath, addInputPaths, getInputPathFilter, getInputPaths, getSplits, setInputPathFilter, setInputPaths, setInputPaths
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClueWarcInputFormat

public ClueWarcInputFormat()
Method Detail

getRecordReader

public RecordReader<LongWritable,ClueWarcRecord> getRecordReader(InputSplit split,
                                                                 JobConf conf,
                                                                 Reporter reporter)
                                                          throws IOException
Just return the record reader

Specified by:
getRecordReader in interface InputFormat<LongWritable,ClueWarcRecord>
Specified by:
getRecordReader in class FileInputFormat<LongWritable,ClueWarcRecord>
Throws:
IOException