Step Args
data class StepArgs(val actionOnFailure: Output<String>? = null, val hadoopJarStep: Output<StepHadoopJarStepConfigArgs>? = null, val jobFlowId: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<StepArgs>
Schema for AWS::EMR::Step
Constructors
Link copied to clipboard
constructor(actionOnFailure: Output<String>? = null, hadoopJarStep: Output<StepHadoopJarStepConfigArgs>? = null, jobFlowId: Output<String>? = null, name: Output<String>? = null)
Properties
Link copied to clipboard
This specifies what action to take when the cluster step fails. Possible values are CANCEL_AND_WAIT and CONTINUE.
Link copied to clipboard
The HadoopJarStepConfig property type specifies a job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for the cluster to execute as a step on the master node, and then waits for the job to finish or fail before executing subsequent steps.