日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

文檔

ListDoctorApplications - 批量獲取任務(wù)分析結(jié)果

通過EMR Doctor獲取批量任務(wù)分析結(jié)果。

調(diào)試

您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計(jì)算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動(dòng)生成SDK代碼示例。

授權(quán)信息

下表是API對(duì)應(yīng)的授權(quán)信息,可以在RAM權(quán)限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調(diào)用此API的權(quán)限。具體說明如下:

  • 操作:是指具體的權(quán)限點(diǎn)。
  • 訪問級(jí)別:是指每個(gè)操作的訪問級(jí)別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
    • 對(duì)于必選的資源類型,用背景高亮的方式表示。
    • 對(duì)于不支持資源級(jí)授權(quán)的操作,用全部資源表示。
  • 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。
  • 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時(shí)具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作訪問級(jí)別資源類型條件關(guān)鍵字關(guān)聯(lián)操作
emr:ListDoctorApplicationslist
  • 全部資源
    *

請(qǐng)求參數(shù)

名稱類型必填描述示例值
RegionIdstring

地域 ID。

cn-hangzhou
ClusterIdstring

集群 ID。

c-b933c5aac8fe****
NextTokenstring

標(biāo)記當(dāng)前開始讀取的位置。

DD6B1B2A-5837-5237-ABE4-FF0C89568980
MaxResultsinteger

一次獲取的最大記錄數(shù)。

20
DateTimestring

其日期和時(shí)間信息以 ISO 8601 格式表示, 例如:2023 年 1 月 1 日為 2023-01-01。

2023-01-01
AppIdsarray

任務(wù)提交到 YARN 的 IDs,用于過濾任務(wù)列表。

Stringstring

YARN 的任務(wù) ID。

application_1643475036865_******
Usersarray

任務(wù)提交的用戶列表,用于過濾任務(wù)列表。

Stringstring

任務(wù)提交到 YARN 的用戶名稱。

DW
Queuesarray

任務(wù)提交到 YARN 的隊(duì)列列表,用于過濾任務(wù)列表。

Stringstring

任務(wù)提交到的 YARN 隊(duì)列名稱。

DW
Typesarray

任務(wù)提交到 YARN 的引擎列表,用于過濾任務(wù)列表。

Stringstring

任務(wù)提交到 YARN 的引擎類型。

SPARK
OrderTypestring

排序方向。取值:

  • ASC:升序排列。

  • DESC:降序排列。

ASC
OrderBystring

排序順序。取值:

  1. startTime:任務(wù)啟動(dòng)時(shí)間。
  2. endTime:任務(wù)結(jié)束時(shí)間。
  3. vcoreUtilization:任務(wù) CPU 使用率。
  4. memUtilization:任務(wù)內(nèi)存使用率。
  5. vcoreSeconds:任務(wù) CPU 使用量。
  6. memSeconds:任務(wù)內(nèi)存使用量。
  7. score:任務(wù)評(píng)分。
score

返回參數(shù)

名稱類型描述示例值
object

返回?cái)?shù)據(jù)

Dataarray<object>

任務(wù)列表詳情。

ListDoctorApplicationsDTOobject

任務(wù)詳情。

AppIdstring

YARN 任務(wù) ID,如果是 Hive 任務(wù),則是 QueryID 或者 SessionID。

application_1665056147236_*****
Idsarray

任務(wù) IDs,多個(gè) ID 間使用英文逗號(hào)(,)分隔。

Stringstring

YARN 的任務(wù) ID。

application_1665056147236_*****
AppNamestring

任務(wù)名稱。

data-upload
Userstring

任務(wù)提交用戶名。

DW
StartTimelong

任務(wù)提交時(shí)間,Unix 時(shí)間戳,單位毫秒。

1677465658275
EndTimelong

任務(wù)結(jié)束時(shí)間,Unix 時(shí)間戳,單位毫秒。

1682049088086
Queuestring

任務(wù)提交到 YARN 的隊(duì)列。

DW
Typestring

計(jì)算引擎類型。

TEZ
QuerySqlstring

查詢語句,對(duì)非 SQL 任務(wù),為空。

SELECT id, count(1) FROM test group by id;
Metricsobject

指標(biāo)數(shù)據(jù)。

VcoreUtilizationobject

CPU 使用率,同 Linux Top 的%CPU 含義。

Namestring

指標(biāo)名稱。

vcoreUtilization
Valuefloat

指標(biāo)值。

23.1
Unitstring

指標(biāo)單位。

""
Descriptionstring

指標(biāo)描述。

Ratio of used vcore to total available cores
MemUtilizationobject

內(nèi)存使用率。

Namestring

指標(biāo)名稱。

memUtilization
Valuefloat

指標(biāo)值。

0.23
Unitstring

