Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 06-26-2017 06:55 PM
I have installed hortonworks hdp platform on 5 node cluster.
Created 06-26-2017 11:58 PM
@dhieru singh, if this is Ambari installed cluster, you can run service checks as below to validate cluster state.
https://community.hortonworks.com/articles/11852/ambari-api-run-all-service-checks-bulk.html
Created 06-26-2017 11:58 PM
@dhieru singh, if this is Ambari installed cluster, you can run service checks as below to validate cluster state.
https://community.hortonworks.com/articles/11852/ambari-api-run-all-service-checks-bulk.html
Created 06-27-2017 04:00 PM
Thanks @yvora, I just checked it and looks good for my use, however is there any help if it is not a Ambari installed cluster?
Created 06-27-2017 06:24 PM
@dhieru singh, In this case, you will need to validate each service manually. Typically, smoke tests perform below checks.
* Check whether service is up or not
* If it has UI , check if UI page is accessible or not
* Run a simple sanity use case ( like submit sleep job in case of Hadoop )
Example: Follow below doc to validate health of Hadoop services manually.