public static class CrawlDbReader.CrawlDbDumpMapper extends java.lang.Object implements Mapper<Text,CrawlDatum,Text,CrawlDatum>
| Constructor and Description |
|---|
CrawlDbDumpMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(JobConf job) |
void |
map(Text key,
CrawlDatum value,
OutputCollector<Text,CrawlDatum> output,
Reporter reporter) |
public void configure(JobConf job)
configure in interface JobConfigurablepublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablepublic void map(Text key, CrawlDatum value, OutputCollector<Text,CrawlDatum> output, Reporter reporter) throws java.io.IOException
map in interface Mapper<Text,CrawlDatum,Text,CrawlDatum>java.io.IOExceptionCopyright © 2017 The Apache Software Foundation