Support Questions

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

HBase how to configure the table location ?

avatar
Contributor

Hi !

I need to store some HBase tables/namespace in a dedicated servers in a large cluster.

So how can we configure it? How can we dedicate only 2 servers for some tables/namespace, on a cluster of 10 servers?

Thanks

1 ACCEPTED SOLUTION

avatar
Super Guru

You likely want to use the RegionServer Groups feature: http://hbase.apache.org/book.html#rsgroup

View solution in original post

2 REPLIES 2

avatar
Super Guru

You likely want to use the RegionServer Groups feature: http://hbase.apache.org/book.html#rsgroup

avatar
Contributor

thank you @Josh Elser 🙂