全部產品
Search
文件中心

E-MapReduce:ListDoctorHiveTables - 批量擷取Hive表分析結果

更新時間:Dec 22, 2025

通過EMR Doctor批量擷取Hive表分析結果。

介面說明

list Doctor Hive Tables

調試

您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。

調試

授權資訊

下表是API對應的授權資訊,可以在RAM權限原則語句的Action元素中使用,用來給RAM使用者或RAM角色授予調用此API的許可權。具體說明如下:

  • 操作:是指具體的許可權點。

  • 存取層級:是指每個操作的存取層級,取值為寫入(Write)、讀取(Read)或列出(List)。

  • 資源類型:是指操作中支援授權的資源類型。具體說明如下:

    • 對於必選的資源類型,用前面加 * 表示。

    • 對於不支援資源級授權的操作,用全部資源表示。

  • 條件關鍵字:是指雲產品自身定義的條件關鍵字。

  • 關聯操作:是指成功執行操作所需要的其他許可權。操作者必須同時具備關聯操作的許可權,操作才能成功。

操作

存取層級

資源類型

條件關鍵字

關聯操作

emr:ListDoctorHiveTables

list

*全部資源

*

請求參數

名稱

類型

必填

描述

樣本值

RegionId

string

地區 ID。

cn-hangzhou

ClusterId

string

叢集 ID。

c-b933c5aac8fe****

NextToken

string

標記當前開始讀取的位置。

DD6B1B2A-5837-5237-ABE4-FF0C89568980

MaxResults

integer

一次擷取的最大記錄數。

20

DateTime

string

其日期和時間資訊以 ISO 8601 格式表示, 例如:2023 年 1 月 1 日為 2023-01-01。

2023-01-01

TableNames

array

表名稱隊列,用於過濾結果。

null

string

表名稱,表名稱遵循 Hive 通用寫法,以{庫名稱.表名稱}唯一確定。

dw.dwd_creta_service_order_long_renew_long_da

OrderType

string

排序方向。取值:

  • ASC:升序排列

  • DESC:降序排列

ASC

OrderBy

string

排序依據。取值:

  • partitionNum: 分區數。

  • totalFileCount: 總檔案個數。

  • largeFileCount: 大檔案個數。大檔案指的是 1 GB 以上大小的檔案。

  • mediumFileCount: 中檔案個數。中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。

  • smallFileCount: 小檔案個數。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。

  • tinyFileCount: 極小檔案個數。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。

  • emptyFileCount: 空檔案個數。空檔案指的是 0 MB 大小的檔案。

  • largeFileRatio: 大檔案個數佔比。大檔案指的是 1 GB 以上大小的檔案。

  • mediumFileRatio: 中檔案個數佔比。中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。

  • smallFileRatio: 小檔案個數佔比。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。

  • tinyFileRatio: 極小檔案個數佔比。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。

  • emptyFileRatio: 空檔案個數佔比。空檔案指的是 0 MB 大小的檔案。

  • hotDataSize: 熱資料的資料量大小。熱資料指的是 7 日內有訪問的資料。

  • warmDataSize: 溫資料的資料量大小。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。

  • coldDataSize: 冷資料的資料量大小。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。

  • freezeDataSize: 極冷資料數的據量大小。極冷資料指的是 90 日以內都沒有訪問的資料。

  • totalDataSize: 總資料量大小。

  • hotDataRatio: 熱資料的資料量大小佔比。熱資料指的是 7 日內有訪問的資料。

  • warmDataRatio: 溫資料的資料量大小佔比。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。

  • coldDataRatio: 冷資料的資料量大小佔比。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。

  • freezeDataRatio: 極冷資料的資料量大小佔比。極冷資料指的是 90 日以內都沒有訪問的資料。

  • totalFileDayGrowthCount: 總檔案個數日增量。

  • largeFileDayGrowthCount: 大檔案個數日增量。大檔案指的是 1 GB 以上大小的檔案。

  • mediumFileDayGrowthCount: 中檔案個數日增量。中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。

  • smallFileDayGrowthCount: 小檔案個數日增量。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。

  • tinyFileDayGrowthCount: 極小檔案個數日增量。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。

  • emptyFileDayGrowthCount: 空檔案個數日增量。空檔案指的是 0 MB 大小的檔案。

  • hotDataDayGrowthSize: 熱資料的資料量日增量大小。熱資料指的是 7 日內有訪問的資料。

  • warmDataDayGrowthSize: 溫資料的資料量日增量大小。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。

  • coldDataDayGrowthSize: 冷資料的資料量日增量大小。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。

  • freezeDataDayGrowthSize: 極冷資料的資料量日增量大小。極冷資料指的是 90 日以內都沒有訪問的資料。

  • totalDataDayGrowthSize: 全部資料的資料量日增量大小。

  • totalFileCountDayGrowthRatio: 總檔案個數日環比。

  • largeFileCountDayGrowthRatio: 大檔案個數日環比。大檔案指的是 1 GB 以上大小的檔案。

  • mediumFileCountDayGrowthRatio: 中檔案個數日環比。比中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。

  • smallFileCountDayGrowthRatio: 小檔案個數日環比。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。

  • tinyFileCountDayGrowthRatio: 極小檔案個數日環比。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。

  • emptyFileCountDayGrowthRatio: 空檔案個數日環比。空檔案指的是 0 MB 大小的檔案。

  • hotDataSizeDayGrowthRatio: 熱資料的資料量大小日環比。熱資料指的是 7 日內有訪問的資料。

  • warmDataSizeDayGrowthRatio: 溫資料的資料量大小日環比。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。

  • coldDataSizeDayGrowthRatio: 冷資料的資料量大小日環比。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。

  • freezeDataSizeDayGrowthRatio: 極冷資料的資料量大小日環比。極冷資料指的是 90 日以內都沒有訪問的資料。

  • totalDataSizeDayGrowthRatio: 總資料量大小日環比。

