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.