Details
Description
When DISTRO-179 is fixed, I need to remove the specific instructions for Red Hat in the following section in this page:
https://ccp.cloudera.com/display/CDHDOC/ZooKeeper+Installation
--------------------------------
ZooKeeper should start automatically on installation. If it doesn't, you can start it with the following command:
On Ubuntu systems:
$ sudo service hadoop-zookeeper-server start
On Red Hat systems:
$ sudo service hadoop-zookeeper start
-------------------------
After the fix, the command on Ubuntu and red Hat will be the same: $ sudo service hadoop-zookeeper-server start