Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-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 5220F4455 for ; Wed, 11 May 2011 15:18:25 +0000 (UTC) Received: (qmail 62594 invoked by uid 500); 11 May 2011 15:18:23 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 62565 invoked by uid 500); 11 May 2011 15:18:23 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 62557 invoked by uid 99); 11 May 2011 15:18:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2011 15:18:23 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [69.18.222.49] (HELO smtp3.4emm.com) (69.18.222.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2011 15:18:17 +0000 Received: from EX2K7VS03.4emm.local ([192.168.160.203]) by HUB03.4emm.local ([192.168.161.134]) with mapi; Wed, 11 May 2011 11:17:55 -0400 From: Doug Meil To: "user@hbase.apache.org" CC: byambajargal , "cdh-user@cloudera.org" Date: Wed, 11 May 2011 11:18:25 -0400 Subject: RE: What is the recommended number of zookeeper server on 11 nodes cluster Thread-Topic: What is the recommended number of zookeeper server on 11 nodes cluster Thread-Index: AcwP5xyZ4qLYg6bET7W7ReVYkxeK3AAB3NPg Message-ID: <67680900F79B1D4F99C844EE386FC5952823A22776@EX2K7VS03.4emm.local> References: <4DCA83D0.7090809@gmail.com> <4DCA9C45.3030207@kalooga.com> In-Reply-To: <4DCA9C45.3030207@kalooga.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org See the performance section of the HBase book. http://hbase.apache.org/book.html#performance -----Original Message----- From: Ferdy Galema [mailto:ferdy.galema@kalooga.com]=20 Sent: Wednesday, May 11, 2011 10:25 AM To: user@hbase.apache.org Cc: byambajargal; cdh-user@cloudera.org Subject: Re: What is the recommended number of zookeeper server on 11 nodes= cluster A rowcounter is a scan job, so you should use hbase.client.scanner.caching = for better scan performance. (Depending on your value sizes, set to 1000 or= something like that). For us, 1 zookeeper is able to manage our 15node cluster perfectly fine. On 05/11/2011 02:40 PM, byambajargal wrote: > Hello everybody > > I have run a cluster with 11 nodes hbase CDH3u0 and i have 2=20 > zookeeper server in my cluster It seems very slowly when i run the=20 > rowcounter example my question is what is the recommended number of=20 > zookeeper server should i run for 11 nodes cluster > > cheers > > > Byambajargal