通過EMR Doctor擷取任務分析資訊。
介面說明
get one doctor analysis app
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
emr:GetDoctorApplication |
get |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| RegionId |
string |
是 |
地區 ID。 |
cn-hangzhou |
| ClusterId |
string |
是 |
叢集 ID。 |
c-b933c5aac8fe**** |
| AppId |
string |
是 |
任務提交到 YARN 的 ID。 |
application_1542620905989_**** |
| DateTime |
string |
是 |
其日期和時間資訊以 ISO 8601 格式表示,例如:2023 年 1 月 1 日為 2023-01-01。 |
2023-01-01 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
返回資料 |
||
| Data |
object |
任務詳情。 |
|
| AppName |
string |
任務名稱。 |
CREATE TABLE test...ranks=1 (Stage-1) |
| Ids |
array |
任務 IDs,多個 ID 間使用英文逗號(,)分隔。 |
null |
|
string |
YARN 的任務 ID。 |
application_1643475036865_****** |
|
| User |
string |
任務提交使用者名稱。 |
DW |
| StartTime |
integer |
任務提交時間,Unix 時間戳記,單位毫秒。 |
1677465658275 |
| EndTime |
integer |
任務結束時間,Unix 時間戳記,單位毫秒。 |
1666213200000 |
| Queue |
string |
任務提交到 YARN 的隊列。 |
DW |
| Type |
string |
計算引擎類型。 |
SPARK |
| QuerySql |
string |
任務提交的 SQL 陳述式,非 SQL 任務為空白。 |
SELECT id, count(1) FROM test group by id; |
| Metrics |
object |
指標資料。 |
|
| VcoreUtilization |
object |
CPU 使用率,同 Linux Top 的%CPU 含義。 |
|
| Name |
string |
指標名稱。 |
vcoreUtilization |
| Value |
number |
指標值。 |
32.1 |
| Unit |
string |
指標單位。 |
“” |
| Description |
string |
指標描述。 |
Ratio of used vcore to total available cores |
| MemUtilization |
object |
記憶體使用量率。 |
|
| Name |
string |
指標名稱。 |
memUtilization |
| Value |
number |
指標值。 |
0.82 |
| Unit |
string |
指標單位。 |
“” |
| Description |
string |
指標描述。 |
Ratio of used memory to total available memory |
| VcoreSeconds |
object |
CPU 使用量。 |
|
| Name |
string |
指標名稱。 |
vcoreSeconds |
| Value |
integer |
指標值。 |
11123 |
| Unit |
string |
指標單位。 |
VCores * Sec |
| Description |
string |
指標描述。 |
Total vcore usage over time in seconds |
| MemSeconds |
object |
記憶體使用量量。 |
|
| Name |
string |
指標名稱。 |
memSeconds |
| Value |
integer |
指標值。 |
12312312 |
| Unit |
string |
指標單位。 |
MB * Sec |
| Description |
string |
指標描述。 |
Total memory usage over time in seconds |
| Analysis |
object |
任務分析。 |
|
| Score |
integer |
任務評分。 |
67 |
| Suggestion |
string |
任務運行建議。 |
##### 當前節點:container ##### 存在問題: 最大記憶體利用率為7.75%,利用率較低 嘗試減小Tez Container記憶體,可通過hive.tez.container.size進行設定 |
| RequestId |
string |
請求 ID。 |
DD6B1B2A-5837-5237-ABE4-FF0C8944**** |
樣本
正常返回樣本
JSON格式
{
"Data": {
"AppName": "CREATE TABLE test...ranks=1 (Stage-1)",
"Ids": [
"application_1643475036865_******"
],
"User": "DW",
"StartTime": 1677465658275,
"EndTime": 1666213200000,
"Queue": "DW",
"Type": "SPARK",
"QuerySql": "SELECT id, count(1) FROM test group by id;",
"Metrics": {
"VcoreUtilization": {
"Name": "vcoreUtilization",
"Value": 32.1,
"Unit": "“”",
"Description": "Ratio of used vcore to total available cores"
},
"MemUtilization": {
"Name": "memUtilization",
"Value": 0.82,
"Unit": "“”",
"Description": "Ratio of used memory to total available memory"
},
"VcoreSeconds": {
"Name": "vcoreSeconds",
"Value": 11123,
"Unit": "VCores * Sec",
"Description": "Total vcore usage over time in seconds"
},
"MemSeconds": {
"Name": "memSeconds",
"Value": 12312312,
"Unit": "MB * Sec",
"Description": "Total memory usage over time in seconds"
}
},
"Analysis": {
"Score": 67,
"Suggestion": "##### 當前節點:container\n##### 存在問題:\n最大記憶體利用率為7.75%,利用率較低\n\n\n嘗試減小Tez Container記憶體,可通過hive.tez.container.size進行設定\n\n"
}
},
"RequestId": "DD6B1B2A-5837-5237-ABE4-FF0C8944****"
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | ConflictParameters | Parameters that must not be used together. %s | 多個參數間存在衝突。 |
| 400 | IncompleteSignature | The request signature is invalid. | API請求籤名不合法。 |
| 400 | InvalidAction | The action %s requested is invalid. | 不合法的Action。 |
| 400 | InvalidParameter | The specified parameter %s is not valid. | 參數錯誤。 |
| 400 | InvalidParameterValue | The input parameter %s is invalid or out of range. | 參數值超出範圍。 |
| 400 | MissingAction | The action %s requested is missing. | 缺少Action參數 |
| 400 | MissingParameter | The input parameter %s that is mandatory for processing this request is not supplied. | 參數缺失。 |
| 400 | NotAuthorized | You do not have permission to perform this action. %s | 沒有許可權。 |
| 400 | ThrottlingException | The request was denied due to request throttling. %s | 限流。 |
| 500 | InternalError | The request processing has failed due to some unknown error, exception or failure. | 內部錯誤。 |
| 404 | ResourceNotFound | The resource not found by %s. | 請求的資源未找到。 |
| 503 | ServiceFailure | The request has failed due to a temporary failure of %s service. | 依賴的阿里雲其他服務不可用。 |
| 503 | ServiceUnavailable | The request has failed due to a temporary failure of the server. | 請求逾時或者服務不可用。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。