Constructor and Description |
---|
ParserJob.ParserMapper() |
Modifier and Type | Method and Description |
---|---|
void |
map(String key,
WebPage page,
org.apache.hadoop.mapreduce.Mapper.Context context) |
void |
setup(org.apache.hadoop.mapreduce.Mapper.Context context) |
public void setup(org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException
setup
in class org.apache.hadoop.mapreduce.Mapper<String,WebPage,String,WebPage>
IOException
public void map(String key, WebPage page, org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException
map
in class org.apache.hadoop.mapreduce.Mapper<String,WebPage,String,WebPage>
IOException
InterruptedException
Copyright © 2015 The Apache Software Foundation