Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldWhat is it used forSample Values
name the name of the service. A name has to be unique among all the services that are included in the stack definition containing the service.
HDFS
displayNamethe display name of the service
HDFS
versionthe version of the service. name and version together uniquely identify a service. Usually, the version is the version of the service binary itself.
2.1.0.2.0
componentsthe list of component that the service is comprised of<check out HDFS metainfo>
osSpecificsOS specific package information for the service<check out HDFS metainfo>
commandScriptservice level commands may also be defined. The command is executed on a component instance that is a client<check out HDFS metainfo>
commenta short description describing the service
Apache Hadoop Distributed File System
requiredServiceswhat other services that should be present on the cluster<check out HDFS metainfo>
configuration-dependenciesconfiguration files that are expected by the service (config files owned by other services are specified in this list)<check out HDFS metainfo>
restartRequiredAfterRackChangeRestart Required After Rack Changetrue / false
configuration-dirUse this to specify a different config directory if not 'configuration'-

 


service/components
- A service contains several components. The fields associated with a component are:

FieldWhat is it used forSample Values
namename of the component
HDFS
displayNamedisplay name of the component.
HDFS
categorytype of the component - MASTER, SLAVE, and CLIENT
2.1.0.2.0
commandScriptapplication wide commands may also be defined. The command is executed on a component instance that is a client<check out HDFS metainfo>
cardinalityallowed/expected number of instancesFor example, 1-2 for MASTER, 1+ for Slave
reassignAllowedwhether the component can be reassigned / moved to a different host.true / false
versionAdvertiseddoes the component advertise its version - used during rolling/express upgrade
Apache Hadoop Distributed File System
timelineAppidThis will be the component name under which the metrics from this component will be collected.<check out HDFS metainfo>
dependenciesthe list of components that this component depends on<check out HDFS metainfo>
customCommandsa set of custom commands associated with the component in addition to standard commands. RESTART_LLAP (Check out HIVE metainfo)restartRequiredAfterRackChangeRestart Required After Rack Changetrue / false

service/osSpecifics - OS specific package names (rpm or deb packages)

...