You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Erik Onnen <eo...@gmail.com> on 2011/05/16 20:14:06 UTC

HDFS Balancer and HBase

Is there any reason why running an HDFS balancer on the filesystem
used for HBase would be considered bad practice? Doesn't seem so to me
at face value but I wanted to be sure it seemed sane before enabling
it.

Thanks,
-erik

Re: HDFS Balancer and HBase

Posted by Jean-Daniel Cryans <jd...@apache.org>.
It would move blocks that are used by the local region servers,
messing up your block locality. That the first reason I can think of.

J-D

On Mon, May 16, 2011 at 11:14 AM, Erik Onnen <eo...@gmail.com> wrote:
> Is there any reason why running an HDFS balancer on the filesystem
> used for HBase would be considered bad practice? Doesn't seem so to me
> at face value but I wanted to be sure it seemed sane before enabling
> it.
>
> Thanks,
> -erik
>

Re: HDFS Balancer and HBase

Posted by Erik Onnen <eo...@gmail.com>.
We're only at about .4 network capacity during peak load so I don't
think we'll cause network issues. Disk I/O may be another story but
network will be fine I suspect.

On Mon, May 16, 2011 at 11:16 AM, Stack <st...@duboce.net> wrote:
> Should be fine.  Don't run it at a high rate or the network traffic
> will drag on your hbase serving.
> St.Ack
>
> On Mon, May 16, 2011 at 11:14 AM, Erik Onnen <eo...@gmail.com> wrote:
>> Is there any reason why running an HDFS balancer on the filesystem
>> used for HBase would be considered bad practice? Doesn't seem so to me
>> at face value but I wanted to be sure it seemed sane before enabling
>> it.
>>
>> Thanks,
>> -erik
>>
>

Re: HDFS Balancer and HBase

Posted by Stack <st...@duboce.net>.
Should be fine.  Don't run it at a high rate or the network traffic
will drag on your hbase serving.
St.Ack

On Mon, May 16, 2011 at 11:14 AM, Erik Onnen <eo...@gmail.com> wrote:
> Is there any reason why running an HDFS balancer on the filesystem
> used for HBase would be considered bad practice? Doesn't seem so to me
> at face value but I wanted to be sure it seemed sane before enabling
> it.
>
> Thanks,
> -erik
>