StepConfig
Specification of a cluster (job flow) step.
Contents
- ActionOnFailure
-
The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is provided for backward compatibility. We recommend using TERMINATE_CLUSTER instead.
Type: String
Valid Values:
TERMINATE_JOB_FLOW | TERMINATE_CLUSTER | CANCEL_AND_WAIT | CONTINUE
Required: No
- HadoopJarStep
-
The JAR file used for the step.
Type: HadoopJarStepConfig object
Required: Yes
- Name
-
The name of the step.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: