apiService
A service (such as HDFS, MapReduce, HBase) runs in a cluster. It has roles, which are the actual entities (NameNode, DataNodes, etc.) that perform the service's functions.
HDFS services and health checks
In CDH4, HDFS services may not present any health checks. This will happen if the service has more than one nameservice configured. In those cases, the health information will be available by fetching information about the nameservices instead.The health summary is still available, and reflects a service-wide summary.
JSON
property | type | description |
---|---|---|
name | name (string) | The name of the service. |
type | type (string) | The type of the service, e.g. HDFS, MAPREDUCE, HBASE. |
clusterRef | clusterRef (apiClusterRef) | Readonly. A reference to the enclosing cluster. |
serviceState | serviceState (apiServiceState) | Readonly. The configured run state of this service. Whether it's running, etc. |
healthSummary | healthSummary (apiHealthSummary) | Readonly. The high-level health status of this service. |
configStale | configStale (boolean) | Readonly. Expresses whether the service configuration is stale. |
healthChecks | array of healthChecks (apiHealthCheck) | Readonly. The list of health checks of this service. |
serviceUrl | serviceUrl (string) | Readonly. Link into the Cloudera Manager web UI for this specific service. |
maintenanceMode | maintenanceMode (boolean) | Readonly. Whether the service is in maintenance mode. Available since API v2. |
maintenanceOwners | array of maintenanceOwners/maintenanceOwners (apiEntityType) | Readonly. The list of objects that trigger this service to be in maintenance mode. Available since API v2. |
config | config (apiServiceConfig) | Configuration of the service being created. Optional. |
roles | array of roles/roles (apiRole) | The list of service roles. Optional. |
displayName | displayName (string) | The display name for the service that is shown in the UI. Available since API v2. |
roleConfigGroups | array of roleConfigGroups (apiRoleConfigGroup) | The list of role configuration groups in this service. Optional. Available since API v3. |