Re: How to specify the hbase.zookeeper.quorum on command line invoking hbase shell

2013-06-28 Thread Stack
On Sun, Jun 23, 2013 at 10:33 PM, Stephen Boesch wrote: > We want to connect to a non-default / remote hbase server by setting > hbase.zookeeper.quorum=our.remote.hbase.server > on the command line invocation of "hbase shell" (and not disturbing the > existing hbase-env.sh or hbase-site.xml).

RE: How to specify the hbase.zookeeper.quorum on command line invoking hbase shell

2013-06-28 Thread rob mancuso
yu...@gmail.com] > Sent: Monday, June 24, 2013 7:41 PM > To: user@hbase.apache.org > Subject: Re: How to specify the hbase.zookeeper.quorum on command line > invoking hbase shell > > 'hbase' does not seem to have --config/-config parameter. > > Regards, > Shahab > &

RE: How to specify the hbase.zookeeper.quorum on command line invoking hbase shell

2013-06-24 Thread rajeshbabu chintaguntla
13 7:41 PM To: user@hbase.apache.org Subject: Re: How to specify the hbase.zookeeper.quorum on command line invoking hbase shell 'hbase' does not seem to have --config/-config parameter. Regards, Shahab On Mon, Jun 24, 2013 at 8:39 AM, rajeshbabu chintaguntla < rajeshbabu.chintag

Re: How to specify the hbase.zookeeper.quorum on command line invoking hbase shell

2013-06-24 Thread Shahab Yunus
_ > From: Stephen Boesch [java...@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.zook

RE: How to specify the hbase.zookeeper.quorum on command line invoking hbase shell

2013-06-24 Thread rajeshbabu chintaguntla
, Rajeshbabu. From: Stephen Boesch [java...@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

Re: How to specify the hbase.zookeeper.quorum on command line invoking hbase shell

2013-06-24 Thread Shahab Yunus
Have you tried creating your own small script in which you set the relevant environment variables per session (using 'export' for example)? On Mon, Jun 24, 2013 at 1:33 AM, Stephen Boesch wrote: > We want to connect to a non-default / remote hbase server by setting > hbase.zookeeper.quorum=ou

How to specify the hbase.zookeeper.quorum on command line invoking hbase shell

2013-06-23 Thread Stephen Boesch
We want to connect to a non-default / remote hbase server by setting hbase.zookeeper.quorum=our.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!