| Class | Description |
|---|---|
| BaseMapReduceFlow | |
| FlowMapper |
Class FlowMapper is the Hadoop Mapper implementation.
|
| FlowReducer |
Class FlowReducer is the Hadoop Reducer implementation.
|
| HadoopFlow |
Class HadoopFlow is the Apache Hadoop specific implementation of a
Flow. |
| HadoopFlowProcess |
Class HadoopFlowProcess is an implementation of
FlowProcess for Hadoop. |
| HadoopFlowStep | |
| MapReduceFlow |
Class MapReduceFlow is a
HadoopFlow subclass that supports custom MapReduce jobs
pre-configured via the JobConf object. |
| MapReduceFlowStep |
Class MapReduceFlowStep wraps a
JobConf and allows it to be executed as a Flow. |
| MultiMapReduceFlow |
Class MultiMapReduceFlow is a
HadoopFlow subclass that supports custom MapReduce jobs
pre-configured via one or more JobConf objects. |
Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.