| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
HadoopStepConfig | 
HadoopStepConfig.addPropertiesEntry(String key,
                  String value)
Add a single Properties entry 
 | 
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(Collection<String> args)
 The list of command line arguments to pass to the JAR file's main function for execution. 
 | 
HadoopStepConfig | 
HadoopStepConfig.withArgs(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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Step.setConfig(HadoopStepConfig config)
 The Hadoop job configuration of the cluster step. 
 | 
void | 
StepSummary.setConfig(HadoopStepConfig config)
 The Hadoop job configuration of the cluster step. 
 | 
Step | 
Step.withConfig(HadoopStepConfig config)
 The Hadoop job configuration of the cluster step. 
 | 
StepSummary | 
StepSummary.withConfig(HadoopStepConfig config)
 The Hadoop job configuration of the cluster step. 
 | 
Copyright © 2020. All rights reserved.