How to Install Hadoop on Ubuntu in VirtualBox | Hadoop Installation Guide Step by Step

Поділитися
Вставка
  • Опубліковано 10 лют 2025

КОМЕНТАРІ • 58

  • @bhadrinarayanan9660
    @bhadrinarayanan9660 Рік тому +1

    For 4 days I was not able to install hadoop but after your video i installed it successfully

    • @IvyProSchool
      @IvyProSchool  11 місяців тому

      Glad to know that. Thanks!

    • @ANSELPAUL-eq4yq
      @ANSELPAUL-eq4yq Місяць тому

      four days, i am been installing since one month 😪

  • @anjanireddyyy
    @anjanireddyyy 5 місяців тому +1

    Suffered to install hadoop.This video is my saviour.
    #no-1 video for hadoop installation

  • @rayajahan7449
    @rayajahan7449 2 місяці тому

    Thank you for this thorough video. it helped.

    • @IvyProSchool
      @IvyProSchool  2 місяці тому

      You're welcome! Glad it was helpful.

  • @onlyhuman5669
    @onlyhuman5669 Рік тому +2

    Perfect tutorial

  • @chandramouli1330
    @chandramouli1330 7 місяців тому +1

    Great, thanks for the video

  • @anndk7
    @anndk7 10 місяців тому +1

    livesaver! thankyou so much you helped me a lot!

  • @eikescudellari4904
    @eikescudellari4904 Рік тому +1

    Thanks bro, awesome video

  • @twobrothers2083
    @twobrothers2083 9 місяців тому +1

    thqnk you dude for this usefull video I zish you all good this world can provide

  • @hoangg9271
    @hoangg9271 Рік тому

    Awesome! I was able to install Hadoop on Ubuntu successfully. I'm from Vietnam with love. Thank you very much

  • @okumujustine
    @okumujustine Рік тому

    Nice, worked for me, thank you

  • @AboQusai212
    @AboQusai212 Рік тому +3

    Thank you for this great video. However, only the last step did not work with me "Unable to connect". what could be the problem?

    • @IvyProSchool
      @IvyProSchool  11 місяців тому

      First uninstall SSH, then follow configure the SSH section on the video after that install SSH.

  • @martinz6788
    @martinz6788 8 місяців тому

    THANKS I LOVE YOU 😭😭😭

  • @Sravan508
    @Sravan508 Рік тому +2

    kindly also explain how to run a simple mapreduce job on it?

    • @IvyProSchool
      @IvyProSchool  11 місяців тому

      This is a map reduce code of calculating pi value "hadoop jar /home/rakib/hadoop/share/hadoop/mapreduce/hadoop-mapreduce-examples-3.2.4.jar pi 10 100". You can watch Hive installation video for more use cases of Map Reduce.

  • @harshithvkumar4463
    @harshithvkumar4463 Рік тому

    Great tutorial, thank you very much

  • @Matt-jj5po
    @Matt-jj5po 11 місяців тому +1

    is it possible to install hadoop on different disk? I tried to do the same on path: /media/ubuntu/D/hadoop/etc/hadoop and it didn't work

    • @IvyProSchool
      @IvyProSchool  11 місяців тому +1

      Yes, it's possible. You have to give the access permission of that path using chmod

  • @hafsa8010
    @hafsa8010 Рік тому

    Thaaaank you a looooot ❤

  • @PrinceKumar-zs5uf
    @PrinceKumar-zs5uf 10 місяців тому

    thanks a lot

  • @Thriver21
    @Thriver21 8 місяців тому +1

    🙏👏

  • @mihirchavan6292
    @mihirchavan6292 Рік тому +1

    Inside hadoop lib folder is not present

    • @IvyProSchool
      @IvyProSchool  11 місяців тому

      Go inside Hadoop folder using cd command then press ls. You can see lib folder is present.

  • @EMunkhjin
    @EMunkhjin Рік тому +1

    how to create hadoop_install_config.txt file. I have no this file in my downloads

    • @IvyProSchool
      @IvyProSchool  Рік тому

      you can find that file in video description.

  • @CristianDamianCastilloAcero
    @CristianDamianCastilloAcero 7 місяців тому

    Hola hice todo el procedimiento pero cuando me voy a conectar desde el navegador no me lo permite

    • @IvyProSchool
      @IvyProSchool  5 місяців тому

      Ejecute jps en la línea de comando y verifique que todos los nodos funcionen correctamente o no. Si funciona, utilice localhost:50070 para conectar hadoop desde el navegador.

  • @nooblike7332
    @nooblike7332 3 місяці тому

    What's the song or the instrument in the intro?

  • @vignatej663
    @vignatej663 Рік тому

    thanks bro

  • @abhisheksubhash9382
    @abhisheksubhash9382 Рік тому

    My datanode is not showing. When I ran jps command

    • @IvyProSchool
      @IvyProSchool  Рік тому

      delete namenode and datanode folders under /home/user/hadoop/data using rm -r command, again create those folders in that location after that format the namenode finally start the hadoop cluster

  • @shadowkeenan6192
    @shadowkeenan6192 Рік тому +1

    Why the name node is not showing.

    • @IvyProSchool
      @IvyProSchool  Рік тому +1

      check web UI after starting the nodes using this link localhost:9870/

  • @zahraaadel2690
    @zahraaadel2690 Рік тому

    Why it can not run command hdfs?

    • @IvyProSchool
      @IvyProSchool  Рік тому

      may be some properties need to be added in mapred-site.xml file. So when you run the any hdfs command it'll show error and show some properties needed to be updated, copy those properties into mapred-site.xml file with hadoop_home path.

    • @ricardoborja1933
      @ricardoborja1933 3 місяці тому

      asegúrate de que estés en la ruta /home/tu_usuario/hadoop/bin/, me pasó lo mismo, y luego ejecutas : hdfs namenode -format

  • @swohardokhanpranto3576
    @swohardokhanpranto3576 9 місяців тому

    Localhost: permission denied (publickey,password). how can i fix this?

  • @immonabeer902
    @immonabeer902 9 місяців тому

    how to add root

  • @abbiabbi-i8x
    @abbiabbi-i8x Рік тому

    My Datanode is not showing when I ran jps command

    • @IvyProSchool
      @IvyProSchool  Рік тому

      delete namenode and datanode folders under /home/user/hadoop/data using rm -r command, again create those folders in that location after that format the namenode, finally start the hadoop cluster

    • @shresthabinesh1996
      @shresthabinesh1996 Рік тому

      Sir can you make video on it

    • @prateek_25
      @prateek_25 Рік тому

      its not working
      @@IvyProSchool