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 C4DBCDC2C for ; Mon, 26 Nov 2012 18:17:30 +0000 (UTC) Received: (qmail 16155 invoked by uid 500); 26 Nov 2012 18:17:28 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 16105 invoked by uid 500); 26 Nov 2012 18:17:28 -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 16097 invoked by uid 99); 26 Nov 2012 18:17:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 18:17:28 +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 dontariq@gmail.com designates 209.85.216.169 as permitted sender) Received: from [209.85.216.169] (HELO mail-qc0-f169.google.com) (209.85.216.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 18:17:23 +0000 Received: by mail-qc0-f169.google.com with SMTP id t2so10294612qcq.14 for ; Mon, 26 Nov 2012 10:17:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=bCC69eTzSsVTdeCn0GowmSSHa0rdO2m2H/bVor6v8rw=; b=ggWjaf3UdwxpjAdf2DczSGKpdXjSLVX7zkvwDyRaKO1ayMKORIYmzQz8LFQMkuKesx D5ytMQqVxqlHoDjbZHI9wnlYAyHR2LBoykEGPrAlZJ/6PfQcteZkXtNDcKRmOBHbmazt L+1QmNQNB1u1OZsEODKtli/VZnvcmR4Qojw2jJXuv+7NW9m3NriQtaY8DuBVxMjzjxI2 02XT+AtUGh2stAmtiiMG0u2PissmaXJL2QAM0kAMsdomTniyuQFLTYGTFVWdtBN/m0bZ VHOVm2Wars5jIX4l0r/edJpWTKqKxPCvDImo/qrPf1/tiMuh3xyd+ERF27qOXBDtcKh1 Ts2g== Received: by 10.224.19.74 with SMTP id z10mr13260792qaa.96.1353953822045; Mon, 26 Nov 2012 10:17:02 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.126.165 with HTTP; Mon, 26 Nov 2012 10:16:21 -0800 (PST) In-Reply-To: References: <1353875832706-4034362.post@n3.nabble.com> From: Mohammad Tariq Date: Mon, 26 Nov 2012 23:46:21 +0530 Message-ID: Subject: Re: Connecting to standalone HBase from a remote client To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=14dae9ccdcb69af46904cf69f095 X-Virus-Checked: Checked by ClamAV on apache.org --14dae9ccdcb69af46904cf69f095 Content-Type: text/plain; charset=ISO-8859-1 I was facing the same issue few months ago, but adding the above specified three properties in my client and IP+Hostname of the machines in my /etc/hosts worked for me. Is is OK? Another question, if HBase is running in pseudo mode, then what's the harm in using localhost in /conf/regionservers?Apologies for my ignorance. Regards, Mohammad Tariq On Mon, Nov 26, 2012 at 11:19 PM, Stack wrote: > On Mon, Nov 26, 2012 at 9:42 AM, Nicolas Liochon > wrote: > > We would detect it and stop properly. It's true even in standalone mode: > > one may want to launch a standalone cluster and connects remotely to it. > > > > I made https://issues.apache.org/jira/browse/HBASE-7219 for now. > St.Ack > --14dae9ccdcb69af46904cf69f095--