I have found that using hbase to manage zookeeper is more convenient than 
managing zookeeper myself.  But, then again, I am not running the CDH version 
of zookeeper.

However, I did modify the scripts to explicitly stop and start zookeeper 
independently of hbase (since I use zookeeper for solr as well)

Dave

-----Original Message-----
From: Witteveen, Tim [mailto:t...@pnl.gov] 
Sent: Thursday, August 26, 2010 10:55 AM
To: user@hbase.apache.org
Subject: RE: hbase

Thanks!  Netstat revealed I was running zookeeper twice.  

I stopped manually starting it, and things are working as expected.  

TimW 

-----Original Message-----
From: Ted Yu [mailto:yuzhih...@gmail.com] 
Sent: Thursday, August 26, 2010 9:56 AM
To: user@hbase.apache.org
Subject: Re: hbase

Use netstat to see who is occupying port n

Maybe HQuorumPeer wasn't stopped from previous run ?

On Thu, Aug 26, 2010 at 9:49 AM, Witteveen, Tim <t...@pnl.gov> wrote:

> I'm going through the overiew-summary instructions for setting up and
> running hbase. Right now I'm running hbase in pseudo-distributed mode, and
> looking to go fully-distributed on 25 nodes.
>
> Every time I restart hbase, I get:
> Couldn't start ZK at requested address of "n", instead got: "n+1".
> Aborting. Why? Because clients (eg shell) won't be able to find this ZK
> quorum
>
> If I change the hbase.zookeeper.property.clientPort to the "n+1" from the
> message it starts right up.
>
> Which file do I need to modify to keep this on one port, and what do I need
> to put into it?
>
> Is this something that should be added to the overview-summary page?
>
> Thanks,
> TimW
>

Reply via email to