Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform | |
com.amazonaws.services.elasticmapreduce.util |
Modifier and Type | Field and Description |
---|---|
private HadoopJarStepConfig |
StepConfig.hadoopJarStep
The JAR file used for the job flow step.
|
Modifier and Type | Method and Description |
---|---|
HadoopJarStepConfig |
HadoopJarStepConfig.clone() |
HadoopJarStepConfig |
StepConfig.getHadoopJarStep()
The JAR file used for the job flow step.
|
HadoopJarStepConfig |
HadoopJarStepConfig.withArgs(java.util.Collection<java.lang.String> args)
A list of command line arguments passed to the JAR file's main function
when executed.
|
HadoopJarStepConfig |
HadoopJarStepConfig.withArgs(java.lang.String... args)
A list of command line arguments passed to the JAR file's main function
when executed.
|
HadoopJarStepConfig |
HadoopJarStepConfig.withJar(java.lang.String jar)
A path to a JAR file run during the step.
|
HadoopJarStepConfig |
HadoopJarStepConfig.withMainClass(java.lang.String mainClass)
The name of the main class in the specified Java file.
|
HadoopJarStepConfig |
HadoopJarStepConfig.withProperties(java.util.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 job flow step.
|
StepConfig |
StepConfig.withHadoopJarStep(HadoopJarStepConfig hadoopJarStep)
The JAR file used for the job flow step.
|
Constructor and Description |
---|
StepConfig(java.lang.String name,
HadoopJarStepConfig hadoopJarStep)
Constructs a new StepConfig object.
|
Modifier and Type | Method and Description |
---|---|
HadoopJarStepConfig |
HadoopJarStepConfigJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
HadoopJarStepConfigJsonMarshaller.marshall(HadoopJarStepConfig hadoopJarStepConfig,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|
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.
|
private HadoopJarStepConfig |
StepFactory.newHivePigStep(java.lang.String type,
java.lang.String... args) |
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(java.lang.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(java.lang.String... pigVersions)
Step that installs Pig on your job flow.
|
HadoopJarStepConfig |
StepFactory.newRunHiveScriptStep(java.lang.String script,
java.lang.String... args)
Step that runs a Hive script on your job flow using the default Hive version.
|
HadoopJarStepConfig |
StepFactory.newRunHiveScriptStepVersioned(java.lang.String script,
java.lang.String hiveVersion,
java.lang.String... scriptArgs)
Step that runs a Hive script on your job flow using the specified Hive version.
|
HadoopJarStepConfig |
StepFactory.newRunPigScriptStep(java.lang.String script,
java.lang.String... scriptArgs)
Step that runs a Pig script on your job flow using the default Pig version.
|
HadoopJarStepConfig |
StepFactory.newRunPigScriptStep(java.lang.String script,
java.lang.String pigVersion,
java.lang.String... scriptArgs)
Step that runs a Pig script on your job flow using the specified Pig version.
|
HadoopJarStepConfig |
StepFactory.newScriptRunnerStep(java.lang.String script,
java.lang.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.
|