public static class WebGraph.OutlinkDb.OutlinkDbMapper extends Mapper<Text,Writable,Text,NutchWritable>
Mapper.Context| Constructor and Description |
|---|
OutlinkDbMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
map(Text key,
Writable value,
Mapper.Context context) |
void |
setup(Mapper.Context context)
Configures the OutlinkDb job mapper.
|
public void setup(Mapper.Context context)
public void map(Text key, Writable value, Mapper.Context context) throws IOException, InterruptedException
map in class Mapper<Text,Writable,Text,NutchWritable>IOExceptionInterruptedExceptionCopyright © 2021 The Apache Software Foundation