ClusterStep

data class ClusterStep(val actionOnFailure: String, val hadoopJarStep: ClusterStepHadoopJarStep, val name: String)

Constructors

Link copied to clipboard
constructor(actionOnFailure: String, hadoopJarStep: ClusterStepHadoopJarStep, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Action to take if the step fails. Valid values: TERMINATE_JOB_FLOW, TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE

Link copied to clipboard

JAR file used for the step. See below.

Link copied to clipboard

Name of the step.