Datanode not starting on Slave Nodes for Apache Hadoop+Spark Setup The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Moderator Election Q&A - Questionnaire 2019 Community Moderator Election ResultsWhat are the use cases for Apache Spark vs HadoopHadoop Resource Manager Won't StartUsing Shark with Apache SparkHadoop for grid computingGood books for Hadoop, Spark, and Spark Streamingjava.lang.NoClassDefFoundError: org/apache/hadoop/fs/FSDataInputStreamError when using MAX in Apache Pig (Hadoop)Is there a text on Apache Spark that attempts to be as comprehensive as White's Hadoop: The Definitive Guide'?Mahout Spark shell not workingHow to setup a home-laptop cluster to 'practice' elasticsearch, hadoop, mesos and spark

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

Create an outline of font

Segmentation fault output is suppressed when piping stdin into a function. Why?

How are presidential pardons supposed to be used?

Did the UK government pay "millions and millions of dollars" to try to snag Julian Assange?

What are these Gizmos at Izaña Atmospheric Research Center in Spain?

Finding the path in a graph from A to B then back to A with a minimum of shared edges

Windows 10: How to Lock (not sleep) laptop on lid close?

Did God make two great lights or did He make the great light two?

The following signatures were invalid: EXPKEYSIG 1397BC53640DB551

University's motivation for having tenure-track positions

Would it be possible to rearrange a dragon's flight muscle to somewhat circumvent the square-cube law?

Make it rain characters

how can a perfect fourth interval be considered either consonant or dissonant?

What is special about square numbers here?

In horse breeding, what is the female equivalent of putting a horse out "to stud"?

Keeping a retro style to sci-fi spaceships?

Does the AirPods case need to be around while listening via an iOS Device?

Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?

How to delete random line from file using Unix command?

How can I protect witches in combat who wear limited clothing?

Are my PIs rude or am I just being too sensitive?

How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?

How to grep and cut numbers from a file and sum them



Datanode not starting on Slave Nodes for Apache Hadoop+Spark Setup



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Moderator Election Q&A - Questionnaire
2019 Community Moderator Election ResultsWhat are the use cases for Apache Spark vs HadoopHadoop Resource Manager Won't StartUsing Shark with Apache SparkHadoop for grid computingGood books for Hadoop, Spark, and Spark Streamingjava.lang.NoClassDefFoundError: org/apache/hadoop/fs/FSDataInputStreamError when using MAX in Apache Pig (Hadoop)Is there a text on Apache Spark that attempts to be as comprehensive as White's Hadoop: The Definitive Guide'?Mahout Spark shell not workingHow to setup a home-laptop cluster to 'practice' elasticsearch, hadoop, mesos and spark










0












$begingroup$


I know similar questions have been asked and I already looked through a lot of them to figure out what the issue might be, but to no avail.



I am a College student currently working on a Big Data Project. I have to setup 5 Computers (1 Master + 4 slaves) to run Apache Spark on YARN.
I had an initial Hadoop setup that I setup Spark on but I messed on some steps as the guides were from different sources.



So, I decided to start fresh with a guide for both Hadoop and Spark from the same source.
I found and followed this Hadoop Setup Guide.



Note: Since the PCs have a good amount of Memory, I did not Configure Memory Allocation and left it as is.



After setting Hadoop up, I tried to start the daemons with start-dfs.sh and start-yarn.sh.



On the master Node, jps showed this:



21922 Jps
21603 NameNode
21655 DataNode
21787 SecondaryNameNode


but, on all the slave nodes jps came up with nothing:



19819 Jps


Is there something that I could have messed up here or is there an error in the Guide?



I had setup Hadoop previously and use this guide.



I tried some solutions that I found online but was unable to fix the issue.
For reference, the Spark Installation Guide though I haven't started with this yet.



I would really appreciate any and all help.
Thanks!










share|improve this question









