# Service Resources
Service resources are services of a Hadoop cluster (e.g. HDFS, MapReduce and Ganglia). Service resources are sub-resources of clusters.
###API Summary
- [List services](services.md)
- [View service information](services-service.md)
- [Create service](create-service.md)
- [Update services](update-services.md)
- [Update service](update-service.md)
###Properties
State |
Description |
INIT |
The initial clean state after the service is first created. |
INSTALLING |
In the process of installing the service. |
INSTALL_FAILED |
The service install failed. |
INSTALLED |
The service has been installed successfully but is not currently running. |
STARTING |
In the process of starting the service. |
STARTED |
The service has been installed and started. |
STOPPING |
In the process of stopping the service. |
UNINSTALLING |
In the process of uninstalling the service. |
UNINSTALLED |
The service has been successfully uninstalled. |
WIPING_OUT |
In the process of wiping out the installed service. |
UPGRADING |
In the process of upgrading the service. |
MAINTENANCE |
The service has been marked for maintenance. |
UNKNOWN |
The service state can not be determined. |
###Starting a Service
A service can be started through the API by setting its state to be STARTED (see [update service](update-service.md)).
###Stopping a Service
A service can be stopped through the API by setting its state to be INSTALLED (see [update service](update-service.md)).