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