Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@locus.apache.org Received: (qmail 38379 invoked from network); 1 May 2008 16:50:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 May 2008 16:50:00 -0000 Received: (qmail 16467 invoked by uid 500); 1 May 2008 16:50:02 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 16446 invoked by uid 500); 1 May 2008 16:50:02 -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 16435 invoked by uid 99); 1 May 2008 16:50:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2008 09:50:02 -0700 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,URIBL_RHS_DOB,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of daniel.leffel@gmail.com designates 72.14.220.153 as permitted sender) Received: from [72.14.220.153] (HELO fg-out-1718.google.com) (72.14.220.153) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2008 16:49:17 +0000 Received: by fg-out-1718.google.com with SMTP id 13so1449748fge.35 for ; Thu, 01 May 2008 09:49:30 -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=oSPWj4OruxXq6whJOsgeC7NnWiTWQZhf8uBnyZMDmoA=; b=mwph2YWjUpY0pBYEmfYsFfN95XUGfJIAVv5hIOnBW9OkQrNZLR52Gg3o5EP4utytwCBt2n47Gc62cWZV985l8LrqX+7haknFafOaYgifIsN5kuCq1Z+4Hgf0AvRuu90zC1a8dQEsE+Cp4ZzUlQnKLx2HdF/9R6/DehKQQj+O4uQ= 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=pJEQl0RSGPhWq0cvpPIOG1kXbWFOy3CqNv4UxCx1TPPta2lpyq+7sgUo7vHqFftQqng+TTUT/2IlBeFNCsNmMnqU8e57eYckvVHkL6UzQ9f79x4DOyHjuMaxoT20DD/ZLlRoP8H3Cmc7qQupOrte/LTIAW0CX8VdTFDNJ9fFrKE= Received: by 10.86.78.4 with SMTP id a4mr3593947fgb.17.1209660570025; Thu, 01 May 2008 09:49:30 -0700 (PDT) Received: by 10.86.95.16 with HTTP; Thu, 1 May 2008 09:49:29 -0700 (PDT) Message-ID: <25e5a0c00805010949w62b641a2q492c17a3904943ff@mail.gmail.com> Date: Thu, 1 May 2008 09:49:29 -0700 From: "Daniel Leffel" To: hbase-user@hadoop.apache.org Subject: Re: HBase Master only listening to Local Connections on 60000? In-Reply-To: <25e5a0c00805010932o18541ac3ud3e44414ada7d741@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_12048_5779706.1209660570027" References: <25e5a0c00805010932o18541ac3ud3e44414ada7d741@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_12048_5779706.1209660570027 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Actually, I did find something curious in the master log with debug turned on: 2008-05-01 11:05:56,407 INFO org.apache.hadoop.ipc.metrics.RpcMetrics: Initializing RPC Metrics with hostName=60000, port=60000 2008-05-01 11:05:56,482 INFO org.apache.hadoop.hbase.HMaster: HMaster initialized on 127.0.0.1:60000 hostname 60000? but then the next line shows localhost? On Thu, May 1, 2008 at 9:32 AM, Daniel Leffel wrote: > Not sure what's going on with this and thought I'd ask. I can't find any > rationale for this on the wiki or in the logs. > > I've begun to set up our production environment which is a multi-node > setup. (To-date our development environment was a single node in > psudeo-distributed mode). > > The HBase master is listening on port 60000 only for connections that are > local and is refusing remote connections. All the other services on the box > (60010,600020 and 600030) listen both locally and remotely. There's no > firewall on the box. > > In the hbase-site.xml, I've specificed hbase.master to be [hostname]:60000 > > Any ideas? > ------=_Part_12048_5779706.1209660570027--