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 CC9249984 for ; Thu, 13 Oct 2011 17:34:17 +0000 (UTC) Received: (qmail 67054 invoked by uid 500); 13 Oct 2011 17:34:16 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 67023 invoked by uid 500); 13 Oct 2011 17:34:16 -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 67015 invoked by uid 99); 13 Oct 2011 17:34:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2011 17:34:16 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jdcryans@gmail.com designates 209.85.160.169 as permitted sender) Received: from [209.85.160.169] (HELO mail-gy0-f169.google.com) (209.85.160.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Oct 2011 17:34:08 +0000 Received: by gyf3 with SMTP id 3so140620gyf.14 for ; Thu, 13 Oct 2011 10:33:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=A/ADEDOR5GqJQ2D1KkmUsMFCNSfZAypZdSHKm4f2L9I=; b=Z7xDQvQSug5pb9JMvaNrVi6q00eJoSOIGkQMd4Qk19Rp4Tm0cOLMFEeJbeEGgU8EZQ EgjuySaIfbEIKWL1wGwhKRETUdSX7qNlWx37DCROjjgCPG+drKETdhJA6P5T0TsZqpCB eKiTdLziO4DVLvJ4zld5be+MmHjn9x/D6LoWA= MIME-Version: 1.0 Received: by 10.101.148.40 with SMTP id a40mr979513ano.2.1318527227529; Thu, 13 Oct 2011 10:33:47 -0700 (PDT) Sender: jdcryans@gmail.com Received: by 10.100.38.16 with HTTP; Thu, 13 Oct 2011 10:33:47 -0700 (PDT) In-Reply-To: References: Date: Thu, 13 Oct 2011 10:33:47 -0700 X-Google-Sender-Auth: yyFJq0VC3WvUXGr2f-tMtASKUuY Message-ID: Subject: Re: problem in starting in Hbase From: Jean-Daniel Cryans To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=0016e6d2672506086d04af318b90 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d2672506086d04af318b90 Content-Type: text/plain; charset=ISO-8859-1 Have you done what the exception message tells you to do? It's related to ZooKeeper, not HDFS. J-D On Wed, Oct 12, 2011 at 2:58 PM, Jignesh Patel wrote: > I have following setup in my hbase-site.xml > > > hbase.rootdir > hdfs://localhost:9000/hbase > > > dfs.replication > 1 > > > > but when I started the Hbase I got following error. > > ERROR: org.apache.hadoop.hbase.ZooKeeperConnectionException: HBase is able > to connect to ZooKeeper but the connection closes immediately. This could > be > a sign that the server has too many connections (30 is the default). > Consider inspecting your ZK server logs for that error and then make sure > you are reusing HBaseConfiguration as often as you can. See HTable's > javadoc > for more information. > > My OS: Max Lion X > HBase Version : 0.90.4 > > The above error comes when I have either Hadoop running in sinlge node > setup > or it ain't running. > > -Jignesh > --0016e6d2672506086d04af318b90--