/AWS1/CL_EMRSTEPSTATUS¶
The execution status details of the cluster step.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_state TYPE /AWS1/EMRSTEPSTATE /AWS1/EMRSTEPSTATE¶
The execution state of the cluster step.
io_statechangereason TYPE REF TO /AWS1/CL_EMRSTEPSTATECHANGERSN /AWS1/CL_EMRSTEPSTATECHANGERSN¶
The reason for the step execution status change.
io_failuredetails TYPE REF TO /AWS1/CL_EMRFAILUREDETAILS /AWS1/CL_EMRFAILUREDETAILS¶
The details for the step failure including reason, message, and log file path where the root cause was identified.
io_timeline TYPE REF TO /AWS1/CL_EMRSTEPTIMELINE /AWS1/CL_EMRSTEPTIMELINE¶
The timeline of the cluster step status over time.
Queryable Attributes¶
State¶
The execution state of the cluster step.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
StateChangeReason¶
The reason for the step execution status change.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATECHANGEREASON() |
Getter for STATECHANGEREASON |
FailureDetails¶
The details for the step failure including reason, message, and log file path where the root cause was identified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREDETAILS() |
Getter for FAILUREDETAILS |
Timeline¶
The timeline of the cluster step status over time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMELINE() |
Getter for TIMELINE |