/AWS1/CL_EMSJOBRUNSUMMARY¶
The summary of attributes associated with a job run.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_applicationid
TYPE /AWS1/EMSAPPLICATIONID
/AWS1/EMSAPPLICATIONID
¶
The ID of the application the job is running on.
iv_id
TYPE /AWS1/EMSJOBRUNID
/AWS1/EMSJOBRUNID
¶
The ID of the job run.
iv_arn
TYPE /AWS1/EMSJOBARN
/AWS1/EMSJOBARN
¶
The ARN of the job run.
iv_createdby
TYPE /AWS1/EMSREQUESTIDUSERARN
/AWS1/EMSREQUESTIDUSERARN
¶
The user who created the job run.
iv_createdat
TYPE /AWS1/EMSDATE
/AWS1/EMSDATE
¶
The date and time when the job run was created.
iv_updatedat
TYPE /AWS1/EMSDATE
/AWS1/EMSDATE
¶
The date and time when the job run was last updated.
iv_executionrole
TYPE /AWS1/EMSIAMROLEARN
/AWS1/EMSIAMROLEARN
¶
The execution role ARN of the job run.
iv_state
TYPE /AWS1/EMSJOBRUNSTATE
/AWS1/EMSJOBRUNSTATE
¶
The state of the job run.
iv_statedetails
TYPE /AWS1/EMSSTRING256
/AWS1/EMSSTRING256
¶
The state details of the job run.
iv_releaselabel
TYPE /AWS1/EMSRELEASELABEL
/AWS1/EMSRELEASELABEL
¶
The Amazon EMR release associated with the application your job is running on.
Optional arguments:¶
iv_name
TYPE /AWS1/EMSSTRING256
/AWS1/EMSSTRING256
¶
The optional job run name. This doesn't have to be unique.
iv_mode
TYPE /AWS1/EMSJOBRUNMODE
/AWS1/EMSJOBRUNMODE
¶
The mode of the job run.
iv_type
TYPE /AWS1/EMSJOBRUNTYPE
/AWS1/EMSJOBRUNTYPE
¶
The type of job run, such as Spark or Hive.
iv_attempt
TYPE /AWS1/EMSATTEMPTNUMBER
/AWS1/EMSATTEMPTNUMBER
¶
The attempt number of the job run execution.
iv_attemptcreatedat
TYPE /AWS1/EMSDATE
/AWS1/EMSDATE
¶
The date and time of when the job run attempt was created.
iv_attemptupdatedat
TYPE /AWS1/EMSDATE
/AWS1/EMSDATE
¶
The date and time of when the job run attempt was last updated.
Queryable Attributes¶
applicationId¶
The ID of the application the job is running on.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APPLICATIONID() |
Getter for APPLICATIONID, with configurable default |
ASK_APPLICATIONID() |
Getter for APPLICATIONID w/ exceptions if field has no value |
HAS_APPLICATIONID() |
Determine if APPLICATIONID has a value |
id¶
The ID of the job run.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
name¶
The optional job run name. This doesn't have to be unique.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
mode¶
The mode of the job run.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MODE() |
Getter for MODE, with configurable default |
ASK_MODE() |
Getter for MODE w/ exceptions if field has no value |
HAS_MODE() |
Determine if MODE has a value |
arn¶
The ARN of the job run.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
createdBy¶
The user who created the job run.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
createdAt¶
The date and time when the job run was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The date and time when the job run was last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
executionRole¶
The execution role ARN of the job run.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EXECUTIONROLE() |
Getter for EXECUTIONROLE, with configurable default |
ASK_EXECUTIONROLE() |
Getter for EXECUTIONROLE w/ exceptions if field has no value |
HAS_EXECUTIONROLE() |
Determine if EXECUTIONROLE has a value |
state¶
The state of the job run.
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 |
stateDetails¶
The state details of the job run.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATEDETAILS() |
Getter for STATEDETAILS, with configurable default |
ASK_STATEDETAILS() |
Getter for STATEDETAILS w/ exceptions if field has no value |
HAS_STATEDETAILS() |
Determine if STATEDETAILS has a value |
releaseLabel¶
The Amazon EMR release associated with the application your job is running on.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RELEASELABEL() |
Getter for RELEASELABEL, with configurable default |
ASK_RELEASELABEL() |
Getter for RELEASELABEL w/ exceptions if field has no value |
HAS_RELEASELABEL() |
Determine if RELEASELABEL has a value |
type¶
The type of job run, such as Spark or Hive.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
attempt¶
The attempt number of the job run execution.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ATTEMPT() |
Getter for ATTEMPT, with configurable default |
ASK_ATTEMPT() |
Getter for ATTEMPT w/ exceptions if field has no value |
HAS_ATTEMPT() |
Determine if ATTEMPT has a value |
attemptCreatedAt¶
The date and time of when the job run attempt was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ATTEMPTCREATEDAT() |
Getter for ATTEMPTCREATEDAT, with configurable default |
ASK_ATTEMPTCREATEDAT() |
Getter for ATTEMPTCREATEDAT w/ exceptions if field has no va |
HAS_ATTEMPTCREATEDAT() |
Determine if ATTEMPTCREATEDAT has a value |
attemptUpdatedAt¶
The date and time of when the job run attempt was last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ATTEMPTUPDATEDAT() |
Getter for ATTEMPTUPDATEDAT, with configurable default |
ASK_ATTEMPTUPDATEDAT() |
Getter for ATTEMPTUPDATEDAT w/ exceptions if field has no va |
HAS_ATTEMPTUPDATEDAT() |
Determine if ATTEMPTUPDATEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_JOBRUNS
¶
TYPES TT_JOBRUNS TYPE STANDARD TABLE OF REF TO /AWS1/CL_EMSJOBRUNSUMMARY WITH DEFAULT KEY
.