Uses of Class
com.amazonaws.services.elasticmapreduce.model.HadoopJarStepConfig
Packages that use HadoopJarStepConfig
Package
Description
-
Uses of HadoopJarStepConfig in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return HadoopJarStepConfigModifier and TypeMethodDescriptionHadoopJarStepConfig.clone()
StepConfig.getHadoopJarStep()
The JAR file used for the job flow step.A list of command line arguments passed to the JAR file's main function when executed.HadoopJarStepConfig.withArgs
(Collection<String> args) A list of command line arguments passed to the JAR file's main function when executed.A path to a JAR file run during the step.HadoopJarStepConfig.withMainClass
(String mainClass) The name of the main class in the specified Java file.HadoopJarStepConfig.withProperties
(KeyValue... properties) A list of Java properties that are set when the step runs.HadoopJarStepConfig.withProperties
(Collection<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 HadoopJarStepConfigModifier and TypeMethodDescriptionvoid
StepConfig.setHadoopJarStep
(HadoopJarStepConfig hadoopJarStep) The JAR file used for the job flow step.StepConfig.withHadoopJarStep
(HadoopJarStepConfig hadoopJarStep) The JAR file used for the job flow step.Constructors in com.amazonaws.services.elasticmapreduce.model with parameters of type HadoopJarStepConfigModifierConstructorDescriptionStepConfig
(String name, HadoopJarStepConfig hadoopJarStep) Constructs a new StepConfig object. -
Uses of HadoopJarStepConfig in com.amazonaws.services.elasticmapreduce.util
Methods in com.amazonaws.services.elasticmapreduce.util that return HadoopJarStepConfigModifier and TypeMethodDescriptionStepFactory.newEnableDebuggingStep()
When ran as the first step in your job flow, enables the Hadoop debugging UI in the AWS Management Console.StepFactory.newInstallHiveStep()
Step that installs the default version of Hive on your job flow.StepFactory.newInstallHiveStep
(StepFactory.HiveVersion... hiveVersions) Step that installs the specified versions of Hive on your job flow.StepFactory.newInstallHiveStep
(String... hiveVersions) Step that installs the specified versions of Hive on your job flow.StepFactory.newInstallPigStep()
Step that installs the default version of Pig on your job flow.StepFactory.newInstallPigStep
(String... pigVersions) Step that installs Pig on your job flow.StepFactory.newRunHiveScriptStep
(String script, String... args) Step that runs a Hive script on your job flow using the default Hive version.StepFactory.newRunHiveScriptStepVersioned
(String script, String hiveVersion, String... scriptArgs) Step that runs a Hive script on your job flow using the specified Hive version.StepFactory.newRunPigScriptStep
(String script, String... scriptArgs) Step that runs a Pig script on your job flow using the default Pig version.StepFactory.newRunPigScriptStep
(String script, String pigVersion, String... scriptArgs) Step that runs a Pig script on your job flow using the specified Pig version.StepFactory.newScriptRunnerStep
(String script, String... args) Runs a specified script on the master node of your cluster.ResizeJobFlowStep.toHadoopJarStepConfig()
Creates the final HadoopJarStepConfig once you are done configuring the step.StreamingStep.toHadoopJarStepConfig()
Creates the final HadoopJarStepConfig once you are done configuring the step.