totalFileCount

返回參數

名稱

類型

描述

樣本值

object

返回資料

Data

array<object>

Hive 批量表分析資料。

array<object>

Hive 表分析資料。

TableName

string

表名稱,表名稱遵循 Hive 通用寫法,以{庫名稱.表名稱}唯一確定。

dw.dwd_creta_service_order_long_renew_long_da

Owner

string

屬主。

DW

Formats

array<object>

表格式資料。

object

表格式資訊。

FormatName

string

儲存格式名稱。

TextInputFormat

FormatSize

integer

格式資料量。

506930200

FormatSizeUnit

string

格式資料量單位。

MB

FormatRatio

number

格式佔比。

0.23

FormatDayGrowthSize

integer

格式資料量日增量。

1232124

FormatSizeDayGrowthRatio

number

格式資料量日環比。

0.04

Metrics

object

指標資訊。

PartitionNum

object

分區數。

Name

string

指標名稱。

partitionNum

Value

integer

指標值。

331

Unit

string

指標單位。

“”

Description

string

指標描述。

number of partitions

LargeFileCount

object

大檔案個數。大檔案指的是 1 GB 以上大小的檔案。

Name

string

指標名稱。

largeFileCount

Value

integer

指標值。

132

Unit

string

指標單位。

“”

Description

string

指標描述。

Number of large files

MediumFileCount

object

中檔案個數。中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。

Name

string

指標名稱。

mediumFileCount

Value

integer

指標值。

5

Unit

string

指標單位。

“”

Description

string

指標描述。

Number of medium files

SmallFileCount

object

小檔案個數。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。

Name

string

指標名稱。

smallFileCount

Value

integer

指標值。

18

Unit

string

指標單位。

"“

Description

string

指標描述。

Number of small files

TinyFileCount

object

極小檔案個數。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。

Name

string

指標名稱。

tinyFileCount

Value

integer

指標值。

451

Unit

string

指標單位。

”“

Description

string

指標描述。

Number of tiny files

EmptyFileCount

object

空檔案個數。空檔案指的是 0 MB 大小的檔案。

Name

string

指標名稱。

emptyFileCount

Value

integer

指標值。

3123

Unit

string

指標單位。

”“

Description

string

指標描述。

Number of empty files

TotalFileCount

object

總檔案個數。

Name

string

指標名稱。

