How to Install Zookeeper on Linux Mint 17.1 Rebecca 32-64bit GNU Easy Guide

June 6, 2015 | By the+gnu+linux+evangelist.

Getting-Started with Zookeper for Linux Mint 17.1 Rebecca Linux

The Tutorial shows you Step-by-step How to Install and Getting-Started with Apache Zookeeper on Linux Mint 17.1 Rebecca GNU/Linux.

The Apache Zookeeper Setup for Linux Mint 17.1 Rebecca Require the Oracle Java JDK 6+ Installation Linux Mint.

Moreover, Apache ZooKeeper allows distributed Processes to coordinate with each other through a shared hierarchical Name Space of Data Registers (we call these registers Znodes), much like a File System.

But Unlike normal file systems ZooKeeper provides its Clients with High Throughput, Low Latency, Highly Available, Strictly Ordered Access to the znodes.

Getting-Started with Zookeper on Linux Mint 17.1 Rebecca - Featured
  1. Download Apache Zookeeper for Linux

    Apache Zookeeper tar.gz
  2. Open a Shell Terminal emulator window
    (Press “Enter” to Execute Commands)

    Apache Zookeeper Installation for Linux Mint - Open Terminal

    In case first see: Terminal QuickStart Guide.

  3. Double-Click on Archive Extract into /tmp

    Ubuntu 17.1 Rebecca Getting-Started with Zookeeper - Archive Extraction

    Or from Command Line:

    tar xvzf zookeeper*.tar.gz -C /tmp/
  4. Relocating the Zookeeper Folder

    sudo su -c "chown -R root:root /tmp/zookeeper*"

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    sudo su -c "mv /tmp/zookeeper* /opt/zookeeper"
  5. How to Install Required Oracle Java JDK on Linux Mint

    Install Oracle JDK for Linux Mint
  6. Set the Java Heap Memory Size at Most to 75% of RAM Size
    How to SetUp the Java Heap Memory Size on Linux

    Setting Up Java Heap Memory
  7. How to Quick Start with Zookeeper Server/Client

    Zookeeper Quick Start on Linux

QuickChic Theme • Powered by WordPress