org.apache.nutch.parse
Class ParserJob.ParserMapper

java.lang.Object
  extended by org.apache.hadoop.mapreduce.Mapper<K1,V1,K2,V2>
      extended by org.apache.gora.mapreduce.GoraMapper<String,WebPage,String,WebPage>
          extended by org.apache.nutch.parse.ParserJob.ParserMapper
Enclosing class:
ParserJob

public static class ParserJob.ParserMapper
extends org.apache.gora.mapreduce.GoraMapper<String,WebPage,String,WebPage>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
Mapper.Context
 
Constructor Summary
ParserJob.ParserMapper()
           
 
Method Summary
 void map(String key, WebPage page, Mapper.Context context)
           
 void setup(Mapper.Context context)
           
 
Methods inherited from class org.apache.gora.mapreduce.GoraMapper
initMapperJob, initMapperJob, initMapperJob, initMapperJob, initMapperJob
 
Methods inherited from class org.apache.hadoop.mapreduce.Mapper
cleanup, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserJob.ParserMapper

public ParserJob.ParserMapper()
Method Detail

setup

public void setup(Mapper.Context context)
           throws IOException
Overrides:
setup in class Mapper<String,WebPage,String,WebPage>
Throws:
IOException

map

public void map(String key,
                WebPage page,
                Mapper.Context context)
         throws IOException,
                InterruptedException
Overrides:
map in class Mapper<String,WebPage,String,WebPage>
Throws:
IOException
InterruptedException


Copyright © 2012 The Apache Software Foundation