$endgroup$
















    0












    $begingroup$


    I know similar questions have been asked and I already looked through a lot of them to figure out what the issue might be, but to no avail.



    I am a College student currently working on a Big Data Project. I have to setup 5 Computers (1 Master + 4 slaves) to run Apache Spark on YARN.
    I had an initial Hadoop setup that I setup Spark on but I messed on some steps as the guides were from different sources.



    So, I decided to start fresh with a guide for both Hadoop and Spark from the same source.
    I found and followed this Hadoop Setup Guide.



    Note: Since the PCs have a good amount of Memory, I did not Configure Memory Allocation and left it as is.



    After setting Hadoop up, I tried to start the daemons with start-dfs.sh and start-yarn.sh.



    On the master Node, jps showed this:



    21922 Jps
    21603 NameNode
    21655 DataNode
    21787 SecondaryNameNode


    but, on all the slave nodes jps came up with nothing:



    19819 Jps


    Is there something that I could have messed up here or is there an error in the Guide?



    I had setup Hadoop previously and use this guide.



    I tried some solutions that I found online but was unable to fix the issue.
    For reference, the Spark Installation Guide though I haven't started with this yet.



    I would really appreciate any and all help.
    Thanks!










    share|improve this question









    $endgroup$














      0












      0








      0





      $begingroup$


      I know similar questions have been asked and I already looked through a lot of them to figure out what the issue might be, but to no avail.



      I am a College student currently working on a Big Data Project. I have to setup 5 Computers (1 Master + 4 slaves) to run Apache Spark on YARN.
      I had an initial Hadoop setup that I setup Spark on but I messed on some steps as the guides were from different sources.



      So, I decided to start fresh with a guide for both Hadoop and Spark from the same source.
      I found and followed this Hadoop Setup Guide.



      Note: Since the PCs have a good amount of Memory, I did not Configure Memory Allocation and left it as is.



      After setting Hadoop up, I tried to start the daemons with start-dfs.sh and start-yarn.sh.



      On the master Node, jps showed this:



      21922 Jps
      21603 NameNode
      21655 DataNode
      21787 SecondaryNameNode


      but, on all the slave nodes jps came up with nothing:



      19819 Jps


      Is there something that I could have messed up here or is there an error in the Guide?



      I had setup Hadoop previously and use this guide.



      I tried some solutions that I found online but was unable to fix the issue.
      For reference, the Spark Installation Guide though I haven't started with this yet.



      I would really appreciate any and all help.
      Thanks!










      share|improve this question









      $endgroup$




      I know similar questions have been asked and I already looked through a lot of them to figure out what the issue might be, but to no avail.



      I am a College student currently working on a Big Data Project. I have to setup 5 Computers (1 Master + 4 slaves) to run Apache Spark on YARN.
      I had an initial Hadoop setup that I setup Spark on but I messed on some steps as the guides were from different sources.



      So, I decided to start fresh with a guide for both Hadoop and Spark from the same source.
      I found and followed this Hadoop Setup Guide.



      Note: Since the PCs have a good amount of Memory, I did not Configure Memory Allocation and left it as is.



      After setting Hadoop up, I tried to start the daemons with start-dfs.sh and start-yarn.sh.



      On the master Node, jps showed this:



      21922 Jps
      21603 NameNode
      21655 DataNode
      21787 SecondaryNameNode


      but, on all the slave nodes jps came up with nothing:



      19819 Jps


      Is there something that I could have messed up here or is there an error in the Guide?



      I had setup Hadoop previously and use this guide.



      I tried some solutions that I found online but was unable to fix the issue.
      For reference, the Spark Installation Guide though I haven't started with this yet.



      I would really appreciate any and all help.
      Thanks!







      apache-hadoop






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 31 at 11:33









      vinit144vinit144

      12




      12




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "557"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48288%2fdatanode-not-starting-on-slave-nodes-for-apache-hadoopspark-setup%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Data Science Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f48288%2fdatanode-not-starting-on-slave-nodes-for-apache-hadoopspark-setup%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Adding axes to figuresAdding axes labels to LaTeX figuresLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?adding axes to shapesAlign axes across subfiguresAdding figures with a certain orderLine up nested tikz enviroments or how to get rid of themAdding axes labels to LaTeX figures

          Luettelo Yhdysvaltain laivaston lentotukialuksista Lähteet | Navigointivalikko

          Gary (muusikko) Sisällysluettelo Historia | Rockin' High | Lähteet | Aiheesta muualla | NavigointivalikkoInfobox OKTuomas "Gary" Keskinen Ancaran kitaristiksiProjekti Rockin' High