apiEnableLlamaRmArguments
Arguments used for enable Llama RM command.
JSON
property | type | description |
---|---|---|
llama1HostId | llama1HostId (string) | HostId of the host on which the first Llama role will be created. |
llama1RoleName | llama1RoleName (string) | Name of the first Llama role to be created (optional). |
llama2HostId | llama2HostId (string) | HostId of the host on which the second Llama role will be created. |
llama2RoleName | llama2RoleName (string) | Name of the second Llama role to be created (optional). |
zkServiceName | zkServiceName (string) | Name of the ZooKeeper service that will be used for auto-failover. Only relevant when enabling Llama RM in HA mode (i.e., when two Llama roles are being created). This argument may be omitted if the ZooKeeper dependency for Impala is already configured. |
skipRestart | skipRestart (boolean) | Skip the restart of Yarn, Impala, and their dependent services, and don't deploy client configuration. Default is false (i.e., by default, the services are restarted and client configuration is deployed). |