All Products
Search
Document Center

AnalyticDB for MySQL:Detail

Last Updated:Jul 08, 2024
ParameterTypeDescriptionExample
object

The queried Spark application.

Datastring

The configurations of the Spark application.

{ "name": "SparkPi", "file": "local:///tmp/spark-examples.jar", "className": "org.apache.spark.examples.SparkPi", "args": [ "1000000" ], "conf": { "spark.driver.resourceSpec": "small", "spark.executor.instances": 1, "spark.executor.resourceSpec": "small" } }
EstimateExecutionCpuTimeInSecondslong

The amount of time it takes to consume CPU resources for executing the Spark application. Unit: milliseconds.

100
LogRootPathstring

The path of log files.

oss://<bucket-name>/logs/driver
LastAttemptIdstring

The last attempt ID of the Spark application.

s202204291426hzpre60****-0003
WebUiAddressstring

The URL of the web UI.

https://adbsparkui-cn-hangzhou.aliyuncs.com/?token=****
SubmittedTimeInMillislong

The time when the Spark application was submitted. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.

1651213645000
StartedTimeInMillislong

The time when the Spark application was created. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.

1651213645010
LastUpdatedTimeInMillislong

The time when the Spark application was last updated. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.

1651213645200
TerminatedTimeInMillislong

The time when the Spark application execution was terminated. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.

1651213645300
DBClusterIdstring

The ID of the cluster that executes the Spark application.

amv-bp11q28kvl688****
ResourceGroupNamestring

The name of the job resource group.

spark-rg
DurationInMillislong

The amount of time it takes to execute the Spark application. Unit: milliseconds.

100