public class Hadoop2MR1Planner extends HadoopPlanner
assertionLevel, checkpointRootPath, debugLevel, properties
Constructor and Description |
---|
Hadoop2MR1Planner() |
Modifier and Type | Method and Description |
---|---|
static void |
copyConfiguration(java.util.Map<java.lang.Object,java.lang.Object> properties,
org.apache.hadoop.conf.Configuration configuration)
Method copyJobConf adds the given JobConf values to the given properties object.
|
static void |
copyProperties(org.apache.hadoop.conf.Configuration configuration,
java.util.Map<java.lang.Object,java.lang.Object> properties)
Method copyProperties adds the given Map values to the given JobConf object.
|
buildFlow, copyJobConf, copyProperties, createFlow, createJobConf, getCollapseAdjacentTaps, getConfig, getNormalizeHeterogeneousSources, getPlatformInfo, initialize, makeTempTap, setCollapseAdjacentTaps, setNormalizeHeterogeneousSources
createElementGraph, failOnGroupEverySplit, failOnLoneGroupAssertion, failOnMissingGroup, failOnMisusedBuffer, getProperties, handleExceptionDuringPlanning, handleJobPartitioning, handleJoins, handleNonSafeOperations, insertTempTapAfter, makeTempTap, resolveAssemblyPlanners, resolveTails, verifyAllTaps, verifyAssembly, verifyCheckpoints, verifyPipeAssemblyEndPoints, verifySourceNotSinks, verifyTaps, verifyTraps
public static void copyConfiguration(java.util.Map<java.lang.Object,java.lang.Object> properties, org.apache.hadoop.conf.Configuration configuration)
properties
- of type Mapconfiguration
- of type JobConfpublic static void copyProperties(org.apache.hadoop.conf.Configuration configuration, java.util.Map<java.lang.Object,java.lang.Object> properties)
configuration
- of type JobConfproperties
- of type Map