Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private HadoopStepConfig |
StepSummary.config
The Hadoop job configuration of the cluster step.
|
private HadoopStepConfig |
Step.config
The Hadoop job configuration of the cluster step.
|
Modifier and Type | Method and Description |
---|---|
HadoopStepConfig |
HadoopStepConfig.addPropertiesEntry(java.lang.String key,
java.lang.String value) |
HadoopStepConfig |
HadoopStepConfig.clearPropertiesEntries()
Removes all the entries added into Properties.
|
HadoopStepConfig |
HadoopStepConfig.clone() |
HadoopStepConfig |
StepSummary.getConfig()
The Hadoop job configuration of the cluster step.
|
HadoopStepConfig |
Step.getConfig()
The Hadoop job configuration of the cluster step.
|
HadoopStepConfig |
HadoopStepConfig.withArgs(java.util.Collection<java.lang.String> args)
The list of command line arguments to pass to the JAR file's main
function for execution.
|
HadoopStepConfig |
HadoopStepConfig.withArgs(java.lang.String... args)
The list of command line arguments to pass to the JAR file's main
function for execution.
|
HadoopStepConfig |
HadoopStepConfig.withJar(java.lang.String jar)
The path to the JAR file that runs during the step.
|
HadoopStepConfig |
HadoopStepConfig.withMainClass(java.lang.String mainClass)
The name of the main class in the specified Java file.
|
HadoopStepConfig |
HadoopStepConfig.withProperties(java.util.Map<java.lang.String,java.lang.String> properties)
The list of Java properties that are set when the step runs.
|
Modifier and Type | Method and Description |
---|---|
void |
StepSummary.setConfig(HadoopStepConfig config)
The Hadoop job configuration of the cluster step.
|
void |
Step.setConfig(HadoopStepConfig config)
The Hadoop job configuration of the cluster step.
|
StepSummary |
StepSummary.withConfig(HadoopStepConfig config)
The Hadoop job configuration of the cluster step.
|
Step |
Step.withConfig(HadoopStepConfig config)
The Hadoop job configuration of the cluster step.
|
Modifier and Type | Method and Description |
---|---|
HadoopStepConfig |
HadoopStepConfigJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HadoopStepConfigJsonMarshaller.marshall(HadoopStepConfig hadoopStepConfig,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|