通過EMR Doctor擷取叢集Hive特定表分析結果。
介面說明
get Doctor Hive Table
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
emr:GetDoctorHiveTable |
get |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| RegionId |
string |
是 |
地區 ID。 |
cn-hangzhou |
| ClusterId |
string |
是 |
叢集 ID。 |
c-b933c5aac8fe**** |
| DateTime |
string |
是 |
其日期和時間資訊以 ISO 8601 格式表示, 例如:2023 年 1 月 1 日為 2023-01-01。 |
2023-01-01 |
| TableName |
string |
是 |
表名稱,表名稱遵循 Hive 通用寫法,以{庫名稱.表名稱}唯一確定。 |
dw.dwd_creta_service_order_long_renew_long_da |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
返回資料 |
||
| Data |
object |
Hive 表分析資料。 |
|
| Formats |
array<object> |
表格式資料。 |
|
|
object |
表格式資訊。 |
||
| FormatName |
string |
儲存格式名稱。 |
TextInputFormat |
| FormatSize |
integer |
格式資料量。 |
506930200 |
| FormatSizeUnit |
string |
格式資料量單位。 |
MB |
| FormatRatio |
number |
格式佔比。 |
0.23 |
| FormatDayGrowthSize |
integer |
格式資料量日增量。 |
1232124 |
| FormatSizeDayGrowthRatio |
number |
格式資料量日環比。 |
0.04 |
| Owner |
string |
屬主。 |
DW |
| Metrics |
object |
指標資訊。 |
|
| PartitionNum |
object |
分區數。 |
|
| Name |
string |
指標名稱。 |
partitionNum |
| Value |
integer |
指標值。 |
441 |
| Unit |
string |
指標單位。 |
“” |
| Description |
string |
指標描述。 |
number of partitions |
| LargeFileCount |
object |
大檔案個數。大檔案指的是 1 GB 以上大小的檔案。 |
|
| Name |
string |
指標名稱。 |
largeFileCount |
| Value |
integer |
指標值。 |
123 |
| 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.80 |
| 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**** |
樣本
正常返回樣本
JSON格式
{
"Data": {
"Formats": [
{
"FormatName": "TextInputFormat",
"FormatSize": 506930200,
"FormatSizeUnit": "MB",
"FormatRatio": 0.23,
"FormatDayGrowthSize": 1232124,
"FormatSizeDayGrowthRatio": 0.04
}
],
"Owner": "DW",
"Metrics": {
"PartitionNum": {
"Name": "partitionNum",
"Value": 441,
"Unit": "“”",
"Description": "number of partitions"
},
"LargeFileCount": {
"Name": "largeFileCount",
"Value": 123,
"Unit": "“”",
"Description": "Number of large files"
},
"MediumFileCount": {
"Name": "mediumFileCount",
"Value": 5,
"Unit": "“”",
"Description": "Number of medium files"
},
"SmallFileCount": {
"Name": "smallFileCount",
"Value": 18,
"Unit": "\"“",
"Description": "Number of small files"
},
"TinyFileCount": {
"Name": "tinyFileCount",
"Value": 451,
"Unit": "”“",
"Description": "Number of tiny files"
},
"EmptyFileCount": {
"Name": "emptyFileCount",
"Value": 3123,
"Unit": "”“",
"Description": "Number of empty files"
},
"TotalFileCount": {
"Name": "totalFileCount",
"Value": 123,
"Unit": "”“",
"Description": "Number of total files"
},
"LargeFileRatio": {
"Name": "largeFileRatio",
"Value": 0.02,
"Unit": "”“",
"Description": "Ratio of large files"
},
"MediumFileRatio": {
"Name": "mediumFileRatio",
"Value": 0.8,
"Unit": "”“",
"Description": "Ratio of medium files"
},
"SmallFileRatio": {
"Name": "smallFileRatio",
"Value": 0.04,
"Unit": "”“",
"Description": "Ratio of small files"
},
"TinyFileRatio": {
"Name": "tinyFileRatio",
"Value": 0.96,
"Unit": "\"\"",
"Description": "Ratio of tiny files"
},
"EmptyFileRatio": {
"Name": "emptyFileRatio",
"Value": 0.01,
"Unit": "\"\"",
"Description": "Ratio of empty files"
},
"HotDataSize": {
"Name": "hotDataSize",
"Value": 203431,
"Unit": "MB",
"Description": "Size of the hot data size"
},
"WarmDataSize": {
"Name": "warmDataSize",
"Value": 14981,
"Unit": "MB",
"Description": "Size of the warm data size"
},
"ColdDataSize": {
"Name": "coldDataSize",
"Value": 217715,
"Unit": "MB",
"Description": "Size of the cold data size"
},
"FreezeDataSize": {
"Name": "freezeDataSize",
"Value": 33229309,
"Unit": "MB",
"Description": "Size of the freeze data size"
},
"TotalDataSize": {
"Name": "totalDataSize",
"Value": 33800296,
"Unit": "MB",
"Description": "Total data size in megabytes (MB)"
},
"HotDataRatio": {
"Name": "hotDataRatio",
"Value": 0.01,
"Unit": "\"\"",
"Description": "Hot data ratio"
},
"WarmDataRatio": {
"Name": "warmDataRatio",
"Value": 0.1,
"Unit": "\"\"",
"Description": "Ratio of warm data"
},
"ColdDataRatio": {
"Name": "coldDataRatio",
"Value": 0.01,
"Unit": "\"\"",
"Description": "Cold data ratio"
},
"FreezeDataRatio": {
"Name": "freezeDataRatio",
"Value": 0.98,
"Unit": "\"\"",
"Description": "Ratio of freeze data"
},
"TotalFileDayGrowthCount": {
"Name": "totalFileDayGrowthCount",
"Value": 100,
"Unit": "\"\"",
"Description": "Day growth count of total files"
},
"LargeFileDayGrowthCount": {
"Name": "largeFileDayGrowthCount",
"Value": 40,
"Unit": "\"\"",
"Description": "Day growth count of large files"
},
"MediumFileDayGrowthCount": {
"Name": "mediumFileDayGrowthCount",
"Value": 20,
"Unit": "\"\"",
"Description": "Day growth count of medium files"
},
"SmallFileDayGrowthCount": {
"Name": "smallFileDayGrowthCount",
"Value": 18,
"Unit": "”“",
"Description": "Day growth count of small files"
},
"TinyFileDayGrowthCount": {
"Name": "tinyFileDayGrowthCount",
"Value": 482,
"Unit": "”“",
"Description": "Day growth count of tiny files"
},
"EmptyFileDayGrowthCount": {
"Name": "emptyFileDayGrowthCount",
"Value": -20,
"Unit": "”“",
"Description": "Day growth count of empty files"
},
"HotDataDayGrowthSize": {
"Name": "hotDataDayGrowthSize",
"Value": 203431,
"Unit": "MB",
"Description": "Day growth size of hot data"
},
"WarmDataDayGrowthSize": {
"Name": "warmDataDayGrowthSize",
"Value": 149841,
"Unit": "MB",
"Description": "Day growth size of warm data"
},
"ColdDataDayGrowthSize": {
"Name": "coldDataDayGrowthSize",
"Value": 217715,
"Unit": "MB",
"Description": "Day growth size of cold data"
},
"FreezeDataDayGrowthSize": {
"Name": "freezeDataDayGrowthSize",
"Value": 33229309,
"Unit": "MB",
"Description": "Day growth size of freeze data"
},
"TotalDataDayGrowthSize": {
"Name": "totalDataDayGrowthSize",
"Value": 33800296,
"Unit": "MB",
"Description": "Day growth size of total data"
},
"TotalFileCountDayGrowthRatio": {
"Name": "totalFileCountDayGrowthRatio",
"Value": 0.01,
"Unit": "”“",
"Description": "Day growth ratio of total files"
},
"LargeFileCountDayGrowthRatio": {
"Name": "largeFileCountDayGrowthRatio",
"Value": 0.01,
"Unit": "”“",
"Description": "Day growth ratio of large files"
},
"MediumFileCountDayGrowthRatio": {
"Name": "mediumFileCountDayGrowthRatio",
"Value": 0.01,
"Unit": "”“",
"Description": "Day growth ratio of medium files"
},
"SmallFileCountDayGrowthRatio": {
"Name": "smallFileCountDayGrowthRatio",
"Value": 0.01,
"Unit": "”“",
"Description": "Day growth ratio of small files"
},
"TinyFileCountDayGrowthRatio": {
"Name": "tinyFileCountDayGrowthRatio",
"Value": 0.04,
"Unit": "”“",
"Description": "Day growth ratio of tiny files"
},
"EmptyFileCountDayGrowthRatio": {
"Name": "emptyFileCountDayGrowthRatio",
"Value": 0.01,
"Unit": "”“",
"Description": "Day growth ratio of empty files"
},
"HotDataSizeDayGrowthRatio": {
"Name": "hotDataSizeDayGrowthRatio",
"Value": 0.01,
"Unit": "”“",
"Description": "Day growth ratio of hot data size"
},
"WarmDataSizeDayGrowthRatio": {
"Name": "warmDataSizeDayGrowthRatio",
"Value": 0.01,
"Unit": "”“",
"Description": "Day growth ratio of warm data size"
},
"ColdDataSizeDayGrowthRatio": {
"Name": "coldDataSizeDayGrowthRatio",
"Value": 0.01,
"Unit": "\"\"",
"Description": "Day growth ratio of cold data size"
},
"FreezeDataSizeDayGrowthRatio": {
"Name": "freezeDataSizeDayGrowthRatio",
"Value": 0.01,
"Unit": "”“",
"Description": "Day growth ratio of freeze data size"
},
"TotalDataSizeDayGrowthRatio": {
"Name": "totalDataSizeDayGrowthRatio",
"Value": 0.01,
"Unit": "”“",
"Description": "Day growth ratio of total data size"
}
},
"Analysis": {
"HiveFrequencyScore": 70,
"HiveDistributionScore": 80,
"HiveFormatScore": 60,
"HiveScore": 80
}
},
"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. | 請求逾時或者服務不可用。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。