org.apache.nutch.tools
Class FreeGenerator.FG
java.lang.Object
org.apache.hadoop.mapred.MapReduceBase
org.apache.nutch.tools.FreeGenerator.FG
- All Implemented Interfaces:
- Closeable, JobConfigurable, Mapper, Reducer
- Enclosing class:
- FreeGenerator
public static class FreeGenerator.FG
- extends MapReduceBase
- implements Mapper, Reducer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FreeGenerator.FG
public FreeGenerator.FG()
configure
public void configure(JobConf job)
- Specified by:
configure
in interface JobConfigurable
- Overrides:
configure
in class MapReduceBase
map
public void map(WritableComparable key,
Writable value,
OutputCollector output,
Reporter reporter)
throws IOException
- Specified by:
map
in interface Mapper
- Throws:
IOException
reduce
public void reduce(WritableComparable key,
Iterator values,
OutputCollector output,
Reporter reporter)
throws IOException
- Specified by:
reduce
in interface Reducer
- Throws:
IOException
Copyright © 2006 The Apache Software Foundation