public class Hadoop3MRFlowConnector extends cascading.flow.FlowConnector
Tap instances with an assembly of Pipe instances into
an executable HadoopFlow for execution on an Apache Hadoop cluster.AppProps,
FlowConnectorProps,
FlowDef,
MapReduceFlow| Constructor and Description |
|---|
Hadoop3MRFlowConnector()
Constructor FlowConnector creates a new FlowConnector instance.
|
Hadoop3MRFlowConnector(java.util.Map<java.lang.Object,java.lang.Object> properties)
Constructor FlowConnector creates a new FlowConnector instance using the given
Properties instance as
default value for the underlying jobs. |
Hadoop3MRFlowConnector(java.util.Map<java.lang.Object,java.lang.Object> properties,
cascading.flow.planner.rule.RuleRegistrySet ruleRegistrySet)
Constructor HadoopFlowConnector creates a new HadoopFlowConnector instance using the given
Properties instance as
default value for the underlying jobs. |
Hadoop3MRFlowConnector(cascading.flow.planner.rule.RuleRegistrySet ruleRegistrySet)
Constructor HadoopFlowConnector creates a new HadoopFlowConnector instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected cascading.flow.planner.rule.RuleRegistrySet |
createDefaultRuleRegistrySet() |
protected cascading.flow.planner.FlowPlanner |
createFlowPlanner() |
protected java.lang.Class<? extends cascading.scheme.Scheme> |
getDefaultIntermediateSchemeClass() |
public Hadoop3MRFlowConnector()
All properties passed to Hadoop are retrieved from a default instantiation of the Hadoop
JobConf which pulls all properties from the local CLASSPATH.
@ConstructorProperties(value="properties") public Hadoop3MRFlowConnector(java.util.Map<java.lang.Object,java.lang.Object> properties)
Properties instance as
default value for the underlying jobs. All properties are copied to a new native configuration instance.properties - of type Properties@ConstructorProperties(value="ruleRegistrySet") public Hadoop3MRFlowConnector(cascading.flow.planner.rule.RuleRegistrySet ruleRegistrySet)
All properties passed to Hadoop are retrieved from a default instantiation of the Hadoop
JobConf which pulls all properties from the local CLASSPATH.
ruleRegistrySet - of type RuleRegistry@ConstructorProperties(value={"properties","ruleRegistrySet"})
public Hadoop3MRFlowConnector(java.util.Map<java.lang.Object,java.lang.Object> properties,
cascading.flow.planner.rule.RuleRegistrySet ruleRegistrySet)
Properties instance as
default value for the underlying jobs. All properties are copied to a new native configuration instance.properties - of type MapruleRegistrySet - of type RuleRegistryprotected java.lang.Class<? extends cascading.scheme.Scheme> getDefaultIntermediateSchemeClass()
getDefaultIntermediateSchemeClass in class cascading.flow.FlowConnectorprotected cascading.flow.planner.FlowPlanner createFlowPlanner()
createFlowPlanner in class cascading.flow.FlowConnectorprotected cascading.flow.planner.rule.RuleRegistrySet createDefaultRuleRegistrySet()
createDefaultRuleRegistrySet in class cascading.flow.FlowConnectorCopyright © 2007-2021 Cascading Maintainers. All Rights Reserved.