查看Spark應用列表。
接口說明
- 地域的公網接入地址:
adb.<region-id>.aliyuncs.com
。示例:adb.cn-hangzhou.aliyuncs.com
。 - 地域的 VPC 接入地址:
adb-vpc.<region-id>.aliyuncs.com
。示例:adb-vpc.cn-hangzhou.aliyuncs.com
。
說明
如果華北 1(青島)、華南 1(深圳)、華南 3(廣州)、中國香港發起請求時,遇到 409 錯誤,請聯系技術支持。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
adb:ListSparkApps | list | *DBClusterLakeVersion acs:adb:{#regionId}:{#accountId}:dbcluster/{#DBClusterId} |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DBClusterId | string | 是 | 企業版、基礎版或湖倉版集群 ID。 | amv-bp11q28kvl688**** |
ResourceGroupName | string | 否 | Job 型資源組名稱。 | test_instance |
PageNumber | long | 是 | 頁碼,取值為正整數。默認值為 1。 | 1 |
PageSize | long | 否 | 每頁記錄數,取值:
| 30 |
返回參數
示例
正常返回示例
JSON
格式
{
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 1,
"RequestId": "D65A809F-34CE-4550-9BC1-0ED21ETG380",
"Data": {
"AppInfoList": [
{
"AppId": "s202207151211hz0c****",
"AppName": "SparkTest",
"Priority": "NORMAL",
"State": "SUBMITTED",
"Message": "WARN: Disk is full.",
"Detail": {
"Data": "{ \"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": 100,
"LogRootPath": "oss://<bucket-name>/logs/driver",
"LastAttemptId": "s202204291426hzpre60****-0003",
"WebUiAddress": "https://adbsparkui-cn-hangzhou.aliyuncs.com/?token=****",
"SubmittedTimeInMillis": 1651213645000,
"StartedTimeInMillis": 1651213645010,
"LastUpdatedTimeInMillis": 1651213645200,
"TerminatedTimeInMillis": 1651213645300,
"DBClusterId": "amv-bp11q28kvl688****",
"ResourceGroupName": "spark-rg",
"DurationInMillis": 100,
"AppType": "BATCH"
},
"DBClusterId": "amv-23xxxx"
}
],
"PageNumber": 1,
"PageSize": 10,
"TotalCount": 1
}
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | Spark.InvalidParameter | Invalid parameter value: %s | 輸入參數不正確: %s。 |
400 | Spark.InvalidState | The object of the operation is in an invalid state: %s | 操作對象處于非合法狀態。 |
403 | Spark.Forbidden | No permissions to access the resources: %s | 權限不足,拒絕訪問相關資源。您當前申請訪問的信息是:%s。 |
404 | Spark.ObjectNotFound | The object is not found. More information: %s | 操作對象不存在。關聯信息:%s。 |
500 | Spark.ServerError | The Spark control component system encountered an error, please create a ticket to solve the problem or concat the supported engineer on duty. Error message: %s | Spark管控組件系統遇到錯誤,請提交工單,或聯系值班工程師。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2023-06-28 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |