Details
Description
There are two issues causing the status, force-stop and force-reload commands to fail in the Zookeeper init script (/etc/init.d/hadoop-zookeeper-server) from the hadoop-zookeeper-server package:
1) The PID_FILE variable is set to /var/run/zookeeper/zookeeper_server.pid when it should be /var/run/zookeeper/zookeeper-server.pid
2) The hadoop_is_process_alive function is missing, copying a variant from the hadoop init scripts fixes this issue.
Attachments
Issue Links
- relates to
-
DISTRO-8 hadoop init scripts status action return not running even if the service is running
-
- Closed
-