You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@whirr.apache.org by Christopher Lin <po...@gmail.com> on 2011/04/20 23:16:24 UTC

Specifying an external Zookeeper when launching a Hadoop or HBase cluster?

Currently, it looks like there are no configuration parameters for specifying a preexisting Zookeeper when launching a Hadoop or HBase cluster; instead, each cluster starts its own Zookeeper. Is there any way to specify an external Zookeeper?

-- 
Christopher Lin
Data Engineer at Airbnb
Sent with Sparrow



Re: Specifying an external Zookeeper when launching a Hadoop or HBase cluster?

Posted by Andrei Savu <sa...@gmail.com>.
You can do this by overriding configure_hbase.sh: create a folder
named functions in WHIRR_HOME, copy the file from
services/hbase/src/main/resources/functions and change it to fit your
needs (set a value for hbase.zookeeper.quorum).

-- Andrei Savu / andreisavu.ro

On Thu, Apr 21, 2011 at 12:16 AM, Christopher Lin
<po...@gmail.com> wrote:
> Currently, it looks like there are no configuration parameters for
> specifying a preexisting Zookeeper when launching a Hadoop or HBase cluster;
> instead, each cluster starts its own Zookeeper.  Is there any way to specify
> an external Zookeeper?
>
> --
> Christopher Lin
> Data Engineer at Airbnb
> Sent with Sparrow
>