public static class ClueExtractLinks.Map extends org.apache.hadoop.mapred.MapReduceBase implements org.apache.hadoop.mapred.Mapper<org.apache.hadoop.io.IntWritable,ClueWarcRecord,org.apache.hadoop.io.Text,tl.lin.data.array.ArrayListWritable<AnchorText>>
| Modifier and Type | Class and Description |
|---|---|
static class |
ClueExtractLinks.Map.LinkCounter |
| Constructor and Description |
|---|
ClueExtractLinks.Map() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.hadoop.mapred.JobConf job) |
void |
map(org.apache.hadoop.io.IntWritable key,
ClueWarcRecord doc,
org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.Text,tl.lin.data.array.ArrayListWritable<AnchorText>> output,
org.apache.hadoop.mapred.Reporter reporter) |
public void configure(org.apache.hadoop.mapred.JobConf job)
configure in interface org.apache.hadoop.mapred.JobConfigurableconfigure in class org.apache.hadoop.mapred.MapReduceBasepublic void map(org.apache.hadoop.io.IntWritable key,
ClueWarcRecord doc,
org.apache.hadoop.mapred.OutputCollector<org.apache.hadoop.io.Text,tl.lin.data.array.ArrayListWritable<AnchorText>> output,
org.apache.hadoop.mapred.Reporter reporter)
throws IOException
map in interface org.apache.hadoop.mapred.Mapper<org.apache.hadoop.io.IntWritable,ClueWarcRecord,org.apache.hadoop.io.Text,tl.lin.data.array.ArrayListWritable<AnchorText>>IOExceptionCopyright © 2015. All rights reserved.