Created 09-09-2013 02:46 AM
I want to stop the Cloudera Management Services via CLI. how can this be done?
It is required that i use ansible to create a complete update command that will do the rest automaticaly.
So i need the stop & stard Cloudera Management Services via CLI
Created 09-09-2013 07:11 AM
The best way would be by using the CM API. Here is a handy blog entry describing how to use the API:
http://blog.cloudera.com/blog/2012/09/automating-your-cluster-with-cloudera-manager-api/
Also, we have v2 of the API out now, which is described here:
http://cloudera.github.io/cm_api/apidocs/v2/index.html
View solution in original post