指標(biāo)單位。

""
Descriptionstring

指標(biāo)描述。

Ratio of used memory to total available memory
VcoreSecondsobject

CPU 使用量。

Namestring

指標(biāo)名稱。

vcoreSeconds
Valuelong

指標(biāo)值。

11123
Unitstring

指標(biāo)單位。

VCores * Sec
Descriptionstring

指標(biāo)描述。

Total vcore usage over time in seconds
MemSecondsobject

內(nèi)存使用量。

Namestring

指標(biāo)名稱。

memSeconds
Valuelong

指標(biāo)值。

12312312
Unitstring

指標(biāo)單位。

MB * Sec
Descriptionstring

指標(biāo)描述。

Total memory usage over time in seconds
Analysisobject

任務(wù)分析。

Scoreinteger

任務(wù)評(píng)分。

23
Suggestionstring

任務(wù)運(yùn)行建議。

##### 當(dāng)前節(jié)點(diǎn):container ##### 存在問題: 最大內(nèi)存利用率為7.75%,利用率較低 嘗試減小Tez Container內(nèi)存,可通過hive.tez.container.size進(jìn)行設(shè)置
RequestIdstring

請(qǐng)求 ID。

DD6B1B2A-5837-5237-ABE4-FF0C8944****
NextTokenstring

返回讀取到的數(shù)據(jù)位置。

DD6B1B2A-5837-5237-ABE4-FF0C89568980
MaxResultsinteger

本次請(qǐng)求所返回的最大記錄條數(shù)。

20
TotalCountinteger

本次請(qǐng)求條件下的數(shù)據(jù)總量。

200

示例

正常返回示例

JSON格式

{
  "Data": [
    {
      "AppId": "application_1665056147236_*****",
      "Ids": [
        "application_1665056147236_*****"
      ],
      "AppName": "data-upload",
      "User": "DW",
      "StartTime": 1677465658275,
      "EndTime": 1682049088086,
      "Queue": "DW",
      "Type": "TEZ",
      "QuerySql": "SELECT id, count(1) FROM test group by id;\n",
      "Metrics": {
        "VcoreUtilization": {
          "Name": "vcoreUtilization",
          "Value": 23.1,
          "Unit": "\"\"",
          "Description": "Ratio of used vcore to total available cores\n"
        },
        "MemUtilization": {
          "Name": "memUtilization\n",
          "Value": 0.23,
          "Unit": "\"\"",
          "Description": "Ratio of used memory to total available memory\n"
        },
        "VcoreSeconds": {
          "Name": "vcoreSeconds",
          "Value": 11123,
          "Unit": "VCores * Sec\n",
          "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": 23,
        "Suggestion": "##### 當(dāng)前節(jié)點(diǎn):container\n##### 存在問題:\n最大內(nèi)存利用率為7.75%,利用率較低\n\n\n嘗試減小Tez Container內(nèi)存,可通過hive.tez.container.size進(jìn)行設(shè)置"
      }
    }
  ],
  "RequestId": "DD6B1B2A-5837-5237-ABE4-FF0C8944****",
  "NextToken": "DD6B1B2A-5837-5237-ABE4-FF0C89568980",
  "MaxResults": 20,
  "TotalCount": 200
}

錯(cuò)誤碼

HTTP status code錯(cuò)誤碼錯(cuò)誤信息描述
400ConflictParametersParameters that must not be used together. %s多個(gè)參數(shù)間存在沖突。
400IncompleteSignatureThe request signature is invalid.API請(qǐng)求簽名不合法。
400InvalidActionThe action %s requested is invalid.不合法的Action。
400InvalidParameterThe specified parameter %s is not valid.參數(shù)錯(cuò)誤。
400InvalidParameterValueThe input parameter %s is invalid or out of range.參數(shù)值超出范圍。
400MissingActionThe action %s requested is missing.缺少Action參數(shù)
400MissingParameterThe input parameter %s that is mandatory for processing this request is not supplied.參數(shù)缺失。
400NotAuthorizedYou do not have permission to perform this action. %s沒有權(quán)限。
400ThrottlingExceptionThe request was denied due to request throttling. %s限流。
404ResourceNotFoundThe resource not found by %s.請(qǐng)求的資源未找到。
500InternalErrorThe request processing has failed due to some unknown error, exception or failure.內(nèi)部錯(cuò)誤。
503ServiceFailureThe request has failed due to a temporary failure of %s service.依賴的阿里云其他服務(wù)不可用。
503ServiceUnavailableThe request has failed due to a temporary failure of the server.請(qǐng)求超時(shí)或者服務(wù)不可用。

訪問錯(cuò)誤中心查看更多錯(cuò)誤碼。

變更歷史

變更時(shí)間變更內(nèi)容概要操作
暫無變更歷史