Uses of Class
com.amazonaws.services.elasticmapreduce.model.HadoopJarStepConfig

Packages that use HadoopJarStepConfig
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
com.amazonaws.services.elasticmapreduce.util   
 

Uses of HadoopJarStepConfig in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return HadoopJarStepConfig
 HadoopJarStepConfig StepConfig.getHadoopJarStep()
          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)
          The JAR file used for the job flow step.
 StepConfig StepConfig.withHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
          The JAR file used for the job flow step.
 

Constructors in com.amazonaws.services.elasticmapreduce.model with parameters of type HadoopJarStepConfig
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
 HadoopJarStepConfig StepFactory.newEnableDebuggingStep()
          When ran as the first step in your job flow, enables the Hadoop debugging UI in the AWS Management Console.
 HadoopJarStepConfig StepFactory.newInstallHiveStep()
          Step that installs the default version of Hive on your job flow.
 HadoopJarStepConfig StepFactory.newInstallHiveStep(StepFactory.HiveVersion... hiveVersions)
          Step that installs the specified versions of Hive on your job flow.
 HadoopJarStepConfig StepFactory.newInstallHiveStep(String... hiveVersions)
          Step that installs the specified versions of Hive on your job flow.
 HadoopJarStepConfig StepFactory.newInstallPigStep()
          Step that installs the default version of Pig on your job flow.
 HadoopJarStepConfig StepFactory.newInstallPigStep(String... pigVersions)
          Step that installs Pig on your job flow.
 HadoopJarStepConfig StepFactory.newRunHiveScriptStep(String script, String... args)
          Step that runs a Hive script on your job flow using the default Hive version.
 HadoopJarStepConfig StepFactory.newRunHiveScriptStepVersioned(String script, String hiveVersion, String... scriptArgs)
          Step that runs a Hive script on your job flow using the specified Hive version.
 HadoopJarStepConfig StepFactory.newRunPigScriptStep(String script, String... scriptArgs)
          Step that runs a Pig script on your job flow using the default Pig version.
 HadoopJarStepConfig StepFactory.newRunPigScriptStep(String script, String pigVersion, String... scriptArgs)
          Step that runs a Pig script on your job flow using the specified Pig version.
 HadoopJarStepConfig StepFactory.newScriptRunnerStep(String script, String... args)
          Runs a specified script on the master node of your cluster.
 HadoopJarStepConfig StreamingStep.toHadoopJarStepConfig()
          Creates the final HadoopJarStepConfig once you are done configuring the step.
 HadoopJarStepConfig ResizeJobFlowStep.toHadoopJarStepConfig()
          Creates the final HadoopJarStepConfig once you are done configuring the step.
 



Copyright © 2016. All rights reserved.