Amazon EMR Cluster StepConfig
The
StepConfig property type specifies a cluster (job flow) step.
StepConfig is a property of the AWS::EMR::Cluster resource.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ActionOnFailure" :String, "HadoopJarStep" :HadoopJarStepConfig, "Name" :String}
YAML
ActionOnFailure:StringHadoopJarStep:HadoopJarStepConfigName:String
Properties
ActionOnFailure-
The action to take when the cluster step fails.
Possible values are
TERMINATE_CLUSTER,CANCEL_AND_WAIT, andCONTINUE.TERMINATE_JOB_FLOWis provided for backward compatibility. We recommend usingTERMINATE_CLUSTERinstead.Required: No
Type: String
Update requires: No interruption
HadoopJarStep-
The JAR file used for the step.
Required: Yes
Type: HadoopJarStepConfig
Update requires: No interruption
Name-
The name of the step.
Length Constraints: Minimum length of 0. Maximum length of 256.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*Required: Yes
Type: String
Update requires: No interruption
See Also
-
StepConfig in the Amazon EMR API Reference
