Tag: zookeeper setup

  • Zookeeper Setup

    Zookeeper Setup Required Software Zookeeper runs in Java release 1.6 or greater (JDK 6 or greater) hence please download and install JDK first. Zookeeper runs as an ensemble of Zookeeper servers, which should be of odd numbers,  as zookeeper requires a majority. For example, with four machines ZooKeeper can only handle the failure of a single machine;…