Package org.apache.nutch.indexer
Class CleaningJob.DBFilter
- java.lang.Object
-
- org.apache.hadoop.mapreduce.Mapper<Text,CrawlDatum,ByteWritable,Text>
-
- org.apache.nutch.indexer.CleaningJob.DBFilter
-
- Enclosing class:
- CleaningJob
public static class CleaningJob.DBFilter extends Mapper<Text,CrawlDatum,ByteWritable,Text>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
Mapper.Context
-
-
Constructor Summary
Constructors Constructor Description DBFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
map(Text key, CrawlDatum value, Mapper.Context context)
-
-
-
Method Detail
-
map
public void map(Text key, CrawlDatum value, Mapper.Context context) throws IOException, InterruptedException
- Overrides:
map
in classMapper<Text,CrawlDatum,ByteWritable,Text>
- Throws:
IOException
InterruptedException
-
-