ClusterBootstrapAction

data class ClusterBootstrapAction(val arg: String? = null, val executionFailStrategy: String? = null, val executionMoment: String? = null, val executionTarget: String? = null, val name: String? = null, val path: String? = null)

Constructors

Link copied to clipboard
constructor(arg: String? = null, executionFailStrategy: String? = null, executionMoment: String? = null, executionTarget: String? = null, name: String? = null, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arg: String? = null

bootstrap action args, e.g. "--a=b".

Link copied to clipboard

bootstrap action execution fail strategy, ’FAILED_BLOCKED’ or ‘FAILED_CONTINUE’ . Default value: "FAILED_BLOCKED

Link copied to clipboard
val executionMoment: String? = null

bootstrap action execution moment, ’BEFORE_INSTALL’ or ‘AFTER_STARTED’ . Default value: "BEFORE_INSTALL".

Link copied to clipboard
val executionTarget: String? = null

bootstrap action execution target, you can specify the host group name, e.g. "core_group". If this is not specified, the bootstrap action execution target is whole cluster.

Link copied to clipboard
val name: String? = null

The name of emr cluster. The name length must be less than 64. Supported characters: chinese character, english character, number, "-", "_".

Link copied to clipboard
val path: String? = null

bootstrap action path, e.g. "oss://bucket/path".