Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-124

Add Zookeeper Data store and persist the cluster definitions across controller restart.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Invalid
    • 0.1.0
    • 0.1.0
    • ambari-server
    • None

    Description

      Instructions to start the single node zookeeper and use it with Ambari controller..

      1. Download zookeeper binary release.
      2. Change the data directory in conf/zoo.conf (make sure directory pre-exists) See below the sample parameters in zoo.conf
      3. goto install root and start zookeeper bin/zkServer.sh start (it should start the zk on default port)

      4. Start the AMbari controller, it will connect to zk on default port.

      === zoo.cfg ===

      1. The number of milliseconds of each tick
        tickTime=2000
      2. The number of ticks that the initial
      3. synchronization phase can take
        initLimit=10
      4. The number of ticks that can pass between
      5. sending a request and getting an acknowledgement
        syncLimit=5
      6. the directory where the snapshot is stored.
        dataDir=/Users/vgogate/sandbox/ambari_zoo_data
      7. the port at which the clients will connect
        clientPort=2181

      Attachments

        Activity

          People

            Unassigned Unassigned
            vitthal_gogate vitthal (Suhas) Gogate
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: