Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 378ACFD1B for ; Fri, 19 Apr 2013 05:49:19 +0000 (UTC) Received: (qmail 56572 invoked by uid 500); 19 Apr 2013 05:49:14 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 56219 invoked by uid 500); 19 Apr 2013 05:49:14 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 56187 invoked by uid 99); 19 Apr 2013 05:49:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Apr 2013 05:49:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zhoushuaifeng@gmail.com designates 74.125.82.174 as permitted sender) Received: from [74.125.82.174] (HELO mail-we0-f174.google.com) (74.125.82.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Apr 2013 05:49:08 +0000 Received: by mail-we0-f174.google.com with SMTP id u12so3114655wey.33 for ; Thu, 18 Apr 2013 22:48:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=Jk3/YCTYR6YamlEPWpDAy8B0a4OTPS0g/02JqU3nDys=; b=PwMVFPz88Wtlq4hNe0/jfrUVnVAO2+CTNL8a3YrXTcQP8QfVI+NulCski3eBePr7qP 1/mAZ0GQM0Du9bLhkUXxRbYXdsXvZHFVvz312uH4dPJvQ9qmy4slENC8eQyNxfycNlIG 0KgtHvlEn3y90aH/Uuya3P28nj52cDrMvzpPEu6lgInTC487oy861lWTlgKqj0zCjPD/ If2QCB5JBnubEEE5MsLUUrG9DNilZMQaOPSTrNPsurzqx3qL+z+eEERzL6mAdHtIqWkw gZh1fmkjfbIrLnH0IMX4sqdg1YRckKlVjsuwlwjbxW79Vji2pJBY16X2zcaXy5K375nU +VRg== MIME-Version: 1.0 X-Received: by 10.180.206.205 with SMTP id lq13mr22906335wic.21.1366350527574; Thu, 18 Apr 2013 22:48:47 -0700 (PDT) Received: by 10.216.183.6 with HTTP; Thu, 18 Apr 2013 22:48:47 -0700 (PDT) In-Reply-To: References: <201304182301337450586@gmail.com> Date: Fri, 19 Apr 2013 13:48:47 +0800 Message-ID: Subject: Re: setting hdfs balancer bandwidth doesn't work From: =?GB2312?B?1tzLp7fm?= To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a11c382d4d5ba2604dab045a4 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c382d4d5ba2604dab045a4 Content-Type: text/plain; charset=ISO-8859-1 I set bandwidthPerSec = 104857600, but when I add a new data node, and run hadoop balancer, the bandwidth is only 1MB/s, and the datanode log shows that: org.apache.hadoop.hdfs.server. datanode.DataNode: Balancing bandwith is 1048576 bytes/s My hadoop core version is 1.0.3 Thanks 2013/4/19 Thanh Do > What do you mean by "doesn't work"? > > > On Thu, Apr 18, 2013 at 10:01 AM, zhoushuaifeng wrote: > >> ** >> Hi, >> I set the hdfs balance bandwidth from 1048576 to 104857600, but it >> doesn't work, what's wrong? >> Does anyone encounter the same problem? >> Thanks a lot. >> >> >> dfs.balance.bandwidthPerSec >> 104857600 >> >> Specifies the maximum amount of bandwidth that each datanode >> can utilize for the balancing purpose in term of >> the number of bytes per second. >> >> >> >> ------------------------------ >> zhoushuaifeng >> > > --001a11c382d4d5ba2604dab045a4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I set bandwidthPerSec =3D 104857600, but when I add a new data node, and=20 run hadoop balancer, the bandwidth is only 1MB/s, and the datanode log=20 shows that:
org.apache.hadoop.hdfs.server.
datanode.DataN= ode: Balancing bandwith is 1048576 bytes/s

My hadoop core version is 1.0.3

Thanks


2013/4/19 Thanh Do <thanhdo@cs.wisc.edu><= br>
What do you mean by "doesn't work"?


On Thu, Apr 18, 2013 at 10:01 AM, zhoushuaifeng <zhoushuaifeng@gmail.com> wrote:
Hi,
I set the hdfs balance bandwidth from 1048576 to 104857600, but it doe= sn't=20 work, what's wrong?
Does=A0anyone encounter the same problem?
Thanks a lot.
=A0
<property>
=A0=A0<name>dfs.balance.bandwidthPerSec</name>
=A0=A0<value>104857600</value>
=A0=A0<description>
=A0=A0=A0=A0=A0=A0=A0=A0Specifies=A0the=A0maximum=A0amount=A0of=A0band= width=A0that=A0each=A0datanode
=A0=A0=A0=A0=A0=A0=A0=A0can=A0utilize=A0for=A0the=A0balancing=A0purpos= e=A0in=A0term=A0of
=A0=A0=A0=A0=A0=A0=A0=A0the=A0number=A0of=A0bytes=A0per=A0second.
=A0=A0</description>
</property>
=A0

zhoushuaifeng


--001a11c382d4d5ba2604dab045a4--