totalFileCount

Value

integer

指標值。

123

Unit

string

指標單位。

”“

Description

string

指標描述。

Number of total files

LargeFileRatio

object

大檔案個數佔比。大檔案指的是 1 GB 以上大小的檔案。

Name

string

指標名稱。

largeFileRatio

Value

number

指標值。

0.02

Unit

string

指標單位。

”“

Description

string

指標描述。

Ratio of large files

MediumFileRatio

object

中檔案個數佔比。中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。

Name

string

指標名稱。

mediumFileRatio

Value

number

指標值。

0.8

Unit

string

指標單位。

”“

Description

string

指標描述。

Ratio of medium files

SmallFileRatio

object

小檔案個數佔比。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。

Name

string

指標名稱。

smallFileRatio

Value

number

指標值。

0.04

Unit

string

指標單位。

”“

Description

string

指標描述。

Ratio of small files

TinyFileRatio

object

極小檔案個數佔比。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。

Name

string

指標名稱。

tinyFileRatio

Value

number

指標值。

0.96

Unit

string

指標單位。

""

Description

string

指標描述。

Ratio of tiny files

EmptyFileRatio

object

空檔案個數佔比。空檔案指的是 0 MB 大小的檔案。

Name

string

指標名稱。

emptyFileRatio

Value

number

指標值。

0.01

Unit

string

指標單位。

""

Description

string

指標描述。

Ratio of empty files

HotDataSize

object

熱資料的資料量大小。熱資料指的是 7 日內有訪問的資料。

Name

string

指標名稱。

hotDataSize

Value

integer

指標值。

203431

Unit

string

指標單位。

MB

Description

string

指標描述。

Size of the hot data size

WarmDataSize

object

溫資料的資料量大小。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。

Name

string

指標名稱。

warmDataSize

Value

integer

指標值。

14981

Unit

string

指標單位。

MB

Description

string

指標描述。

Size of the warm data size

ColdDataSize

object

冷資料的資料量大小。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。

Name

string

指標名稱。

coldDataSize

Value

integer

指標值。

217715

Unit

string

指標單位。

MB

Description

string

指標描述。

Size of the cold data size

FreezeDataSize

object

極冷資料的資料量大小。極冷資料指的是 90 日以內都沒有訪問的資料。

Name

string

指標名稱。

freezeDataSize

Value

integer

指標值。

33229309

Unit

string

指標單位。

MB

Description

string

指標描述。

Size of the freeze data size

TotalDataSize

object

總資料量大小。

Name

string

指標名稱。

totalDataSize

Value

integer

指標值。

33800296

Unit

string

指標單位。

MB

Description

string

指標描述。

Total data size in megabytes (MB)

HotDataRatio

object

熱資料的資料量大小佔比。熱資料指的是 7 日內有訪問的資料。

Name

string

指標名稱。

hotDataRatio

Value

number

指標值。

0.01

Unit

string

指標單位。

""

Description

string

指標描述。

Hot data ratio

WarmDataRatio

object

溫資料的資料量大小佔比。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。

Name

string

指標名稱。

warmDataRatio

Value

number

指標值。

0.1

Unit

string

指標單位。

""

Description

string

指標描述。

Ratio of warm data

ColdDataRatio

object

冷資料的資料量大小佔比。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。

Name

string

指標名稱。

coldDataRatio

Value

number

指標值。

0.01

Unit

string

指標單位。

""

Description

string

指標描述。

Cold data ratio

FreezeDataRatio

object

極冷資料的資料量大小佔比。極冷資料指的是 90 日以內都沒有訪問的資料。

Name

string

指標名稱。

freezeDataRatio

Value

number

指標值。

0.98

Unit

string

指標單位。

""

Description

string

指標描述。

Ratio of freeze data

TotalFileDayGrowthCount

object

總檔案個數日增量。

Name

string

指標名稱。

totalFileDayGrowthCount

Value

integer

指標值。

100

Unit

string

指標單位。

""

Description

string

指標描述。

Day growth count of total files

LargeFileDayGrowthCount

object

大檔案個數日增量。大檔案指的是 1 GB 以上大小的檔案。

Name

