Install and Run Apache Kafka and Zookeeper on Ubuntu 20

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

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

  • @carlosm.1233
    @carlosm.1233 Год назад

    This was very helpful. I spent a whole day trying to set up kafka and zookeeper but couldn't figure it. You on the hand solved my problem in 8 min. Thank you!

  • @AbhishekSrivastavapune
    @AbhishekSrivastavapune 3 года назад +1

    sweet and simple but yet an excellent tutorial..

  • @austinlandry4445
    @austinlandry4445 2 года назад

    I found this very helpful. Thank you!

  • @junaidishaq6332
    @junaidishaq6332 2 года назад +1

    Thank you. Really Helpful

  • @kiranreddy8691
    @kiranreddy8691 2 года назад +1

    very simple and clear

  • @madeby-jugnu
    @madeby-jugnu 8 месяцев назад

    Thank you ❤

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

    Super helpful bud :)

  • @keshariamit6232
    @keshariamit6232 3 года назад +1

    i use window desktop, how can i install kafka, or to use kaka should i switch to ubuntu, what is the advantage of using ubuntu

    • @Codetuber
      @Codetuber  3 года назад

      Windows has some unwanted bugs. Atleast try WSL

  • @arslanali900
    @arslanali900 3 года назад +1

    Excellent - simple and clear!

  • @mjj3tube
    @mjj3tube 2 года назад

    Hey Buddy ! can I not install KAFKA on my windows? Is there any reason why we do on ubuntu?

  • @gautamssinha9000
    @gautamssinha9000 2 года назад

    zookeeper is hanging and it doesn;t complete , please suggest what to do

  • @gandikotadharani3947
    @gandikotadharani3947 3 года назад +2

    tinku@ubuntu:~/kafka_2.13-2.7.0$ kafka-server-start.sh config/server.properties
    kafka-server-start.sh: command not found
    sir i got like this please suggest how to resolve this.please respond as soon as possible sir tq

    • @u.hemanthkumargowd826
      @u.hemanthkumargowd826 2 года назад

      for me also happens same hot to reslove this

    • @Princewilleghosa
      @Princewilleghosa 2 года назад

      .I was able to resolve the error by creating a folder from start mkdir kafka and wget on it.

    • @kvirupakshi3596
      @kvirupakshi3596 7 месяцев назад

      Same error 😢

  • @bharathvemula9612
    @bharathvemula9612 3 года назад +3

    I got a message like zookeeper audit is disabled while running zookeeper-server-start.sh and zookeeper.properties scripts

    • @techbits6370
      @techbits6370 2 года назад

      kafka is not able access dataDir = /tmp/zookeeper/
      Go to zookeeper.properties you will see dataDir
      Give permission to /tmp/zookeeper
      then try to start zookeeper, it will work. It worked for me.

    • @steyn5723
      @steyn5723 2 года назад +1

      @@techbits6370 what it means to give permission to /tmp/zookeeper ...... and how to do it ... plz tell me in detail ... thanks in adv.

    • @lalitshukla6585
      @lalitshukla6585 2 года назад

      @@techbits6370 How to give that access pls explain a bit

    • @lalitshukla6585
      @lalitshukla6585 2 года назад

      @@steyn5723 did that work ?

  • @charanbhavisetti2194
    @charanbhavisetti2194 2 года назад

    i am getting an error while exec " bin/kafka-topic.sh "
    says :
    Downloads/kafka_2.13-3.2.3/bin/kafka-run-class.sh: line 342: exec: /usr/lib/jvm/jdk-17/bin/java/bin/java: cannot execute: Not a directory

  • @Iam_s4ch1
    @Iam_s4ch1 2 года назад +1

    This was really helpful. Thank you!