cascading.flow
Class FlowMapper
java.lang.Object
MapReduceBase
cascading.flow.FlowMapper
public class FlowMapper
- extends MapReduceBase
Class FlowMapper ...
|
Constructor Summary |
FlowMapper()
Constructor FlowMapper creates a new FlowMapper instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowMapper
public FlowMapper()
- Constructor FlowMapper creates a new FlowMapper instance.
configure
public void configure(JobConf jobConf)
map
public void map(Object key,
Object value,
OutputCollector output,
Reporter reporter)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.