All Products
Search
Document Center

AnalyticDB:SparkBatchSQL

Last Updated:Nov 10, 2025
ParameterTypeDescriptionExample
object

The information about SparkBatchSQL.

QueryIdstring

The query ID.

sq172352176****
QueryStatestring

The execution status of the query. Valid values:

  • FAILED
  • RUNNING
  • CANCELED
  • PENDING
  • SUBMITTED
  • FINISHED
RUNNING
QuerySubmissionTimelong

The submission timestamp of the query.

1723521767000
QueryStartTimelong

The execution start timestamp of the query.

1723521767000
QueryEndTimelong

The execution end timestamp of the query.

1723521767000
Schemastring

The name of the database for the query execution.

default
Uidlong

The Alibaba Cloud account ID.

2198002412336****
DBClusterIdstring

The cluster ID.

amv-bp17s73f016****
ResourceGroupNamestring

The name of the resource group.

spark_rg
Querystring

The text of the query.

SELECT * FROM db.tb
Statementsarray

The execution results of the SQL statements.

SparkBatchSQLStatement

The information about the SQL statement.

ErrMessagestring

The error message for the query execution.

schema is not found