Create Host Component

Back to Resources

Summary

Create the host component named “:componentName” on the host named “:hostName”.

POST clusters/:clusterName/hosts/:hostName/host_components/:componentName

Response

Example

Create the NAMENODE host component on the host named “h1”.

POST clusters/c1/hosts/h1/host_components/NAMENODE

201 Created