On Mon, Jun 13, 2011 at 6:29 AM, Shuja Rehman <[email protected]> wrote: > I have a question about logical division of hbase cluster, means dividing > the region servers w.r.t tables. This means that If I have let say 10 > computers in cluster then table t1,t2 should be handled by c1,c3,c7 region > servers and all data related to these tables should be placed on these > servers and table t3,t6 should be handled by rest of servers. The goal is to > distribute specific data to specific region servers. SO is it possible to > do? If yes then how? and if No then what other approach can be use? >
Not possible currently. I'll spare asking you why you would want to do this. You'd need to insert your own balancing algorithm. St.Ack
