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 4ACB09707 for ; Thu, 14 Mar 2013 18:09:14 +0000 (UTC) Received: (qmail 24176 invoked by uid 500); 14 Mar 2013 18:09:11 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 24121 invoked by uid 500); 14 Mar 2013 18:09:11 -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 24112 invoked by uid 99); 14 Mar 2013 18:09:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Mar 2013 18:09:11 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dontariq@gmail.com designates 209.85.128.180 as permitted sender) Received: from [209.85.128.180] (HELO mail-ve0-f180.google.com) (209.85.128.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Mar 2013 18:09:06 +0000 Received: by mail-ve0-f180.google.com with SMTP id jx10so1919777veb.25 for ; Thu, 14 Mar 2013 11:08:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=wpd8cYTWh26XDsgupeM4IGhPkqjFToB6U3kkkD5uU24=; b=hRJ/ynYwP4LVuXYGpsQ1h+bJethRLPwx7x4sRSWl7kumSqZkMgrl99fB2oC8Dij71U Pmh8qh209twUvcL4E6to/ZAebntzuUh2CggDoRqUIinsoN0nysSdQdswZw3y+8eSYeAP hnBEiNH6X9d78MNz45P+U9G1U/OkoBy5dq47YvjaXH3kdo89Ntyc/6JyV6t/npG+3i2j tlpru5Hn0tGJ7vPDm35yuZtgF+EIqicfUItU3djJSW2gb8MAdF3uupsTEu8mYkTA6v/v M8G9o8R6MKfZhln6MM3qlyCUOSvV4erZHXTI2x892qsQKSckjAIY+K6vHBQZ5oqM/tUp CpYg== X-Received: by 10.220.90.145 with SMTP id i17mr2961542vcm.25.1363284525298; Thu, 14 Mar 2013 11:08:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.59.13.9 with HTTP; Thu, 14 Mar 2013 11:08:05 -0700 (PDT) In-Reply-To: References: <1363184629492-4040140.post@n3.nabble.com> <1363255911023-4040218.post@n3.nabble.com> From: Mohammad Tariq Date: Thu, 14 Mar 2013 23:38:05 +0530 Message-ID: Subject: Re: remote hbase connection failure To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=047d7b3a98c8dbee1904d7e669a5 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b3a98c8dbee1904d7e669a5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Add the IP address of the hmaster along with the hostname in the /etc/hosts file of your client and see if it works. Warm Regards, Tariq https://mtariq.jux.com/ cloudfront.blogspot.com On Thu, Mar 14, 2013 at 11:28 PM, shashwat shriparv < dwivedishashwat@gmail.com> wrote: > Try to give hostname with mapped ip in hosts file instead of IP > > Try > > # Do not remove the following line, or various programs > # that require network functionality will fail. > 127.0.0.1 myserver localhost.localdomain localhost > ::1 localhost6.localdomain6 localhost6 > > Change it to: > # Do not remove the following line, or various programs > # that require network functionality will fail. > 127.0.0.1 myserver localhost.localdomain localhost > ::1 localhost6.localdomain6 localhost6 > x.x.x.x myserver > > Where x.x.x.x is the IPv4 address of your server and myserver is your > server name. > > > > > =E2=88=9E > Shashwat Shriparv > > > > On Thu, Mar 14, 2013 at 11:26 PM, shashwat shriparv < > dwivedishashwat@gmail.com> wrote: > > > what your jps or ps -ef |grep java says? > > > > and please check if the zookeeper is running > > > > netstat -nl|grep 2181 > > what it give? > > > > > > > > =E2=88=9E > > Shashwat Shriparv > > > > > > > > On Thu, Mar 14, 2013 at 3:41 PM, ranInc wrote: > > > >> Hi, > >> this is my configuration settings: > >> > >> Configuration conf =3D HBaseConfiguration.create(); > >> conf.set("hbase.master", "147.11.88.163:60000 > "); > >> conf.set("hbase.zookeeper.quorum", > >> "147.11.88.163"); > >> conf.set("hbase.zookeeper.property.clientPort"= , > >> "2181"); > >> > >> > >> > >> -- > >> View this message in context: > >> > http://apache-hbase.679495.n3.nabble.com/remote-hbase-connection-failure-= tp4040140p4040218.html > >> Sent from the HBase User mailing list archive at Nabble.com. > >> > > > > > --047d7b3a98c8dbee1904d7e669a5--