org.apache.nutch.indexer
Class DeleteDuplicates.InputFormat
java.lang.Object
org.apache.hadoop.mapred.InputFormatBase
org.apache.nutch.indexer.DeleteDuplicates.InputFormat
- All Implemented Interfaces:
- InputFormat
- Enclosing class:
- DeleteDuplicates
public static class DeleteDuplicates.InputFormat
- extends InputFormatBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeleteDuplicates.InputFormat
public DeleteDuplicates.InputFormat()
getSplits
public InputSplit[] getSplits(JobConf job,
int numSplits)
throws IOException
- Return each index as a split.
- Specified by:
getSplits
in interface InputFormat
- Overrides:
getSplits
in class InputFormatBase
- Throws:
IOException
getRecordReader
public RecordReader getRecordReader(InputSplit split,
JobConf job,
Reporter reporter)
throws IOException
- Return each index as a split.
- Specified by:
getRecordReader
in interface InputFormat
- Specified by:
getRecordReader
in class InputFormatBase
- Throws:
IOException
Copyright © 2006 The Apache Software Foundation