Support Questions

Find answers, ask questions, and share your expertise

is it require to start Hadoop deamons when machin shutdown and start

avatar
Explorer

I have installed the hadoop properly.Now all the nodes runnig. But when i shutdown the machine and start it , do i need to start hadoop deamons each and every time ?

  • aruna@aruna:~/hadoop-2.7.3/sbin$ sudo jps
  • 4256SecondaryNameNode
  • 3921NameNode
  • 4437ResourceManager
  • 4918Jps
  • 4074DataNode
  • 4876JobHistoryServer
  • 4733NodeManager
  • 1 ACCEPTED SOLUTION

    avatar

    @Aruna Sameera- It all depends whether you have set up the cluster manually or using Ambari

    View solution in original post

    2 REPLIES 2

    avatar
    Master Guru

    Take a look at ambari auto start services feature in ambari 2.4.x

    Here is the documenation

    https://cwiki.apache.org/confluence/display/AMBARI/Recovery%3A+auto+start+components#Recovery:autost...

    avatar

    @Aruna Sameera- It all depends whether you have set up the cluster manually or using Ambari