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 3424ABD53 for ; Thu, 12 Jan 2012 16:20:45 +0000 (UTC) Received: (qmail 36876 invoked by uid 500); 12 Jan 2012 16:20:43 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 36003 invoked by uid 500); 12 Jan 2012 16:20:35 -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 35994 invoked by uid 99); 12 Jan 2012 16:20:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2012 16:20:32 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of opus111@gmail.com designates 209.85.212.41 as permitted sender) Received: from [209.85.212.41] (HELO mail-vw0-f41.google.com) (209.85.212.41) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2012 16:20:25 +0000 Received: by vbnl22 with SMTP id l22so587641vbn.14 for ; Thu, 12 Jan 2012 08:20:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=LUn88fuXy4B5W9WqcRCSCEpI1SCPgBowTQzYheOjYiw=; b=WL1Raa5rZdaJUzwKQmEgs1+uYWSkMJczlqrdRmyB/BN+93/3mGoJuhBMuOZh/l2nz6 BIXhdzqidzGU/c2v3S+zIstIJxhHmsJ6IH+1a12lfFtHjMA/xJ8V2z0y71ikKr3GwU7i SF6pXEUGw11BisUz8Yh5z7mrBBCY2mR1SE6+o= Received: by 10.52.33.12 with SMTP id n12mr2144528vdi.5.1326385204303; Thu, 12 Jan 2012 08:20:04 -0800 (PST) Received: from Hemiola.local (static-71-174-62-39.bstnma.fios.verizon.net. [71.174.62.39]) by mx.google.com with ESMTPS id hm8sm4651986vdb.3.2012.01.12.08.20.02 (version=SSLv3 cipher=OTHER); Thu, 12 Jan 2012 08:20:03 -0800 (PST) Message-ID: <4F0F0831.6090403@gmail.com> Date: Thu, 12 Jan 2012 11:20:01 -0500 From: Peter Wolf User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 MIME-Version: 1.0 To: user@hbase.apache.org Subject: EC2 remote client woes Content-Type: multipart/alternative; boundary="------------030903010106090605010707" --------------030903010106090605010707 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Still no love... Any suggestions? I'm on EC2, and I am trying to set up a Pseudo-Distributed HBaser Server on one machine, and access it from another. Both machines are EC2. I have already found the doc below, and I followed the instructions http://hbase.apache.org/book.html#client_dependencies My server is up and running, and I can access it from an 'hbase shell' on the machine. The hbase-site.xml is ... hbase.zookeeper.quorum ip-XX-YYY-Z-QQQ.ec2.internal hbase.cluster.distributed true hbase.rootdir hdfs://localhost/hbase The client machine hbase-site.xml is... hbase.zookeeper.quorum ip-XX-YYY-Z-QQQ.ec2.internal.ec2.internal Pseudo Distributed Server And when I try 'hbase shell' remotely, I get this... hbase(main):001:0> status 'detailed' 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. --------------030903010106090605010707--