You'd be fighting with HBase if you want one HBase instance and try something like you described. You'd be better off splitting your machines in multiple clusters...
J-D On Mon, Jun 13, 2011 at 6:29 AM, Shuja Rehman <[email protected]> wrote: > Hi All. > > 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? > > Thanks > -- > Regards > Shuja-ur-Rehman Baig > <http://pk.linkedin.com/in/shujamughal> >
