What version of HBase are you testing?

Is it literally 0 vs N assignments?

On Mon, Mar 14, 2011 at 1:18 PM, Weiwei Xiong <xion...@gmail.com> wrote:
> Thanks!
>
> I checked the master log and found some info like this:
> " timestamp ***, INFO org.apache.hadoop.hbase.master.HMaster: balance
> hri=***, src=***, dst=*** "
>
> So I assume the balancer is running. There's no failing info there, but I
> didn't see the regions were actually balanced as the log states.
>
> Is it possible that I have been keeping dumping data into the table thus the
> balancing won't work?
>
> Thanks,
> -- Weiwei
>
> On Mon, Mar 14, 2011 at 12:15 PM, Stack <st...@duboce.net> wrote:
>
>> Check the master log.  See if the load balancer is running or not.  It
>> usually runs every 5 minutes by default.  It may not run if regions
>> are transitioning.  It'll log regardless.
>>
>> St.Ack
>>
>> On Mon, Mar 14, 2011 at 10:50 AM, Weiwei Xiong <xion...@gmail.com> wrote:
>> > Hi,
>> >
>> > I recently set up a 2-node Hadoop and HBase cluster and am trying to load
>> > data into my HBase table using HBase client.
>> >
>> > The issue bothers me is that the data are always written into one node of
>> > the cluster, i.e., all the regions of the hbase table are on one node.
>> >
>> > Is there any configuration I need to change for make the load balanced?
>> >
>> > Thanks,
>> > -- w
>> >
>>
>

Reply via email to