string

指標名稱。

largeFileDayGrowthCount

Value

integer

指標值。

40

Unit

string

指標單位。

""

Description

string

指標描述。

Day growth count of large files

MediumFileDayGrowthCount

object

中檔案個數日增量。中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。

Name

string

指標名稱。

mediumFileDayGrowthCount

Value

integer

指標值。

20

Unit

string

指標單位。

""

Description

string

指標描述。

Day growth count of medium files

SmallFileDayGrowthCount

object

小檔案個數日增量。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。

Name

string

指標名稱。

smallFileDayGrowthCount

Value

integer

指標值。

18

Unit

string

指標單位。

”“

Description

string

指標描述。

Day growth count of small files

TinyFileDayGrowthCount

object

極小檔案個數日增量。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。

Name

string

指標名稱。

tinyFileDayGrowthCount

Value

integer

指標值。

482

Unit

string

指標單位。

”“

Description

string

指標描述。

Day growth count of tiny files

EmptyFileDayGrowthCount

object

空檔案個數日增量。空檔案指的是 0 MB 大小的檔案。

Name

string

指標名稱。

emptyFileDayGrowthCount

Value

integer

指標值。

-20

Unit

string

指標單位。

”“

Description

string

指標描述。

Day growth count of empty files

HotDataDayGrowthSize

object

熱資料的資料量日增量大小。熱資料指的是 7 日內有訪問的資料。

Name

string

指標名稱。

hotDataDayGrowthSize

Value

integer

指標值。

203431

Unit

string

指標單位。

MB

Description

string

指標描述。

Day growth size of hot data

WarmDataDayGrowthSize

object

溫資料的資料量日增量大小。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。

Name

string

指標名稱。

warmDataDayGrowthSize

Value

integer

指標值。

149841

Unit

string

指標單位。

MB

Description

string

指標描述。

Day growth size of warm data

ColdDataDayGrowthSize

object

冷資料的資料量日增量大小。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。

Name

string

指標名稱。

coldDataDayGrowthSize

Value

integer

指標值。

217715

Unit

string

指標單位。

MB

Description

string

指標描述。

Day growth size of cold data

FreezeDataDayGrowthSize

object

極冷資料的資料量日增量大小。極冷資料指的是 90 日以內都沒有訪問的資料。

Name

string

指標名稱。

freezeDataDayGrowthSize

Value

integer

指標值。

33229309

Unit

string

指標單位。

MB

Description

string

指標描述。

Day growth size of freeze data

TotalDataDayGrowthSize

object

全部資料的資料量日增量大小。

Name

string

指標名稱。

totalDataDayGrowthSize

Value

integer

指標值。

33800296

Unit

string

指標單位。

MB

Description

string

指標描述。

Day growth size of total data

TotalFileCountDayGrowthRatio

object

總檔案個數日環比。

Name

string

指標名稱。

totalFileCountDayGrowthRatio

Value

number

指標值。

0.01

Unit

string

指標單位。

”“

Description

string

指標描述。

Day growth ratio of total files

LargeFileCountDayGrowthRatio

object

大檔案個數日環比。大檔案指的是 1 GB 以上大小的檔案。

Name

string

指標名稱。

largeFileCountDayGrowthRatio

Value

number

指標值。

0.01

Unit

string

指標單位。

”“

Description

string

指標描述。

Day growth ratio of large files

MediumFileCountDayGrowthRatio

object

中檔案個數日環比。比中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。

Name

string

指標名稱。

mediumFileCountDayGrowthRatio

Value

number

指標值。

0.01

Unit

string

指標單位。

”“

Description

string

指標描述。

Day growth ratio of medium files

SmallFileCountDayGrowthRatio

object

小檔案個數日環比。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。

Name

string

指標名稱。

smallFileCountDayGrowthRatio

Value

number

指標值。

0.01

Unit

string

指標單位。

”“

Description

string

指標描述。

Day growth ratio of small files

TinyFileCountDayGrowthRatio

object

極小檔案個數日環比。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。

Name

string

指標名稱。

tinyFileCountDayGrowthRatio

Value

number

指標值。

0.04

Unit

string

指標單位。

