VPC環境で利用できます。
Data Forest指定のアプリタイプの基本作成設定です。
構文
構文は次の通りです。
private Boolean success;
private String message;
private String template;
private DependableApp dependableApp;
private Integer appMasterCpuCount;
private Integer appMasterMemoryMb;
private String publicQueueNames;
private String privateQueueNames;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
success |
Boolean | Required | アプリタイプの基本作成設定照会は成功したかどうか
|
message |
String | Optional | アプリタイプの基本作成設定照会の結果メッセージ |
template |
String | Required | アプリタイプのテンプレート情報 |
dependableApp |
DependableApp | Optional | DepenableAppデータタイプ |
appMasterCpuCount |
Integer | Required | アプリ masterが使用する CPU割り当て数 |
appMasterMemoryMb |
Integer | Required | アプリ masterが使用するメモリ割り当て数 |
publicQueueNames |
String | Optional | パブリック YARNキューの名前 |
privateQueueNames |
String | Optional | プライベート YARNキューの名前 |