ScriptAction Class

Custom script action to run on HDI ondemand cluster once it's up.

Constructor

ScriptAction(*args: Any, **kwargs: Any)

Variables

Name Description
name
str

The user provided name of the script action. Required.

uri
str

The URI for the script action. Required.

roles
any

The node types on which the script action should be executed. Required.

parameters
str

The parameters for the script action.

Attributes

name

The user provided name of the script action. Required.

name: str

parameters

The parameters for the script action.

parameters: str | None

roles

The node types on which the script action should be executed. Required.

roles: Any

uri

The URI for the script action. Required.

uri: str