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 FileSplit[] getSplits(FileSystem fs,
JobConf job,
int numSplits)
throws IOException
- Return each index as a split.
- Throws:
IOException
getRecordReader
public RecordReader getRecordReader(FileSystem fs,
FileSplit split,
JobConf job,
Reporter reporter)
throws IOException
- Return each index as a split.
- Throws:
IOException
Copyright © 2006 The Apache Software Foundation