Created 01-30-2018 08:10 PM
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
Created 01-30-2018 08:19 PM
You likely want to use the RegionServer Groups feature: http://hbase.apache.org/book.html#rsgroup
Created 01-30-2018 08:19 PM
You likely want to use the RegionServer Groups feature: http://hbase.apache.org/book.html#rsgroup
Created 01-30-2018 08:27 PM
thank you @Josh Elser 🙂