获取 Hive 库维度分析结果。
接口说明
get Doctor Hive Database
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
emr:GetDoctorHiveDatabase |
get |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
是 |
地域 ID。 |
cn-hangzhou |
| ClusterId |
string |
是 |
集群 ID。 |
c-b933c5aac8fe**** |
| DateTime |
string |
是 |
日期。 |
2023-01-01 |
| DatabaseName |
string |
是 |
数据库名称。 |
db1 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
返回数据 |
||
| Data |
object |
Hive 库分析数据。 |
|
| Formats |
array<object> |
存储格式信息。 |
|
|
object |
存储格式信息。 |
||
| FormatName |
string |
存储格式名称。 |
TextInputFormat |
| FormatSize |
integer |
格式数据量。 |
1000 |
| FormatSizeUnit |
string |
格式数据量单位。 |
MB |
| FormatRatio |
number |
格式占比。 |
0.5 |
| FormatDayGrowthSize |
integer |
格式数据量日增量。 |
1000 |
| FormatSizeDayGrowthRatio |
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 |
| 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 |
指标描述。 |
Number 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.5 |
| Unit |
string |
指标单位。 |
"" |
| Description |
string |
指标描述。 |
Ratio of freeze data |
| TotalFileDayGrowthCount |
object |
总文件个数日增量。 |
|
| Name |
string |
指标名称。 |
totalFileDayGrowthCount |
| Value |
integer |
指标值。 |
1000 |
| 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 M 以上,1 G 以下大小的文件。 |
|
| Name |
string |
指标名称。 |
mediumFileDayGrowthCount |
| Value |
integer |
指标值。 |
1000 |
| 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 |
指标名称。 |
tinyFileDayGrowthCount |
| 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 |
指标单位。 |
"" |
| Description |
string |
指标描述。 |
Day growth size of hot data |
| WarmDataDayGrowthSize |
object |
温数据的数据量日增量大小。温数据指的是 7 日内没有访问的数据,但是 30 日以内有访问的数据。 |
|
| Name |
string |
指标名称。 |
warmDataDayGrowthSize |
| Value |
integer |
指标值。 |
1000 |
| Unit |
string |
指标单位。 |
"" |
| Description |
string |
指标描述。 |
Day growth size of warm data |
| ColdDataDayGrowthSize |
object |
冷数据的数据量日增量大小。冷数据指的是 30 日内没有访问的数据,但是 90 日以内有访问的数据。 |
|
| Name |
string |
指标名称。 |
coldDataDayGrowthSize |
| Value |
integer |
指标值。 |
1000 |
| Unit |
string |
指标单位。 |
"" |
| 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 |
指标单位。 |
"" |
| 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 库访问频率得分。 |
85 |
| HiveDistributionScore |
integer |
Hive 库文件大小评分。 |
85 |
| HiveFormatScore |
integer |
Hive 库格式评分。 |
85 |
| HiveScore |
integer |
Hive 库综合评分。 |
85 |
| RequestId |
string |
请求 ID。 |
DD6B1B2A-5837-5237-ABE4-FF0C8944**** |
示例
正常返回示例
JSON格式
{
"Data": {
"Formats": [
{
"FormatName": "TextInputFormat",
"FormatSize": 1000,
"FormatSizeUnit": "MB",
"FormatRatio": 0.5,
"FormatDayGrowthSize": 1000,
"FormatSizeDayGrowthRatio": 0.5
}
],
"Metrics": {
"TableCount": {
"Name": "tableCount",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of tables\n"
},
"PartitionNum": {
"Name": "partitionNum",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number of partitions\n"
},
"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",
"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\t",
"Value": 1000,
"Unit": "\"\"",
"Description": "Number 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\t",
"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\t",
"Value": 1000,
"Unit": "MB",
"Description": "Total data size in megabytes (MB)\n"
},
"HotDataRatio": {
"Name": "hotDataRatio\t",
"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\t",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Cold data ratio\n"
},
"FreezeDataRatio": {
"Name": "freezeDataRatio",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Ratio of freeze data\n"
},
"TotalFileDayGrowthCount": {
"Name": "totalFileDayGrowthCount",
"Value": 1000,
"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\t",
"Value": 1000,
"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": "tinyFileDayGrowthCount",
"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": "\"\"",
"Description": "Day growth size of hot data\n"
},
"WarmDataDayGrowthSize": {
"Name": "warmDataDayGrowthSize",
"Value": 1000,
"Unit": "\"\"",
"Description": "Day growth size of warm data\n"
},
"ColdDataDayGrowthSize": {
"Name": "coldDataDayGrowthSize\t",
"Value": 1000,
"Unit": "\"\"",
"Description": "Day growth size of cold data\n"
},
"FreezeDataDayGrowthSize": {
"Name": "freezeDataDayGrowthSize\t",
"Value": 1000,
"Unit": "\"\"",
"Description": "Day growth size of freeze data\n"
},
"TotalDataDayGrowthSize": {
"Name": "totalDataDayGrowthSize\t",
"Value": 1000,
"Unit": "\"\"",
"Description": "Day growth size of total data\n"
},
"TotalFileCountDayGrowthRatio": {
"Name": "totalFileCountDayGrowthRatio\t",
"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\t",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of medium files\n"
},
"SmallFileCountDayGrowthRatio": {
"Name": "smallFileCountDayGrowthRatio\t",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of small files\n"
},
"TinyFileCountDayGrowthRatio": {
"Name": "tinyFileCountDayGrowthRatio\t",
"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\t",
"Value": 0.5,
"Unit": "\"\"",
"Description": "Day growth ratio of hot data size\n"
},
"WarmDataSizeDayGrowthRatio": {
"Name": "warmDataSizeDayGrowthRatio",
"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": 85,
"HiveDistributionScore": 85,
"HiveFormatScore": 85,
"HiveScore": 85
}
},
"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. | 请求超时或者服务不可用。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。