E-MapReduce (EMR) Doctor で、複数の Hive テーブルの分析結果を一度に取得します。
操作説明
Doctor Hive テーブルを一覧表示します
今すぐお試しください
テスト
RAM 認証
|
アクション |
アクセスレベル |
リソースタイプ |
条件キー |
依存アクション |
|
emr:ListDoctorHiveTables |
list |
*All Resource
|
なし | なし |
リクエストパラメーター
|
パラメーター |
型 |
必須 / 任意 |
説明 |
例 |
| 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-01-01 は 2023 年 1 月 1 日を表します。 |
2023-01-01 |
| TableNames |
array |
任意 |
クエリ結果をフィルターするために使用されるテーブル名。 |
null |
|
string |
任意 |
テーブル名。 テーブル名は Hive の命名規則に従う必要があります。 {データベース名.テーブル識別子} 形式の名前は、テーブルを一意に識別します。 |
dw.dwd_creta_service_order_long_renew_long_da |
|
| OrderType |
string |
任意 |
クエリ結果をソートする順序。 有効値:
|
ASC |
| OrderBy |
string |
任意 |
クエリ結果をソートする基準。 有効値:
|
totalFileCount |
レスポンスフィールド
|
フィールド |
型 |
説明 |
例 |
|
object |
レスポンスパラメーター。 |
||
| Data |
array<object> |
Hive テーブルの分析結果。 |
|
|
array<object> |
|||
| 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 |
例
成功レスポンス
JSONJSON
{
"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 ステータスコード |
エラーコード |
エラーメッセージ |
説明 |
|---|---|---|---|
| 400 | ConflictParameters | Parameters that must not be used together. %s | |
| 400 | IncompleteSignature | The request signature is invalid. | |
| 400 | InvalidAction | The action %s requested is invalid. | |
| 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. | |
| 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. |
完全なリストについては、「エラーコード」をご参照ください。
変更履歴
完全なリストについては、「変更履歴」をご参照ください。