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
|
The user provided name of the script action. Required. |
|
uri
|
The URI for the script action. Required. |
|
roles
|
The node types on which the script action should be executed. Required. |
|
parameters
|
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