is there a standard way to do so? are there any examples? thanks
On Mon, Feb 4, 2013 at 3:00 PM, Jean-Marc Spaggiari <[email protected] > wrote: > Hi Vinod, > > Another way can be to extend the existing load balancer and to add the > logic to spread your table only on the servers you want? > > JM > > 2013/2/4, T Vinod Gupta <[email protected]>: > > hi, > > in a distributed hbase setup with multiple (just a few) tables, is it > > possible to assign a table to a specific node or set of nodes (region > > servers)? > > > > the scenario im trying to address is that - i have a process that > accesses > > only 1 table and that process has very high requirements for throughput > and > > SLAs to meet. So if i want to isolate it from the other tables that may > > have heavy transactions (or bursts of transactions) happening, then whats > > the best approach? > > > > one way of accomplishing is to have a separate hbase setup for this > > application. but then it means managing different installations and > > servicing them. also, the application uses other tables to load data into > > this key table that is supporting api request traffic. so the app will > have > > to talk to 2 different zoo keepers. not the ideal solution it seems. > > > > thanks > > >
