Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@locus.apache.org Received: (qmail 97156 invoked from network); 17 Mar 2008 07:53:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Mar 2008 07:53:08 -0000 Received: (qmail 68072 invoked by uid 500); 17 Mar 2008 07:53:06 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 68051 invoked by uid 500); 17 Mar 2008 07:53:05 -0000 Mailing-List: contact hbase-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-user@hadoop.apache.org Delivered-To: mailing list hbase-user@hadoop.apache.org Received: (qmail 68042 invoked by uid 99); 17 Mar 2008 07:53:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 00:53:05 -0700 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,URIBL_RHS_DOB X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of earzur@gmail.com designates 209.85.200.174 as permitted sender) Received: from [209.85.200.174] (HELO wf-out-1314.google.com) (209.85.200.174) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Mar 2008 07:52:16 +0000 Received: by wf-out-1314.google.com with SMTP id 27so5634240wfd.2 for ; Mon, 17 Mar 2008 00:52:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=tQwTUjmohHAv0YUojZ/Nd8X72vh1/aykrpoA7eGWhkY=; b=k4Y/W+VRoXuSEcX2JKzWQ8xmVpg4Uhtuh46vs7093ZplOzLo2KWFtifG5aHNNxpJeci+3B681/i+YL0g6g4MTj1NcDjJqqti+qvtQ4rH9mHiUkKPAn0bgnfT9EPv6LqC3QilfxUt5wRMminioYicV6n0NYys+oOgyeuZHShHL0A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=togIit6bDET+g2+f3XYGbfz8XryY0VVb/fpGZxu5brq/hbNOB7LTYaOaO3hFl5dCHft9agDtx3JfX+uffBo1vBTd5SNzYuJBOCvZhuB7DA9IYoieioU+0nO/7WbgqHZpmmN9FRb2nUWV+OQbQiCZ3s/R2onG0M51e9FCHUetG1o= Received: by 10.142.43.7 with SMTP id q7mr5734642wfq.67.1205740353814; Mon, 17 Mar 2008 00:52:33 -0700 (PDT) Received: by 10.143.163.18 with HTTP; Mon, 17 Mar 2008 00:52:33 -0700 (PDT) Message-ID: Date: Mon, 17 Mar 2008 08:52:33 +0100 From: "Erwan Arzur" To: hbase-user@hadoop.apache.org Subject: Re: Simple startup! In-Reply-To: <74f4d40b0803141246w14c813f3i14b39282c7a950d3@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14392_22538429.1205740353800" References: <74f4d40b0803141203k7bb2fa71t4d3e1afad9808c47@mail.gmail.com> <74f4d40b0803141246w14c813f3i14b39282c7a950d3@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_14392_22538429.1205740353800 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline How does it work if you change localhost to erik0.streamy.com (provided you have properly setup DNS) in hadoop-site.xml ? It seems the hadoop lib makes lots or use of InetAddress.getLocalHost() to setup default listening sockets, which doesn't return 127.0.0.1. So having the configuration files using localhost just confuses the daemons. Make sure you have these setup too: HBASE_CONF_DIR= HADOOP_CONF_DIR= It seems like your hbase shell doesn't know where to connect to. ------=_Part_14392_22538429.1205740353800--