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 <[email protected]> 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). How to do this? Thanks! >
