I am having a cluster like below -
- 3 Hbase Master (1 Active & 2 standby)
- 4 Region Servers
- 4 Data Nodes
- 1 Primary & 1 Secondary Name Node
- 3 Journal Node
- 4 Nodemanager
- 3 Resource Manager (1 Active & 2 standby)
Query 1
What should be the order of stopping, upgrading & starting of components if I am manually upgrading the package via "1 Click" package as mentioned here? Is it like below:-
- Stop, Upgrade & Start all data nodes one by one.
- Stop, Upgrade & Start region servers one by one
- Stop, Upgrade & Start Upgrade HBase standby nodes one by one
- Stop, Upgrade & Start Secondary Name Node
- Upgrade Primary Name Node
- Upgrade Journal Nodes
- Upgrade HBase Master
- Stop, Upgrade & Start standby Resource Manager one by one
- Stop, Upgrade & Start Active Resource Manager
- Stop, Upgrade & Start Nodemanagers one by one.
Query 2
If I don't follow any order and update the services in the nodes in parallel, will I face any issue (as this is just a minor version upgrade)?
Query 3
If I am taking the entire cluster down by stopping all the services in all the nodes and upgrading and then starting? What order should I follow while starting the services?