Apache Zookeeper cluster setup on local | Zookeeper multi node ensemble

Поделиться
HTML-код
  • Опубликовано: 10 фев 2025

Комментарии • 22

  • @atul_1993
    @atul_1993 Месяц назад

    Great video Anubhav Sir

  • @kumarsaroj18
    @kumarsaroj18 Год назад

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

  • @kunalsharma-zc2ho
    @kunalsharma-zc2ho Год назад +1

    nicely explained ...
    please continue this series.

  • @dipendupaul
    @dipendupaul 5 месяцев назад

    Awesome tutorial

  • @sivakrishnagudivada
    @sivakrishnagudivada 4 месяца назад

    Very well explained!!

  • @thangnguyenduc6510
    @thangnguyenduc6510 Год назад

    you are amazing my friend!!

  • @amankumarmishra6926
    @amankumarmishra6926 Месяц назад

    zkServer.cmd status conf1/zoo.cfg
    This does not work in windows. Can u pls share your zkServer.cmd file content. How are u managing arguments ?
    In windows, we have to remove %* from the end.

  • @akashbais6368
    @akashbais6368 11 месяцев назад

    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

    • @anubhav_shrivastava
      @anubhav_shrivastava  11 месяцев назад

      Can you add more details. In which step are you getting error?

  • @souravscodinghub
    @souravscodinghub Год назад

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

  • @praharshithapalaparthi8817
    @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  Год назад

      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 10 месяцев назад

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

    • @anubhav_shrivastava
      @anubhav_shrivastava  10 месяцев назад

      for single server, here is the video : ruclips.net/video/uRhb-iLPbuQ/видео.html

  • @AyanKhan-dc3eu
    @AyanKhan-dc3eu 11 месяцев назад

    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 11 месяцев назад

      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  11 месяцев назад

      can you add more details?