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.

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 🙂