Represents an instantiation of an external account type, referencing a supported
external account type, via the typeName field, along with suitable configuration to
access an external resource of the provided type.
A host template belongs to a cluster and contains a set of role config
groups for slave roles (such as DataNodes and TaskTrackers) from services
in the cluster.
If true, Cloudera Manager creates a remote user using the given
username/password and stores the created user in local DB for use in later
communication.
Deprecated.This endpoint is not supported as of v6. Use the timeseries API
instead. To get all metrics for a host with the timeseries API use
the query:
'select * where hostId = $HOST_ID'.
To get specific metrics for a host use a comma-separated list of
the metric names as follows:
'select $METRIC_NAME1, $METRIC_NAME2 where hostId = $HOST_ID'.
Deprecated.This endpoint is not supported as of v6. Use the timeseries API
instead. To get all metrics for a nameservice with the timeseries API use
the query:
'select * where nameserviceName = $NAMESERVICE_NAME'.
To get specific metrics for a nameservice use a comma-separated list of
the metric names as follows:
'select $METRIC_NAME1, $METRIC_NAME2 where nameserviceName = $NAMESERVICE_NAME'.
Deprecated.This endpoint is not supported as of v6. Use the timeseries API
instead. To get all metrics for a role with the timeseries API use
the query:
'select * where roleName = $ROLE_NAME'.
To get specific metrics for a role use the query:
'select $METRIC_NAME1, $METRIC_NAME2 where roleName = $ROLE_NAME'.
Deprecated.This endpoint is not supported as of v6. Use the timeseries API
instead. To get all metrics for a service with the timeseries API use
the query:
'select * where serviceName = $SERVICE_NAME'.
To get specific metrics for a service use a comma-separated list of
the metric names as follows:
'select $METRIC_NAME1, $METRIC_NAME2 where serviceName = $SERVICE_NAME'.
Not needed in CM 5.0.0 Release, since Impala Catalog Database
is not yet available in CDH as of this release.
Create the Impala Catalog Database tables.
Command to do a rolling upgrade of specific services in the given cluster
This command does not handle any services that don't support rolling
upgrades.