You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Steve Pruitt <bp...@opentext.com> on 2018/05/08 14:39:41 UTC

RE: [EXTERNAL] - Re: removing ZK installation

Thanks.


-----Original Message-----
From: Steph van Schalkwyk [mailto:svanschalkwyk@gmail.com] 
Sent: Tuesday, May 08, 2018 10:25 AM
To: user@zookeeper.apache.org
Subject: [EXTERNAL] - Re: removing ZK installation

Find where it is installed - typically /opt/zookeeper.
Also do a which zookeeper to see if it is linked to /usr/bin or some such place.
Make sure zookeeper is stopped.
Far as I recall, Centos has Upstart, so sudo stop zookeeper and sudo disable zookeeper. Or sudo systemctl stop zookeeper and sudo systemctl disable zookeeper.
Then cat the /opt/zookeeper/conf/zoo.cfg to see where the data directories and logs are. Delete the data and log directories.
Then delete /opt/zookeeper.
Steph



On Tue, May 8, 2018 at 9:07 AM, Steve Pruitt <bp...@opentext.com> wrote:

> Hi,
>
> I need to remove ZooKeeper from a Centos machine.  I tried yum remove 
> to no avail using instructions I found online.
>
> Thanks.
>
> -S
>
>