Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Moving Hbase region server to new host

avatar
Contributor

I am having 5 region servers in my cluster, I have added an additional 5 region servers,

can I directly decommission the older 5 region server with the help of ambari server, will it cause any data loss in HBase?

 

1 ACCEPTED SOLUTION

avatar
Master Collaborator
2 REPLIES 2

avatar
Master Collaborator

Hi @KPG1 ,

 

I have found a another cloudera article similar to your concern, Please check the below link:

https://community.cloudera.com/t5/Support-Questions/How-to-move-all-the-regions-of-a-region-server-t...

 

StackOverflow;

https://stackoverflow.com/questions/39749517/how-to-force-an-hbase-table-to-a-region-server

 

Regards,

Chethan YM

avatar
Contributor

Hi @ChethanYM ,

Thanks for the help,

gracefully shutting down the region server triggers the hbase Master to perform a bulk assignment of all regions hosted by that region server.

regards,

KPG1