GetAppBasicSettingResponse

Prev Next

Available in VPC

These are the default creation settings for the app type specified by Data Forest.

Syntax

The syntax is as follows.

private Boolean success;
private String message;
private String template;
private DependableApp dependableApp;
private Integer appMasterCpuCount;
private Integer appMasterMemoryMb;
private String publicQueueNames;
private String privateQueueNames;

Field

The following describes the fields.

Field Type Required Description
success Boolean Required Whether the app type's default creation settings were successfully retrieved
  • true | false
    • true: succeeded
    • false: failure
message String Optional Result message after querying the app type's default creation settings
template String Required App type template information
dependableApp DependableApp Optional DepenableApp data type
appMasterCpuCount Integer Required Number of CPU allocations to be used by the app master
appMasterMemoryMb Integer Required Amount of memory allocations to be used by the app master
publicQueueNames String Optional Public YARN queue name
privateQueueNames String Optional Private YARN queue name