All Products
Search
Document Center

AnalyticDB:SparkAttemptInfo

Last Updated:Aug 30, 2024
ParameterTypeDescriptionExample
object

The queried Spark application attempt.

AttemptIdstring

The attempt ID of the Spark application.

s202207151211hz****-0001
Prioritystring

The attempt priority of the Spark application.

NORMAL
Statestring

The state of the Spark application. Valid values:

  • SUBMITTED
  • STARTING
  • RUNNING
  • FAILING
  • FAILED
  • KILLING
  • KILLED
  • SUCCEEDING
  • COMPLETED
  • FATAL
  • UNKNOWN
SUBMITTED
Messagestring

The alert message returned, such as task execution failure or insufficient resources. If no alert occurs, null is returned.

WARN: Disk is full
DetailDetail

The information about the Spark application.