ScriptAction Class
Custom script action to run on HDI ondemand cluster once it's up.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
ScriptAction
Constructor
ScriptAction(*, name: str, uri: str, roles: Any, parameters: Optional[str] = None, **kwargs)
Variables
- name
- str
Required. The user provided name of the script action.
- uri
- str
Required. The URI for the script action.
- roles
- any
Required. The node types on which the script action should be executed.
- parameters
- str
The parameters for the script action.
Feedback
Submit and view feedback for