|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HadoopJarStepConfig | |
---|---|
com.amazonaws.services.elasticmapreduce.model | Classes modeling the various types represented by AmazonElasticMapReduce. |
Uses of HadoopJarStepConfig in com.amazonaws.services.elasticmapreduce.model |
---|
Methods in com.amazonaws.services.elasticmapreduce.model that return HadoopJarStepConfig | |
---|---|
HadoopJarStepConfig |
StepConfig.getHadoopJarStep()
Specifies the JAR file used for the job flow step. |
HadoopJarStepConfig |
HadoopJarStepConfig.withArgs(Collection<String> args)
A list of command line arguments passed to the JAR file's main function when executed. |
HadoopJarStepConfig |
HadoopJarStepConfig.withArgs(String... args)
A list of command line arguments passed to the JAR file's main function when executed. |
HadoopJarStepConfig |
HadoopJarStepConfig.withJar(String jar)
A path to a JAR file run during the step. |
HadoopJarStepConfig |
HadoopJarStepConfig.withMainClass(String mainClass)
The name of the main class in the specified Java file. |
HadoopJarStepConfig |
HadoopJarStepConfig.withProperties(Collection<KeyValue> properties)
A list of Java properties that are set when the step runs. |
HadoopJarStepConfig |
HadoopJarStepConfig.withProperties(KeyValue... properties)
A list of Java properties that are set when the step runs. |
Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type HadoopJarStepConfig | |
---|---|
void |
StepConfig.setHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
Specifies the JAR file used for the job flow step. |
StepConfig |
StepConfig.withHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
Specifies the JAR file used for the job flow step. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |