Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.util |
Modifier and Type | Method and Description |
---|---|
HadoopJarStepConfig |
HadoopJarStepConfig.clone() |
HadoopJarStepConfig |
StepConfig.getHadoopJarStep()
The JAR file used for the 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.
|
Modifier and Type | Method and Description |
---|---|
void |
StepConfig.setHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
The JAR file used for the step.
|
StepConfig |
StepConfig.withHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
The JAR file used for the step.
|
Constructor and Description |
---|
StepConfig(String name,
HadoopJarStepConfig hadoopJarStep)
Constructs a new StepConfig object.
|
Modifier and Type | Method and Description |
---|---|
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 © 2021. All rights reserved.