Hadoop Single Node Setup

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • NOTE : If the Resource Manger daemon is not started, please go to yarn-site.xml file and replace {yarn.resourcemanager.hostname}:8032 to localhost:8032 , now start the Hadoop
    #hadoop
    Hadoop Installation Steps - github.com/ato...
    Ubuntu installation Steps - • Virtual computing by V...
    Video Playlist
    -----------------------
    Hadoop in Tamil - bit.ly/32k6mBD
    Hadoop in English - bit.ly/32jle3t
    Spark in Tamil - bit.ly/2ZzWAJN
    Spark in English - bit.ly/3mmc0eu
    Hive in Tamil - bit.ly/2UQVUgv
    Hive in English - bit.ly/372nCwj
    Data Engineering in Tamil - bit.ly/2x0r0tG
    Data Engineering in English - bit.ly/2UIU2ac
    Batch vs Stream processing Tamil - • Data - Batch processi...
    Batch vs Stream processing English - • Data - Batch processi...
    NOSQL in English - bit.ly/2XtU07B
    NOSQL in Tamil - bit.ly/2XVLLjP
    Scala in Tamil: goo.gl/VfAp6d
    Scala in English: goo.gl/7l2USl
    Email : atozknowledge.com@gmail.com
    LinkedIn : / sbgowtham
    Instagram : / bigdata.in
    RUclips channel link
    / atozknowledgevideos
    Website
    atozknowledge.com/
    Technology in Tamil & English
    #bigdata #hadoopframework #dataengineering

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

  • @dataengineeringvideos
    @dataengineeringvideos  2 года назад +8

    If the Resource Manger daemon is not started, please go to yarn-site.xml file and replace {yarn.resourcemanager.hostname}:8032 to localhost:8032 , now start the Hadoop

  • @KaushalKumar-ic8qj
    @KaushalKumar-ic8qj 7 месяцев назад

    Thank you soo much brother...your way of teaching is soo amazing and easy, anyone can understand. I wish I had a teacher like you in my school.

  • @bigdata-jk1st
    @bigdata-jk1st Год назад +2

    Thanks a ton Gowtham, the video is really helpful.! Now that we know how to start, I just Googled on how to stop the dfs and yarn daemons :)

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

    2 years ku munadiye itha pathilam sollirukiye bro ! Nanga ippothan intha first step eh varom ! What is datascience in tamil nu 😂 Neenga ippo enna bro pandringa ! Very excited to know about you ! 🙂❤❤

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

    Great explanation!

  • @sowmyaraikar4379
    @sowmyaraikar4379 2 года назад +2

    latest Hadoop version got worked file instead of Slaves file (helpful tip while setup of Hadoop in Linux)

    • @Raj-gc2rc
      @Raj-gc2rc 2 года назад

      Can i download the latest version of hadoop ie 3.3.3 , which is available as of now?

  • @radhasriseshukolla4117
    @radhasriseshukolla4117 8 месяцев назад +1

    Hi Gowtam, really useful and you are doing great job. After installation It is not showing Resource Manager for me.

    • @dataengineeringvideos
      @dataengineeringvideos  8 месяцев назад

      Kindly please check the pinned comment , for few people they have to follow one step which I missed to mention in the video , in the pinned comment I have mentioned it

  • @yasoou
    @yasoou 6 месяцев назад

    if you are facing problem with the adding the path to .bashrc the try to install vim.
    and if the hadoop dosen't get formatted try to change the username
    eg: export JAVA_HOME=/home/username/jdk1.8.0_ 45 --> export JAVA_HOME=/home/test/jdk1.8.0_ 45

  • @gentaro2306
    @gentaro2306 2 года назад +4

    For people datanode not working and not show in jps, maybe your namenode and datanode cluster ID does not match.
    Follow these steps:(with config in video)
    1.Delete folder hadoop2_dir
    2. cd hadoop-2.9.1
    3. bin/hadoop namenode -format
    4. sbin/start-all.sh

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

    Hi Gowtham thanks for the great content, My resource manager and node manager both are not starting even after changing to localhost:8032. and I've configured every file correctly. Or else can you provide any iso with complete configurations.

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

    Great Job! Thank you so much for this video :)

  • @niminraj862
    @niminraj862 8 месяцев назад +1

    Thanks a lot mann😍😍

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

    its good to start one by one.

  • @BaBaYaGa-um4yg
    @BaBaYaGa-um4yg 3 месяца назад

    Hi Gowtham, my installation is completed, i can see the jps, datanode,namenode and Secondarynamenode getting printed when i run .../hadoop-3.4.0 jps command but the localhost:8088 page is not loading, please assist

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

    Hi Gowtham, which video I should go through after this video. Can you specify the order to watch

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

    Will it be able to run spark-shell - -master yarn command?

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

    HI, WHEN I GIVE JPS COMMAND , RESOURCE MANAGER IS NOT SHOWING , WHAT SHOULD BE DONE?

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

      If the Resource Manger daemon is not started, please go to yarn-site.xml file and replace {yarn.resourcemanager.hostname}:8032 to localhost:8032 , now start the Hadoop

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

    when I hit the jos command it shows like this ommand 'jps' not found, but can be installed with:
    sudo apt install openjdk-11-jdk-headless
    i have installed with above command still again shows same can you please let me know how to do that

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

    Please do video on how to install multiple nodes

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

    i installed this on my ubuntu server and access the webUI in my local but cant to do upload or mkdir. im using hdfscli module in python too but it return error when writing file to hdfs. do you know why?

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

    Hello. Thanks for the video tutorial. I had Hadoop working previously some weeks ago. After upgrading Mac OS to Monterey, it doesn't seem to want to open the web UI page. "./start-all.sh" did execute but with some errors. "Unable to load native-hadoop library for your platform... using builtin-java classes where applicable" was what I got when initiating secondary namenode. I reinstalled Java but nothing changed. Running jps showed results below:
    16768 DataNode
    17266 Jps
    16904 SecondaryNameNode
    What can I do?

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

    Have you uploaded the video of Hive , Spark installation ?

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

    hey how to do hadoop setup on server, what are initial requirements for that ? can you please help me ?

  • @RAVINASH-ld8oi
    @RAVINASH-ld8oi 2 года назад

    i am getting error like>>> /usr/bin/env: ‘bash’: No such file or directory
    while i am typing bin/hadoop namenode -format can youy please help me ?

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

    When doing format we have only created namenode dir. Will the datanode dir created while starting hadoop ?

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

    unknowingly I executed format command .Now metadata in name node is deleted and HDFS is not starting. What should I do now bro?

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

      Please do the following
      1. Stop running Hadoop Deamons
      2. Delete the directory hadoop2-dir from home folder
      3. Then again run the name node format command
      4. Finally start Hadoop daemons
      That's it 🙂

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

      @@dataengineeringvideos Thanks bro

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

    Can you please share the link for vmware and linux on vmware setup video? I did not find the link in the description. Thanks in advance.

  • @abhishekn786
    @abhishekn786 2 года назад +2

    Hi Sir, where is Hadoop multi node installation video in your channel?
    I searched in your channel I didn't get it.
    If u have done video on it pls share it.
    Thanks

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

      ruclips.net/video/_iP2Em-5Abw/видео.html

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

    Thank you :)

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

    Thanks

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

    sir my resource manager is not showing when I do jps
    please reply me asap

    • @dataengineeringvideos
      @dataengineeringvideos  2 года назад +2

      Hi , replace the hostname to localhost in yarn-site.xml file then do a format and restart it will work

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

      @@dataengineeringvideos I have tried this but I don't know I am correct or wrong😅 . If I am correct it is not working, if I am wrong then can u provide me the yarn-site.xml code

  • @MaheshMahesh-kq6tg
    @MaheshMahesh-kq6tg 2 года назад

    Best OS for big data engineering?

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

    Sir am to able to write after fi in terminal @6:44

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

    no slave file in 3.0 version

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

    Unable to start node manager and resource manager. Automatically shutting Down. Please help

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

      If the Resource Manger daemon is not started, please go to yarn-site.xml file and replace {yarn.resourcemanager.hostname}:8032 to localhost:8032 , now start the Hadoop

    • @ShivohmGupta
      @ShivohmGupta Год назад +1

      @@dataengineeringvideos Hi, updated the file. Even then I cannot see Resource Manager and Node Manager after running jps command. While starting the hadoop, it shows that it is starting Resource Manager and Node Manager. But after starting, when I enter jps command, I do not see any of the 2 in the list. What can be done? Please help.

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

    just one suggestion, u will be saying everything i will be putting in description box but not a single thing will be there

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

    Hello Sir, I have started Hadoop with all those steps what you mentioned but only 3 Daemon process are running well except NodeManager and Resource manager, please provide solution, thanks in advance.

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

      Hey Hi, I am facing the same issue. Please provide the solution

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

      If the Resource Manger daemon is not started, please go to yarn-site.xml file and replace {yarn.resourcemanager.hostname}:8032 to localhost:8032 , now start the Hadoop

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

    Resource manager start aaga maatikuthu port error nu varuthu logla

    • @SparkFlowTech-ETL
      @SparkFlowTech-ETL 2 года назад

      I am facing same issue please let me know if you have fixed it

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

    ERROR: /home/archita/jdk-8u351-linux-x64/bin/java is not executable . I am getting this error everytime. How to resolve this?

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

    i am getting error like>>>
    /home/adwait/hadoop-2.9.2/bin/hdfs: line 319: /home/adwait/jdk-8u202-linux-x64/bin/java: No such file or directory
    while i am typing bin/hadoop namenode -format could you please give its solution

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

      Got it! I was making a very silly mistake, while setting the path variable i was setting it as /home/test/jdk_802 while the correct one was one directory lower than this since I got another folder while extracting the tar.gz file. So it solved after setting it as /home/test/jdk_802/jdk_1.8.0_22

  • @cd_.Thamarai
    @cd_.Thamarai 5 месяцев назад

    Bro unga number contact pannanum bro rosirce node work agala

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

    Are these steps same for windows

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

    ~/hadoop-2.9.1$ bin/hadoop namenood -format
    Error: Could not find or load main class namenood
    Caused by: java.lang.ClassNotFoundException: namenood
    how can i solve this problem