Uses of Class
com.amazonaws.services.elasticmapreduce.model.HadoopStepConfig
Packages that use HadoopStepConfig
-
Uses of HadoopStepConfig in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return HadoopStepConfigModifier and TypeMethodDescriptionHadoopStepConfig.addPropertiesEntry
(String key, String value) HadoopStepConfig.clearPropertiesEntries()
Removes all the entries added into Properties.HadoopStepConfig.clone()
Step.getConfig()
The Hadoop job configuration of the cluster step.StepSummary.getConfig()
The Hadoop job configuration of the cluster step.The list of command line arguments to pass to the JAR file's main function for execution.HadoopStepConfig.withArgs
(Collection<String> args) The list of command line arguments to pass to the JAR file's main function for execution.The path to the JAR file that runs during the step.HadoopStepConfig.withMainClass
(String mainClass) The name of the main class in the specified Java file.HadoopStepConfig.withProperties
(Map<String, String> properties) The list of Java properties that are set when the step runs.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type HadoopStepConfigModifier and TypeMethodDescriptionvoid
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.withConfig
(HadoopStepConfig config) The Hadoop job configuration of the cluster step.StepSummary.withConfig
(HadoopStepConfig config) The Hadoop job configuration of the cluster step.