HadoopStepConfig |
HadoopStepConfig.addPropertiesEntry(String key,
String value) |
|
HadoopStepConfig |
HadoopStepConfig.clearPropertiesEntries() |
Removes all the entries added into Properties.
|
HadoopStepConfig |
HadoopStepConfig.clone() |
|
HadoopStepConfig |
Step.getConfig() |
The Hadoop job configuration of the cluster step.
|
HadoopStepConfig |
StepSummary.getConfig() |
The Hadoop job configuration of the cluster step.
|
HadoopStepConfig |
HadoopStepConfig.withArgs(String... args) |
The list of command line arguments to pass to the JAR file's main
function for execution.
|
HadoopStepConfig |
HadoopStepConfig.withArgs(Collection<String> args) |
The list of command line arguments to pass to the JAR file's main
function for execution.
|
HadoopStepConfig |
HadoopStepConfig.withJar(String jar) |
The path to the JAR file that runs during the step.
|
HadoopStepConfig |
HadoopStepConfig.withMainClass(String mainClass) |
The name of the main class in the specified Java file.
|
HadoopStepConfig |
HadoopStepConfig.withProperties(Map<String,String> properties) |
The list of Java properties that are set when the step runs.
|