Parameter | Type | Description | Example |
---|---|---|---|
object | The queried Spark application. | ||
Data | string | 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" } } |
EstimateExecutionCpuTimeInSeconds | long | The amount of time it takes to consume CPU resources for executing the Spark application. Unit: milliseconds. | 100 |
LogRootPath | string | The path of log files. | oss://<bucket-name>/logs/driver |
LastAttemptId | string | The last attempt ID of the Spark application. | s202204291426hzpre60****-0003 |
WebUiAddress | string | The URL of the web UI. | https://adbsparkui-cn-hangzhou.aliyuncs.com/?token=**** |
SubmittedTimeInMillis | long | 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 |
StartedTimeInMillis | long | 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 |
LastUpdatedTimeInMillis | long | 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 |
TerminatedTimeInMillis | long | 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 |
DBClusterId | string | The ID of the cluster that executes the Spark application. | amv-bp11q28kvl688**** |
ResourceGroupName | string | The name of the job resource group. | spark-rg |
DurationInMillis | long | The amount of time it takes to execute the Spark application. Unit: milliseconds. | 100 |