Package org.apache.nutch.fetcher
Class Fetcher.FetcherRun
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<Text,CrawlDatum,Text,NutchWritable>
org.apache.nutch.fetcher.Fetcher.FetcherRun
- Enclosing class:
- Fetcher
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
Mapper.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(Mapper<Text, CrawlDatum, Text, NutchWritable>.Context innerContext) voidsetup(Mapper<Text, CrawlDatum, Text, NutchWritable>.Context context)
-
Constructor Details
-
FetcherRun
public FetcherRun()
-
-
Method Details
-
setup
- Overrides:
setupin classMapper<Text,CrawlDatum, Text, NutchWritable>
-
run
public void run(Mapper<Text, CrawlDatum, throws IOException, InterruptedExceptionText, NutchWritable>.Context innerContext) - Overrides:
runin classMapper<Text,CrawlDatum, Text, NutchWritable> - Throws:
IOExceptionInterruptedException
-