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 BB48110E8D for ; Mon, 24 Jun 2013 12:40:00 +0000 (UTC) Received: (qmail 93660 invoked by uid 500); 24 Jun 2013 12:39:58 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 93608 invoked by uid 500); 24 Jun 2013 12:39:58 -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 93594 invoked by uid 99); 24 Jun 2013 12:39:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jun 2013 12:39:57 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rajeshbabu.chintaguntla@huawei.com designates 119.145.14.65 as permitted sender) Received: from [119.145.14.65] (HELO szxga02-in.huawei.com) (119.145.14.65) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jun 2013 12:39:53 +0000 Received: from 172.24.2.119 (EHLO szxeml209-edg.china.huawei.com) ([172.24.2.119]) by szxrg02-dlp.huawei.com (MOS 4.3.4-GA FastPath queued) with ESMTP id BDT31056; Mon, 24 Jun 2013 20:39:31 +0800 (CST) Received: from SZXEML407-HUB.china.huawei.com (10.82.67.94) by szxeml209-edg.china.huawei.com (172.24.2.184) with Microsoft SMTP Server (TLS) id 14.1.323.7; Mon, 24 Jun 2013 20:39:30 +0800 Received: from SZXEML533-MBS.china.huawei.com ([169.254.5.198]) by szxeml407-hub.china.huawei.com ([10.82.67.94]) with mapi id 14.01.0323.007; Mon, 24 Jun 2013 20:39:26 +0800 From: rajeshbabu chintaguntla To: "user@hbase.apache.org" Subject: RE: How to specify the hbase.zookeeper.quorum on command line invoking hbase shell Thread-Topic: How to specify the hbase.zookeeper.quorum on command line invoking hbase shell Thread-Index: AQHOcJxsV48DqnWUy0aSZiCJ7LxiRplEzQwK Date: Mon, 24 Jun 2013 12:39:25 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US, zh-CN Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.18.96.96] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected X-Virus-Checked: Checked by ClamAV on apache.org Can you try copying hbase-site.xml to other folder and change hbase.zookeep= er.quorum to remote server and then use below command. ./hbase --config shell Then shell will start with the configurations in hbase-site.xml of new fold= er. I didnt try this, but it should help you. Thanks, Rajeshbabu. ________________________________________ From: Stephen Boesch [javadba@gmail.com] Sent: Monday, June 24, 2013 11:03 AM To: user Subject: How to specify the hbase.zookeeper.quorum on command line invoking= hbase shell We want to connect to a non-default / remote hbase server by setting hbase.zookeeper.quorum=3Dour.remote.hbase.server on the command line invocation of "hbase shell" (and not disturbing the existing hbase-env.sh or hbase-site.xml). How to do this? Thanks!=