”“

Description

string

指標描述。

Day growth ratio of tiny files

EmptyFileCountDayGrowthRatio

object

空檔案個數日環比。空檔案指的是 0 MB 大小的檔案。

Name

string

指標名稱。

emptyFileCountDayGrowthRatio

Value

number

指標值。

0.01

Unit

string

指標單位。

”“

Description

string

指標描述。

Day growth ratio of empty files

HotDataSizeDayGrowthRatio

object

熱資料的資料量大小日環比。熱資料指的是 7 日內有訪問的資料。

Name

string

指標名稱。

hotDataSizeDayGrowthRatio

Value

number

指標值。

0.01

Unit

string

指標單位。

”“

Description

string

指標描述。

Day growth ratio of hot data size

WarmDataSizeDayGrowthRatio

object

溫資料的資料量大小日環比。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。

Name

string

指標名稱。

warmDataSizeDayGrowthRatio

Value

number

指標值。

0.01

Unit

string

指標單位。

”“

Description

string

指標描述。

Day growth ratio of warm data size

ColdDataSizeDayGrowthRatio

object

冷資料的資料量大小日環比。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。

Name

string

指標名稱。

coldDataSizeDayGrowthRatio

Value

number

指標值。

0.01

Unit

string

指標單位。

""

Description

string

指標描述。

Day growth ratio of cold data size

FreezeDataSizeDayGrowthRatio

object

極冷資料的資料量大小日環比。極冷資料指的是 90 日以內都沒有訪問的資料。

Name

string

指標名稱。

freezeDataSizeDayGrowthRatio

Value

number

指標值。

0.01

Unit

string

指標單位。

”“

Description

string

指標描述。

Day growth ratio of freeze data size

TotalDataSizeDayGrowthRatio

object

總資料量大小日環比。

Name

string

指標名稱。

totalDataSizeDayGrowthRatio

Value

number

指標值。

0.01

Unit

string

指標單位。

”“

Description

string

指標描述。

Day growth ratio of total data size

Analysis

object

分析結果。

HiveFrequencyScore

integer

Hive 表訪問頻率得分。

70

HiveDistributionScore

integer

Hive 表檔案大小評分。

80

HiveFormatScore

integer

Hive 表格式評分。

60

HiveScore

integer

Hive 表綜合評分。

80

RequestId

string

請求 ID。

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

NextToken

string

返回讀取到的資料位元置。

DD6B1B2A-5837-5237-ABE4-FF0C89568980

MaxResults

integer

本次請求所返回的最大記錄條數。

20

TotalCount

integer

本次請求條件下的資料總量。

200

樣本

正常返回樣本

JSON格式

