擷取 Hive 叢集維度分析結果。
介面說明
list Doctor Hive Cluster
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
emr:GetDoctorHiveCluster |
get |
*全部資源
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| RegionId |
string |
是 |
地區 ID。 |
cn-hangzhou |
| ClusterId |
string |
是 |
叢集 ID。 |
c-b933c5aac8fe**** |
| DateTime |
string |
是 |
其日期和時間資訊以 ISO 8601 格式表示, 例如:2023 年 1 月 1 日為 2023-01-01。 |
2023-01-01 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
返回資料 |
||
| Data |
object |
Hive 分析資料。 |
|
| Formats |
array<object> |
儲存格式資訊。 |
|
|
object |
儲存格式資訊。 |
||
| FormatName |
string |
儲存格式名稱。 |
TextInputFormat |
| FormatSize |
integer |
格式大小。 |
100 |
| FormatSizeUnit |
string |
格式大小單位。 |
MB |
| FormatRatio |
number |
格式佔比。 |
0.5 |
| Metrics |
object |
指標資訊。 |
|
| TableCount |
object |
表數量。 |
|
| Name |
string |
指標名稱。 |
tableCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Number of tables |
| PartitionNum |
object |
分區數。 |
|
| Name |
string |
指標名稱。 |
partitionNum |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Number of partitions |
| DatabaseCount |
object |
庫數量。 |
|
| Name |
string |
指標名稱。 |
databaseCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Number of databases |
| LargeFileCount |
object |
大檔案個數。大檔案指的是 1 GB 以上大小的檔案。 |
|
| Name |
string |
指標名稱。 |
largeFileCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Number of large files |
| MediumFileCount |
object |
中檔案個數。中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
mediumFileCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Number of medium files |
| SmallFileCount |
object |
小檔案個數。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
smallFileCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Number of small files |
| TinyFileCount |
object |
極小檔案個數。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
tinyFileCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Number of tiny files |
| EmptyFileCount |
object |
空檔案個數。空檔案指的是 0 MB 大小的檔案。 |
|
| Name |
string |
指標名稱。 |
emptyFileCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Number of empty files |
| TotalFileCount |
object |
總檔案個數。 |
|
| Name |
string |
指標名稱。 |
totalFileCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of total files |
| LargeFileRatio |
object |
大檔案個數佔比。大檔案指的是 1 GB 以上大小的檔案。 |
|
| Name |
string |
指標名稱。 |
largeFileRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Ratio of large files |
| MediumFileRatio |
object |
中檔案個數佔比。中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
mediumFileRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Ratio of medium files |
| SmallFileRatio |
object |
小檔案個數佔比。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
smallFileRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Ratio of small files |
| TinyFileRatio |
object |
極小檔案個數佔比。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
tinyFileRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Ratio of tiny files |
| EmptyFileRatio |
object |
空檔案個數佔比。空檔案指的是 0 MB 大小的檔案。 |
|
| Name |
string |
指標名稱。 |
emptyFileRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Ratio of empty files |
| HotDataSize |
object |
熱資料的資料量大小。熱資料指的是 7 日內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
hotDataSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Ratio of hot files |
| WarmDataSize |
object |
溫資料的資料量大小。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
warmDataSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Ratio of warm files |
| ColdDataSize |
object |
冷資料的資料量大小佔比。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
coldDataSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Ratio of cold files |
| FreezeDataSize |
object |
極冷資料的資料量大小。極冷資料指的是 90 日以內都沒有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
freezeDataSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Ratio of freeze files |
| TotalDataSize |
object |
總資料量大小。 |
|
| Name |
string |
指標名稱。 |
totalDataSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Total data size in megabytes (MB) |
| HotDataRatio |
object |
熱資料的資料量大小澳盤佔比。熱資料指的是 7 日內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
hotDataRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Hot data ratio |
| WarmDataRatio |
object |
溫資料的資料量大小佔比。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
warmDataRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Ratio of warm data |
| ColdDataRatio |
object |
冷資料的資料量大小佔比。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
coldDataRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Cold data ratio |
| FreezeDataRatio |
object |
極冷資料的資料量大小佔比。極冷資料指的是 90 日以內都沒有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
freezeDataRatio |
| Value |
number |
指標值。 |
0.12 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Ratio of freeze data |
| TotalFileDayGrowthCount |
object |
總檔案個數日增量。 |
|
| Name |
string |
指標名稱。 |
totalFileDayGrowthCount |
| Value |
integer |
指標值。 |
27800 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth count of total files |
| LargeFileDayGrowthCount |
object |
大檔案個數日增量。大檔案指的是 1 GB 以上大小的檔案。 |
|
| Name |
string |
指標名稱。 |
largeFileDayGrowthCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth count of large files |
| MediumFileDayGrowthCount |
object |
中檔案個數日增量。中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
mediumFileDayGrowthCount |
| Value |
integer |
指標值。 |
178 |
| Unit |
string |
指標單位。 |
“” |
| Description |
string |
指標描述。 |
Day growth count of medium files |
| SmallFileDayGrowthCount |
object |
小檔案個數日增量。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
smallFileDayGrowthCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
“” |
| Description |
string |
指標描述。 |
Day growth count of small files |
| TinyFileDayGrowthCount |
object |
極小檔案個數日增量。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
day growth count of tiny files |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth count of tiny files |
| EmptyFileDayGrowthCount |
object |
空檔案個數日增量。空檔案指的是 0 MB 大小的檔案。 |
|
| Name |
string |
指標名稱。 |
emptyFileDayGrowthCount |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth count of empty files |
| HotDataDayGrowthSize |
object |
熱資料的資料量日增量大小。熱資料指的是 7 日內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
hotDataDayGrowthSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Day growth size of hot data |
| WarmDataDayGrowthSize |
object |
溫資料的資料量日增量大小。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
warmDataDayGrowthSize |
| Value |
integer |
指標值。 |
-100 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Day growth size of warm data |
| ColdDataDayGrowthSize |
object |
冷資料的資料量日增量大小。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
coldDataDayGrowthSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Day growth size of cold data |
| FreezeDataDayGrowthSize |
object |
極冷資料的資料量日增量大小。極冷資料指的是 90 日以內都沒有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
freezeDataDayGrowthSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth size of freeze data |
| TotalDataDayGrowthSize |
object |
全部資料的資料量日增量大小。 |
|
| Name |
string |
指標名稱。 |
totalDataDayGrowthSize |
| Value |
integer |
指標值。 |
1000 |
| Unit |
string |
指標單位。 |
MB |
| Description |
string |
指標描述。 |
Day growth size of total data |
| TotalFileCountDayGrowthRatio |
object |
總檔案個數日環比。 |
|
| Name |
string |
指標名稱。 |
totalFileCountDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of total files |
| LargeFileCountDayGrowthRatio |
object |
大檔案個數日環比。大檔案指的是 1 GB 以上大小的檔案。 |
|
| Name |
string |
指標名稱。 |
largeFileCountDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of large files |
| MediumFileCountDayGrowthRatio |
object |
中檔案個數日環比。比中檔案指的是 128 MB 以上,1 GB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
mediumFileCountDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of medium files |
| SmallFileCountDayGrowthRatio |
object |
小檔案個數日環比。小檔案指的是 10 MB 以上,128 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
smallFileCountDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of small files |
| TinyFileCountDayGrowthRatio |
object |
極小檔案個數日環比。極小檔案指的是 0 MB 以上,10 MB 以下大小的檔案。 |
|
| Name |
string |
指標名稱。 |
tinyFileCountDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of tiny files |
| EmptyFileCountDayGrowthRatio |
object |
空檔案個數日環比。空檔案指的是 0 MB 大小的檔案。 |
|
| Name |
string |
指標名稱。 |
emptyFileCountDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of empty files |
| HotDataSizeDayGrowthRatio |
object |
熱資料的資料量大小日環比。熱資料指的是 7 日內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
hotDataSizeDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of hot data size |
| WarmDataSizeDayGrowthRatio |
object |
溫資料的資料量大小日環比。溫資料指的是 7 日內沒有訪問的資料,但是 30 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
warmDataSizeDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of warm data size |
| ColdDataSizeDayGrowthRatio |
object |
冷資料的資料量大小日環比。冷資料指的是 30 日內沒有訪問的資料,但是 90 日以內有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
coldDataSizeDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of cold data size |
| FreezeDataSizeDayGrowthRatio |
object |
極冷資料的資料量大小日環比。極冷資料指的是 90 日以內都沒有訪問的資料。 |
|
| Name |
string |
指標名稱。 |
freezeDataSizeDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of freeze data size |
| TotalDataSizeDayGrowthRatio |
object |
總資料量大小日環比。 |
|
| Name |
string |
指標名稱。 |
totalDataSizeDayGrowthRatio |
| Value |
number |
指標值。 |
0.5 |
| Unit |
string |
指標單位。 |
"" |
| Description |
string |
指標描述。 |
Day growth ratio of total data size |
| Analysis |
object |
分析結果。 |
|
| HiveFrequencyScore |
integer |
hive 訪問頻率得分 |
80 |
| HiveDistributionScore |
integer |
hive 大小檔案分布得分 |
80 |
| HiveFormatScore |
integer |
hive 檔案儲存體格式得分 |
80 |
| HiveScore |
integer |
hive 總評分 |
80 |
| RequestId |
string |
請求 ID。 |
DD6B1B2A-5837-5237-ABE4-FF0C8944**** |
樣本
正常返回樣本
JSON格式
{
"Data": {
"Formats": [
{
"FormatName": "TextInputFormat\n",
"FormatSize": 100,
"FormatSizeUnit": "MB",
"FormatRatio": 0.5
}
],
"Metrics": {
"TableCount": {
"Name": "tableCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of tables"
},
"PartitionNum": {
"Name": "partitionNum",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of partitions"
},
"DatabaseCount": {
"Name": "databaseCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of databases"
},
"LargeFileCount": {
"Name": "largeFileCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of large files\n"
},
"MediumFileCount": {
"Name": "mediumFileCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of medium files\n"
},
"SmallFileCount": {
"Name": "smallFileCount\t",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of small files\n"
},
"TinyFileCount": {
"Name": "tinyFileCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of tiny files\n"
},
"EmptyFileCount": {
"Name": "emptyFileCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of empty files\n"
},
"TotalFileCount": {
"Name": "totalFileCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Day growth ratio of total files\n"
},
"LargeFileRatio": {
"Name": "largeFileRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Ratio of large files\n"
},
"MediumFileRatio": {
"Name": "mediumFileRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Ratio of medium files\n"
},
"SmallFileRatio": {
"Name": "smallFileRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Ratio of small files\n"
},
"TinyFileRatio": {
"Name": "tinyFileRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Ratio of tiny files\n"
},
"EmptyFileRatio": {
"Name": "emptyFileRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Ratio of empty files\n"
},
"HotDataSize": {
"Name": "hotDataSize",
"Value": 1000,
"Unit": "MB",
"Description": "Ratio of hot files\n"
},
"WarmDataSize": {
"Name": "warmDataSize",
"Value": 1000,
"Unit": "MB",
"Description": "Ratio of warm files\n"
},
"ColdDataSize": {
"Name": "coldDataSize",
"Value": 1000,
"Unit": "MB",
"Description": "Ratio of cold files\n"
},
"FreezeDataSize": {
"Name": "freezeDataSize",
"Value": 1000,
"Unit": "MB",
"Description": "Ratio of freeze files\n"
},
"TotalDataSize": {
"Name": "totalDataSize",
"Value": 1000,
"Unit": "MB",
"Description": "Total data size in megabytes (MB)\n"
},
"HotDataRatio": {
"Name": "hotDataRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Hot data ratio\n"
},
"WarmDataRatio": {
"Name": "warmDataRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Ratio of warm data\n"
},
"ColdDataRatio": {
"Name": "coldDataRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Cold data ratio\n"
},
"FreezeDataRatio": {
"Name": "freezeDataRatio",
"Value": 0.12,
"Unit": "\"\"",
"Description": "Ratio of freeze data\n"
},
"TotalFileDayGrowthCount": {
"Name": "totalFileDayGrowthCount",
"Value": 27800,
"Unit": "\"\"",
"Description": "Day growth count of total files\n"
},
"LargeFileDayGrowthCount": {
"Name": "largeFileDayGrowthCount\t",
"Value": 1000,
"Unit": "\"\"",
"Description": "Day growth count of large files\n"
},
"MediumFileDayGrowthCount": {
"Name": "mediumFileDayGrowthCount\n",
"Value": 178,
"Unit": "“”",
"Description": "Day growth count of medium files\n"
},
"SmallFileDayGrowthCount": {
"Name": "smallFileDayGrowthCount",
"Value": 1000,
"Unit": "“”",
"Description": "Day growth count of small files\n"
},
"TinyFileDayGrowthCount": {
"Name": "day growth count of tiny files\n",
"Value": 1000,
"Unit": "\"\"",
"Description": "Day growth count of tiny files\n"
},
"EmptyFileDayGrowthCount": {
"Name": "emptyFileDayGrowthCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Day growth count of empty files\n"
},
"HotDataDayGrowthSize": {
"Name": "hotDataDayGrowthSize",
"Value": 1000,
"Unit": "MB",
"Description": "Day growth size of hot data\n"
},
"WarmDataDayGrowthSize": {
"Name": "warmDataDayGrowthSize",
"Value": -100,
"Unit": "MB",
"Description": "Day growth size of warm data\n"
},
"ColdDataDayGrowthSize": {
"Name": "coldDataDayGrowthSize",
"Value": 1000,
"Unit": "MB",
"Description": "Day growth size of cold data\n"
},
"FreezeDataDayGrowthSize": {
"Name": "freezeDataDayGrowthSize",
"Value": 1000,
"Unit": "\"\"",
"Description": "Day growth size of freeze data\n"
},
"TotalDataDayGrowthSize": {
"Name": "totalDataDayGrowthSize",
"Value": 1000,
"Unit": "MB",
"Description": "Day growth size of total data\n"
},
"TotalFileCountDayGrowthRatio": {
"Name": "totalFileCountDayGrowthRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of total files\n"
},
"LargeFileCountDayGrowthRatio": {
"Name": "largeFileCountDayGrowthRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of large files\n"
},
"MediumFileCountDayGrowthRatio": {
"Name": "mediumFileCountDayGrowthRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of medium files\n"
},
"SmallFileCountDayGrowthRatio": {
"Name": "smallFileCountDayGrowthRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of small files\n"
},
"TinyFileCountDayGrowthRatio": {
"Name": "tinyFileCountDayGrowthRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of tiny files\n"
},
"EmptyFileCountDayGrowthRatio": {
"Name": "emptyFileCountDayGrowthRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of empty files\n"
},
"HotDataSizeDayGrowthRatio": {
"Name": "hotDataSizeDayGrowthRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of hot data size\n"
},
"WarmDataSizeDayGrowthRatio": {
"Name": "warmDataSizeDayGrowthRatio\t",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of warm data size\n"
},
"ColdDataSizeDayGrowthRatio": {
"Name": "coldDataSizeDayGrowthRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of cold data size\n"
},
"FreezeDataSizeDayGrowthRatio": {
"Name": "freezeDataSizeDayGrowthRatio\t",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of freeze data size\n"
},
"TotalDataSizeDayGrowthRatio": {
"Name": "totalDataSizeDayGrowthRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of total data size\n"
}
},
"Analysis": {
"HiveFrequencyScore": 80,
"HiveDistributionScore": 80,
"HiveFormatScore": 80,
"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. | 請求逾時或者服務不可用。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。