You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Arsalan Bilal <ch...@gmail.com> on 2011/10/19 13:38:56 UTC

Error in stopping zookeeper

i am trying to stop zookeeper but when i issue command, it does not stop
zookeeper, you can still see it in JPS.

# ../zookeeper/bin/zkServer.sh stop

JMX enabled by default
Using config: /etc/zookeeper/zoo.cfg
Stopping zookeeper ...
kill: 132: No such process

STOPPED


#jps
9338 Jps
2031 QuorumPeerMain

Please guide me , how can i solve this problem?

-- 
Best Regards,
Arsalan Bilal

Re: Error in stopping zookeeper

Posted by Jean-Daniel Cryans <jd...@apache.org>.
If you started ZK via HBase, use bin/hbase-daemons.sh stop zookeeper

As you can see the stop command you are using doesn't know about the process
it should be looking for...

J-D

On Wed, Oct 19, 2011 at 4:38 AM, Arsalan Bilal <ch...@gmail.com>wrote:

> i am trying to stop zookeeper but when i issue command, it does not stop
> zookeeper, you can still see it in JPS.
>
> # ../zookeeper/bin/zkServer.sh stop
>
> JMX enabled by default
> Using config: /etc/zookeeper/zoo.cfg
> Stopping zookeeper ...
> kill: 132: No such process
>
> STOPPED
>
>
> #jps
> 9338 Jps
> 2031 QuorumPeerMain
>
> Please guide me , how can i solve this problem?
>
> --
> Best Regards,
> Arsalan Bilal
>