Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Question regarding client installation/deletions on datanodes

avatar
Expert Contributor

Hello All,

We have a cluster with 160+ nodes. We are planning for an rolling upgrade from HDP 2.5 to 2.6 using ambari. We have edgenodes where all the clients has been installed. In addition, we also have clients installed on all the datanodes (150+ nodes) like HDFS client, Zookeeper client etc.

If you review the below link, we could see that ambari does validate the services multiple times by running service checks during upgrade process.

https://docs.hortonworks.com/HDPDocuments/Ambari-2.6.0.0/bk_ambari-upgrade/content/upgrading_HDP_per...

This will consume a lot of time during the upgrade. We can minimize the time by limiting the clients service checks.

Do we really need all the clients to be installed on the datanodes? If we remove the clients from datanodes, will there be any impact on the cluster in terms of functionality. If there is no impact then what all clients can be removed .

Appreciate your input!!

1 ACCEPTED SOLUTION

avatar
Super Guru
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login
5 REPLIES 5

avatar
Expert Contributor

We are now sure that we can't remove the clients from Datanodes as our applications will start failing.

So, is there any way we can skip the service checks during the rolling upgrade process.

avatar
Super Guru
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login

avatar
Expert Contributor

@Aditya Sirna

Thanks for the response. Could there be any downside of skipping the service check during rolling upgrade.

avatar
Super Guru

@Shyam Shaw,

There should not be any issue because of this. Please check Error Handling in the doc

https://community.hortonworks.com/articles/2473/rolling-upgrade-express-upgrade-in-ambari.html

avatar
Expert Contributor

@Aditya Sirna

Thanks for the information.