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 <bpru...@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
>
>

Reply via email to