StepSummary

The summary of the cluster step.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.

Link copied to clipboard

The Hadoop job configuration of the cluster step.

Link copied to clipboard
val id: String?

The identifier of the cluster step.

Link copied to clipboard
val name: String?

The name of the cluster step.

Link copied to clipboard

The current execution status details of the cluster step.

Functions

Link copied to clipboard
inline fun copy(block: StepSummary.Builder.() -> Unit = {}): StepSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String