From user-return-35962-apmail-hbase-user-archive=hbase.apache.org@hbase.apache.org Thu May 2 13:59:03 2013 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 1BCBEF29F for ; Thu, 2 May 2013 13:59:03 +0000 (UTC) Received: (qmail 5359 invoked by uid 500); 2 May 2013 13:59:00 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 4888 invoked by uid 500); 2 May 2013 13:59:00 -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 4861 invoked by uid 99); 2 May 2013 13:58:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 May 2013 13:58:59 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of baishen.lists@gmail.com designates 74.125.82.48 as permitted sender) Received: from [74.125.82.48] (HELO mail-wg0-f48.google.com) (74.125.82.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 May 2013 13:58:54 +0000 Received: by mail-wg0-f48.google.com with SMTP id f11so609211wgh.27 for ; Thu, 02 May 2013 06:58:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=3WU+4wj3hhgiUp6dahkcHgDXduytve8OcfErhgIkACQ=; b=WOd9D2beS7mvXbPznjqV0JfRMl8iZPYcE7MOpdn7UI70GEdYeUSPmmaygrKw22WLA3 V02T2DnRwkkmKRoSyLAy3z5PIeS0h8PCBwiP8KYO7FjWBTYC2lcieDvHHIDls+a22a7Y NhqFLayNHLCf2kvJ5TvxD936Yvi7eLcUS9REQ9nPakFK0x2pG1K5mvgqZwa1sI3w3GvE P0K0jcuQ7Aw+40Ntd9Dy19W+3Dc8+lP8cueGAX1p6KNHuvrebw7MCxWnY8ZxXU3j9fvf 8G5s5EfwOXlC3sy0eGa9teqz4rw3jB7mIJYaCwZT+r6MVQOlZF9T3rRYxp5rep+wZsZc MHsQ== MIME-Version: 1.0 X-Received: by 10.194.11.70 with SMTP id o6mr8157092wjb.29.1367503113083; Thu, 02 May 2013 06:58:33 -0700 (PDT) Received: by 10.194.94.106 with HTTP; Thu, 2 May 2013 06:58:33 -0700 (PDT) In-Reply-To: References: Date: Thu, 2 May 2013 09:58:33 -0400 Message-ID: Subject: Re: Gora not finding HBase master From: Bai Shen To: user@nutch.apache.org, user@hbase.apache.org, user@gora.apache.org Content-Type: multipart/alternative; boundary=047d7b5d456c48e2b604dbbca1b1 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b5d456c48e2b604dbbca1b1 Content-Type: text/plain; charset=ISO-8859-1 It turned out to be an /etc/hosts issue. I needed to remove the hbase host name from 127.0.0.1 and add a separate line with the machines ip and host name. Then I had to duplicate that on the Nutch machine. On Thu, May 2, 2013 at 9:29 AM, Bai Shen wrote: > Apologies for the cross posting, but I'm not sure where the configuration > I'm missing lies. > > I have Nutch 2.1 connecting to HBase 0.90.6 with everything running > locally on the same machine. Now I'm trying to move them to separate > machines. > > I added hbase.zookeeper.quorum in the Nutch hbase-site.xml to point to > the HBase server. The HBase logs show the client connection from Nutch, > but then I get a hbase MasterNotRunningException: localhost:50712 > > As far as I can tell, Zookeeper is defaulting to returning localhost for > the HBase server. Where is the setting to change this? > > Thanks. > --047d7b5d456c48e2b604dbbca1b1--