Package org.apache.nutch.crawl
Class Generator.CrawlDbUpdater.CrawlDbUpdateMapper
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<Text,CrawlDatum,Text,CrawlDatum>
org.apache.nutch.crawl.Generator.CrawlDbUpdater.CrawlDbUpdateMapper
- Enclosing class:
- Generator.CrawlDbUpdater
public static class Generator.CrawlDbUpdater.CrawlDbUpdateMapper
extends Mapper<Text,CrawlDatum,Text,CrawlDatum>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
Mapper.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmap(Text key, CrawlDatum value, Mapper<Text, CrawlDatum, Text, CrawlDatum>.Context context)
-
Constructor Details
-
CrawlDbUpdateMapper
public CrawlDbUpdateMapper()
-
-
Method Details
-
map
public void map(Text key, CrawlDatum value, Mapper<Text, CrawlDatum, throws IOException, InterruptedExceptionText, CrawlDatum>.Context context) - Overrides:
mapin classMapper<Text,CrawlDatum, Text, CrawlDatum> - Throws:
IOExceptionInterruptedException
-