org.apache.nutch.fetcher
Class FetcherReducer

java.lang.Object
  extended by org.apache.hadoop.mapreduce.Reducer<K1,V1,K2,V2>
      extended by org.apache.gora.mapreduce.GoraReducer<IntWritable,FetchEntry,String,WebPage>
          extended by org.apache.nutch.fetcher.FetcherReducer

public class FetcherReducer
extends org.apache.gora.mapreduce.GoraReducer<IntWritable,FetchEntry,String,WebPage>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Reducer
Reducer.Context
 
Field Summary
static org.slf4j.Logger LOG
           
 
Constructor Summary
FetcherReducer()
           
 
Method Summary
 void run(Reducer.Context context)
           
 
Methods inherited from class org.apache.gora.mapreduce.GoraReducer
initReducerJob, initReducerJob, initReducerJob
 
Methods inherited from class org.apache.hadoop.mapreduce.Reducer
cleanup, reduce, setup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

public static final org.slf4j.Logger LOG
Constructor Detail

FetcherReducer

public FetcherReducer()
Method Detail

run

public void run(Reducer.Context context)
         throws IOException,
                InterruptedException
Overrides:
run in class Reducer<IntWritable,FetchEntry,String,WebPage>
Throws:
IOException
InterruptedException


Copyright © 2012 The Apache Software Foundation