- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are there some standard test cases once the I install a 5 node hortonworks hadoop cluster? Any help
- Labels:
-
Hortonworks Data Platform (HDP)
Created 06-26-2017 06:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have installed hortonworks hdp platform on 5 node cluster.
Created 06-26-2017 11:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.