Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Are there some standard test cases once the I install a 5 node hortonworks hadoop cluster? Any help

avatar
Expert Contributor

I have installed hortonworks hdp platform on 5 node cluster.

1 ACCEPTED SOLUTION

avatar
Guru

@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

View solution in original post

3 REPLIES 3

avatar
Guru

@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

avatar
Expert Contributor

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?

avatar
Guru

@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.

https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.0/bk_command-line-upgrade/content/run-hadoop-...