{
  "Data": [
    {
      "TableName": "dw.dwd_creta_service_order_long_renew_long_da\n",
      "Owner": "DW",
      "Formats": [
        {
          "FormatName": "TextInputFormat",
          "FormatSize": 506930200,
          "FormatSizeUnit": "MB\n",
          "FormatRatio": 0.23,
          "FormatDayGrowthSize": 1232124,
          "FormatSizeDayGrowthRatio": 0.04
        }
      ],
      "Metrics": {
        "PartitionNum": {
          "Name": "partitionNum",
          "Value": 331,
          "Unit": "“”",
          "Description": "number of partitions\n"
        },
        "LargeFileCount": {
          "Name": "largeFileCount",
          "Value": 132,
          "Unit": "“”\n",
          "Description": "Number of large files\n"
        },
        "MediumFileCount": {
          "Name": "mediumFileCount",
          "Value": 5,
          "Unit": "“”\n",
          "Description": "Number of medium files"
        },
        "SmallFileCount": {
          "Name": "smallFileCount",
          "Value": 18,
          "Unit": "\"“\n",
          "Description": "Number of small files\n"
        },
        "TinyFileCount": {
          "Name": "tinyFileCount",
          "Value": 451,
          "Unit": "”“\n",
          "Description": "Number of tiny files\n"
        },
        "EmptyFileCount": {
          "Name": "emptyFileCount",
          "Value": 3123,
          "Unit": "”“\n",
          "Description": "Number of empty files\n"
        },
        "TotalFileCount": {
          "Name": "totalFileCount",
          "Value": 123,
          "Unit": "”“\n",
          "Description": "Number of total files\n"
        },
        "LargeFileRatio": {
          "Name": "largeFileRatio",
          "Value": 0.02,
          "Unit": "”“\n",
          "Description": "Ratio of large files\n"
        },
        "MediumFileRatio": {
          "Name": "mediumFileRatio",
          "Value": 0.8,
          "Unit": "”“\n",
          "Description": "Ratio of medium files\n"
        },
        "SmallFileRatio": {
          "Name": "smallFileRatio",
          "Value": 0.04,
          "Unit": "”“\n",
          "Description": "Ratio of small files\n"
        },
        "TinyFileRatio": {
          "Name": "tinyFileRatio",
          "Value": 0.96,
          "Unit": "\"\"\n",
          "Description": "Ratio of tiny files\n"
        },
        "EmptyFileRatio": {
          "Name": "emptyFileRatio",
          "Value": 0.01,
          "Unit": "\"\"\n",
          "Description": "Ratio of empty files\n"
        },
        "HotDataSize": {
          "Name": "hotDataSize",
          "Value": 203431,
          "Unit": "MB\n",
          "Description": "Size of the hot data size\n"
        },
        "WarmDataSize": {
          "Name": "warmDataSize",
          "Value": 14981,
          "Unit": "MB\n",
          "Description": "Size of the warm data size\n"
        },
        "ColdDataSize": {
          "Name": "coldDataSize",
          "Value": 217715,
          "Unit": "MB\n",
          "Description": "Size of the cold data size\n"
        },
        "FreezeDataSize": {
          "Name": "freezeDataSize",
          "Value": 33229309,
          "Unit": "MB\n",
          "Description": "Size of the freeze data size"
        },
        "TotalDataSize": {
          "Name": "totalDataSize",
          "Value": 33800296,
          "Unit": "MB\n",
          "Description": "Total data size in megabytes (MB)\n"
        },
        "HotDataRatio": {
          "Name": "hotDataRatio",
          "Value": 0.01,
          "Unit": "\"\"\n",
          "Description": "Hot data ratio\n"
        },
        "WarmDataRatio": {
          "Name": "warmDataRatio",
          "Value": 0.1,
          "Unit": "\"\"\n",
          "Description": "Ratio of warm data\n"
        },
        "ColdDataRatio": {
          "Name": "coldDataRatio",
          "Value": 0.01,
          "Unit": "\t\n\"\"\n",
          "Description": "Cold data ratio\n"
        },
        "FreezeDataRatio": {
          "Name": "freezeDataRatio",
          "Value": 0.98,
          "Unit": "\"\"\n",
          "Description": "Ratio of freeze data\n"
        },
        "TotalFileDayGrowthCount": {
          "Name": "totalFileDayGrowthCount",
          "Value": 100,
          "Unit": "\"\"",
          "Description": "Day growth count of total files\n"
        },
        "LargeFileDayGrowthCount": {
          "Name": "largeFileDayGrowthCount",
          "Value": 40,
          "Unit": "\"\"\n",
          "Description": "Day growth count of large files\n"
        },
        "MediumFileDayGrowthCount": {
          "Name": "mediumFileDayGrowthCount",
          "Value": 20,
          "Unit": "\"\"\n",
          "Description": "Day growth count of medium files\n"
        },
        "SmallFileDayGrowthCount": {
          "Name": "smallFileDayGrowthCount",
          "Value": 18,
          "Unit": "”“\n",
          "Description": "Day growth count of small files\n"
        },
        "TinyFileDayGrowthCount": {
          "Name": "tinyFileDayGrowthCount",
          "Value": 482,
          "Unit": "”“\n",
          "Description": "Day growth count of tiny files\n"
        },
        "EmptyFileDayGrowthCount": {
          "Name": "emptyFileDayGrowthCount",
          "Value": -20,
          "Unit": "”“\n",
          "Description": "Day growth count of empty files\n"
        },
        "HotDataDayGrowthSize": {
          "Name": "hotDataDayGrowthSize",
          "Value": 203431,
          "Unit": "MB\n",
          "Description": "Day growth size of hot data\n"
        },
        "WarmDataDayGrowthSize": {
          "Name": "warmDataDayGrowthSize",
          "Value": 149841,
          "Unit": "MB\n",
          "Description": "Day growth size of warm data\n"
        },
        "ColdDataDayGrowthSize": {
          "Name": "coldDataDayGrowthSize",
          "Value": 217715,
          "Unit": "MB\n",
          "Description": "Day growth size of cold data\n"
        },
        "FreezeDataDayGrowthSize": {
          "Name": "freezeDataDayGrowthSize",
          "Value": 33229309,
          "Unit": "MB\n",
          "Description": "Day growth size of freeze data\n"
        },
        "TotalDataDayGrowthSize": {
          "Name": "totalDataDayGrowthSize",
          "Value": 33800296,
          "Unit": "MB\n",
          "Description": "Day growth size of total data\n"
        },
        "TotalFileCountDayGrowthRatio": {
          "Name": "totalFileCountDayGrowthRatio",
          "Value": 0.01,
          "Unit": "”“\n",
          "Description": "Day growth ratio of total files\n"
        },
        "LargeFileCountDayGrowthRatio": {
          "Name": "largeFileCountDayGrowthRatio",
          "Value": 0.01,
          "Unit": "”“\n",
          "Description": "Day growth ratio of large files\n"
        },
        "MediumFileCountDayGrowthRatio": {
          "Name": "mediumFileCountDayGrowthRatio",
          "Value": 0.01,
          "Unit": "”“\n",
          "Description": "Day growth ratio of medium files\n"
        },
        "SmallFileCountDayGrowthRatio": {
          "Name": "smallFileCountDayGrowthRatio",
          "Value": 0.01,
          "Unit": "”“\n",
          "Description": "Day growth ratio of small files\n"
        },
        "TinyFileCountDayGrowthRatio": {
          "Name": "tinyFileCountDayGrowthRatio",
          "Value": 0.04,
          "Unit": "”“\n",
          "Description": "Day growth ratio of tiny files"
        },
        "EmptyFileCountDayGrowthRatio": {
          "Name": "emptyFileCountDayGrowthRatio",
          "Value": 0.01,
          "Unit": "”“\n",
          "Description": "Day growth ratio of empty files\n"
        },
        "HotDataSizeDayGrowthRatio": {
          "Name": "hotDataSizeDayGrowthRatio",
          "Value": 0.01,
          "Unit": "”“\n",
          "Description": "Day growth ratio of hot data size\n"
        },
        "WarmDataSizeDayGrowthRatio": {
          "Name": "warmDataSizeDayGrowthRatio",
          "Value": 0.01,
          "Unit": "”“\n",
          "Description": "Day growth ratio of warm data size\n"
        },
        "ColdDataSizeDayGrowthRatio": {
          "Name": "coldDataSizeDayGrowthRatio",
          "Value": 0.01,
          "Unit": "\"\"",
          "Description": "Day growth ratio of cold data size\n"
        },
        "FreezeDataSizeDayGrowthRatio": {
          "Name": "freezeDataSizeDayGrowthRatio",
          "Value": 0.01,
          "Unit": "”“\n",
          "Description": "Day growth ratio of freeze data size\n"
        },
        "TotalDataSizeDayGrowthRatio": {
          "Name": "totalDataSizeDayGrowthRatio",
          "Value": 0.01,
          "Unit": "”“\n",
          "Description": "Day growth ratio of total data size\n"
        }
      },
      "Analysis": {
        "HiveFrequencyScore": 70,
        "HiveDistributionScore": 80,
        "HiveFormatScore": 60,
        "HiveScore": 80
      }
    }
  ],
  "RequestId": "DD6B1B2A-5837-5237-ABE4-FF0C8944****",
  "NextToken": "DD6B1B2A-5837-5237-ABE4-FF0C89568980",
  "MaxResults": 20,
  "TotalCount": 200
}

錯誤碼

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. 請求逾時或者服務不可用。

訪問錯誤中心查看更多錯誤碼。

變更歷史

更多資訊,參考變更詳情