Apache Zookeeper cluster setup on local | Zookeeper multi node ensemble

Sdílet
Vložit
  • čas přidán 7. 08. 2024
  • Single node zookeeper setup is not enough for having the high availability. So, this video captures the apache zookeeper setup for multi node. In this video, we have covered how the apache zookeeper handles the multiple nodes and how the configuration for multi node looks like.
    We have covered the basic configuration for apache zookeeper multi node.
    In this video, we have also covered the most basic setup of apache zookeeper with three nodes.
    Chapters:
    00:00 Introduction
    00:52 Requirements
    02:55 Architecture
    04:42 Configuration
    06:51 Local setup
    11:41 Demo
    16:28 Summary
    Single node zookeeper setup: • Single node Apache Zoo...
    This video is part of the series on apache zookeeper: • apache zookeeper
  • Věda a technologie

Komentáře • 17

  • @kumarsaroj18
    @kumarsaroj18 Před 8 měsíci

    wow, very simple yet detailed explanation of the zookeeper demo.
    Keep it up!
    Looking forward for more such videos

  • @kunalsharma-zc2ho
    @kunalsharma-zc2ho Před rokem +1

    nicely explained ...
    please continue this series.

  • @thangnguyenduc6510
    @thangnguyenduc6510 Před 7 měsíci

    you are amazing my friend!!

  • @CodeWithSmily
    @CodeWithSmily Před rokem

    Can you make video for zookeeper ensemble mode where zookeeper is secure with SSL and SASL.. Thanks in advance.

  • @praharshithapalaparthi8817

    if have three different servers and has zookeeper in each server can i use different ports in that case too?

    • @anubhav_shrivastava
      @anubhav_shrivastava  Před rokem

      yes definitely, you can do that. The unique location of a server is combination of ip address and port. As long as this combination is unique, it will be fine.
      So, while connecting to the servers, you need to make sure that correct ip and port are mentioned for each of the servers.

  • @marcushilliard8857
    @marcushilliard8857 Před 4 měsíci

    If you only had one server, would you set the IP address for the server in the same way?

    • @anubhav_shrivastava
      @anubhav_shrivastava  Před 4 měsíci

      for single server, here is the video : czcams.com/video/uRhb-iLPbuQ/video.html

  • @akashbais6368
    @akashbais6368 Před 5 měsíci

    getting two errors update setstate idle and [main 2024-03-02T02:24:28.701Z] Extension host with pid 11420 exited with code: 0, signal: unknown. kindly help to resolve

  • @AyanKhan-dc3eu
    @AyanKhan-dc3eu Před 5 měsíci

    these commands by replacing .cmd are not working for me it automatically looks for default conf/zoo.cfg. If i pass command line args like conf1/zoo.cfg it throws error

    • @AyanKhan-dc3eu
      @AyanKhan-dc3eu Před 5 měsíci

      Error: Invalid arguments, exiting abnormally
      java.lang.NumberFormatException: For input string: "C:\Users\apache-zookeeper-3.8.3-bin\apache-zookeeper-3.8.3-bin\bin\..\conf\zoo.cfg"

    • @anubhav_shrivastava
      @anubhav_shrivastava  Před 5 měsíci

      can you add more details?