Yes. See the following method in HBaseAdmin: public boolean balancer()
On Fri, Sep 5, 2014 at 9:38 AM, Jianshi Huang <[email protected]> wrote: > Thanks Ted! > > Didn't know I still need to run the 'balancer' command. > > Is there a way to do it programmatically? > > Jianshi > > > > On Sat, Sep 6, 2014 at 12:29 AM, Ted Yu <[email protected]> wrote: > > > After splitting the region, you may need to run balancer to spread the > new > > regions out. > > > > Cheers > > > > > > On Fri, Sep 5, 2014 at 9:25 AM, Jianshi Huang <[email protected]> > > wrote: > > > > > Hi Shahab, > > > > > > I see, that seems to be the right way... > > > > > > > > > On Sat, Sep 6, 2014 at 12:21 AM, Shahab Yunus <[email protected]> > > > wrote: > > > > > > > Shahab > > > > > > > > > > > > > > > > > > -- > > > Jianshi Huang > > > > > > LinkedIn: jianshi > > > Twitter: @jshuang > > > Github & Blog: http://huangjs.github.com/ > > > > > > > > > -- > Jianshi Huang > > LinkedIn: jianshi > Twitter: @jshuang > Github & Blog: http://huangjs.github.com/ >
