/AWS1/CL_SGMEMRSTEPMETADATA¶
The configurations and outcomes of an Amazon EMR step execution.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_clusterid TYPE /AWS1/SGMSTRING256 /AWS1/SGMSTRING256¶
The identifier of the EMR cluster.
iv_stepid TYPE /AWS1/SGMSTRING256 /AWS1/SGMSTRING256¶
The identifier of the EMR cluster step.
iv_stepname TYPE /AWS1/SGMSTRING256 /AWS1/SGMSTRING256¶
The name of the EMR cluster step.
iv_logfilepath TYPE /AWS1/SGMSTRING1024 /AWS1/SGMSTRING1024¶
The path to the log file where the cluster step's failure root cause is recorded.
Queryable Attributes¶
ClusterId¶
The identifier of the EMR cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERID() |
Getter for CLUSTERID, with configurable default |
ASK_CLUSTERID() |
Getter for CLUSTERID w/ exceptions if field has no value |
HAS_CLUSTERID() |
Determine if CLUSTERID has a value |
StepId¶
The identifier of the EMR cluster step.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STEPID() |
Getter for STEPID, with configurable default |
ASK_STEPID() |
Getter for STEPID w/ exceptions if field has no value |
HAS_STEPID() |
Determine if STEPID has a value |
StepName¶
The name of the EMR cluster step.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STEPNAME() |
Getter for STEPNAME, with configurable default |
ASK_STEPNAME() |
Getter for STEPNAME w/ exceptions if field has no value |
HAS_STEPNAME() |
Determine if STEPNAME has a value |
LogFilePath¶
The path to the log file where the cluster step's failure root cause is recorded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGFILEPATH() |
Getter for LOGFILEPATH, with configurable default |
ASK_LOGFILEPATH() |
Getter for LOGFILEPATH w/ exceptions if field has no value |
HAS_LOGFILEPATH() |
Determine if LOGFILEPATH has a value |