I am using hbase-0.90.4 and zookeeper-3.4.5 Please find the pastebin link here. I copied my master log there. http://pastebin.com/jpuZqHnT
I could find few balancer related lines but, the appropriate action (i.e moving appropriate number of regions to other server ) is not reflected in the web UI http://<hostname>:60010. All the tables that i created are residing on the same machine-1. On Fri, Aug 23, 2013 at 7:36 PM, Ted Yu <[email protected]> wrote: > What version of HBase are you using ? > > Can you search in master log for balancer related lines ? > > Thanks > > > On Fri, Aug 23, 2013 at 7:00 AM, Vamshi Krishna <[email protected] > >wrote: > > > Hello all, > > I set up a 2 node hbase cluster. I inserted million rows in > to > > hbase table. Machine1-master and region server > > machine-2-only region server. > > After the insertion completed, Still i see the 4 regions formed for the > > inserted table are residing on the machine -1 only. I waited more than 5 > > minutes, as the default balancer period is 5min from hbase apache > > documentation. But, still i notice all the 4 regions of the table are on > > machine-1 only. not distributed automatically. > > I even enabled the balancer from shell using "balance_switch true" > but > > no result even after 5 min. > > > > Could any one tell me why is it happening so.? > > > > > > -- > > *Regards* > > * > > Vamshi Krishna > > * > > > -- *Regards* * Vamshi Krishna *
