GetAppBasicSettingResponse
    • PDF

    GetAppBasicSettingResponse

    • PDF

    Article summary

    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.

    FieldTypeRequiredDescription
    successBooleanRequiredWhether the app type's default creation settings were successfully retrieved
    • true | false
      • true: succeeded
      • false: failure
    messageStringOptionalResult message after querying the app type's default creation settings
    templateStringRequiredApp type template information
    dependableAppDependableAppOptionalDepenableApp data type
    appMasterCpuCountIntegerRequiredNumber of CPU allocations to be used by the app master
    appMasterMemoryMbIntegerRequiredAmount of memory allocations to be used by the app master
    publicQueueNamesStringOptionalPublic YARN queue name
    privateQueueNamesStringOptionalPrivate YARN queue name

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.