<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Hadoop Services are not starting up after successfull installation of windows server 2012 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hadoop-Services-are-not-starting-up-after-successfull/m-p/102857#M65789</link>
    <description>&lt;P&gt;Thank you so much Gangadhar Kadam,&lt;/P&gt;&lt;P&gt;i decide to used centos as operating system because i want to reduce the licenses cost.&lt;/P&gt;&lt;P&gt;now i am planning to configure centos cluster.&lt;/P&gt;&lt;P&gt;if you know any vedio tutorial/blog or step by step documentation, please guide me to them.&lt;/P&gt;&lt;P&gt;i really appriciate your kind help and support.&lt;/P&gt;&lt;P&gt;i will mark your reply as Accept because i cannot check it now. but it seems to work anyhow.&lt;/P&gt;&lt;P&gt;Thanks alot.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2016 13:49:19 GMT</pubDate>
    <dc:creator>Muhammad_idrees</dc:creator>
    <dc:date>2016-01-18T13:49:19Z</dc:date>
    <item>
      <title>Hadoop Services are not starting up after successfull installation of windows server 2012</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hadoop-Services-are-not-starting-up-after-successfull/m-p/102854#M65786</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;i have installed Hortonworks HDP 2.3 on windows server 2012 R2 datacenter edition. i have three nodes NameNode1,DataNode1 and DataNode2&lt;/P&gt;&lt;P&gt;all the nodes are pinging each other and i have put the entries in etc\hosts file as well. i install HDP on all three servers and installation was successfull.&lt;/P&gt;&lt;P&gt;now i want to startup the services on NameNode1, other services are starting except the following&lt;/P&gt;&lt;P&gt;Apache Hadoop namenode&lt;/P&gt;&lt;P&gt;Apache Hadoop derbyserver&lt;/P&gt;&lt;P&gt;could somebody guide me what is the reason? where are the logs to check? how to fix?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:57:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hadoop-Services-are-not-starting-up-after-successfull/m-p/102854#M65786</guid>
      <dc:creator>Muhammad_idrees</dc:creator>
      <dc:date>2022-09-16T09:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop Services are not starting up after successfull installation of windows server 2012</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hadoop-Services-are-not-starting-up-after-successfull/m-p/102855#M65787</link>
      <description>&lt;P&gt;Try below-&lt;/P&gt;&lt;P&gt;1. stop the HDFS&lt;/P&gt;&lt;P&gt;$HADOOP_HOME/sbin/stop-dfs.sh&lt;/P&gt;&lt;P&gt;2.Remove the temp folder. Check for the log to get the name dir&lt;/P&gt;&lt;P&gt;3. Set the name node and data node directories in hdfs-site.xml in your prefered location&lt;/P&gt;&lt;P&gt;property&amp;gt;
        &amp;lt;name&amp;gt;dfs.namenode.name.dir&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;file:/users/gangadharkadam/hadoopdata/hdfs/namenode&amp;lt;/value&amp;gt; &lt;/P&gt;&lt;P&gt;    &amp;lt;/property&amp;gt;
    &amp;lt;property&amp;gt;
        &amp;lt;name&amp;gt;dfs.datanode.name.dir&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;file:/users/gangadharkadam/hadoopdata/hdfs/datanode&amp;lt;/value&amp;gt; &lt;/P&gt;&lt;P&gt;4.Set the permissions on the new directories&lt;/P&gt;&lt;P&gt;sudo chown gangadharkadam:staff /users/gangadharkadam/hadoopdata/hdfs/namenode&lt;/P&gt;&lt;P&gt;sudo chmod 750 /users/gangadharkadam/hadoopdata/hdfs/namenode&lt;/P&gt;&lt;P&gt;5. Format the namnode&lt;/P&gt;&lt;P&gt;hdfs dfs namenode -format&lt;/P&gt;&lt;P&gt;6. Start the HDFS again&lt;/P&gt;&lt;P&gt;$HADOOP_HOME/sbin/start-dfs.sh&lt;/P&gt;&lt;P&gt;7. check the running daemons using&lt;/P&gt;&lt;P&gt;jps -l&lt;/P&gt;&lt;P&gt;Have good luck with your new HDFS &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 23:15:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hadoop-Services-are-not-starting-up-after-successfull/m-p/102855#M65787</guid>
      <dc:creator>GeeKay2015</dc:creator>
      <dc:date>2016-01-16T23:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop Services are not starting up after successfull installation of windows server 2012</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hadoop-Services-are-not-starting-up-after-successfull/m-p/102856#M65788</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2117/muhammadidrees.html" nodeid="2117"&gt;@Muhammad idrees&lt;/A&gt;&lt;P&gt;I highly recommend this see this doc.&lt;A target="_blank" href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4-Win/bk_HDP_Install_Win/content/ref-7a51dfbf-8b58-4c88-a25e-9197ef4fa8a4.1.html"&gt; http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4-Win/bk_HDP_Install_Win/content/ref-7a51dfbf-8b58-4c88-a25e-9197ef4fa8a4.1.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;15 mins of investment can save lot of time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jan 2016 23:25:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hadoop-Services-are-not-starting-up-after-successfull/m-p/102856#M65788</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-17T23:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop Services are not starting up after successfull installation of windows server 2012</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hadoop-Services-are-not-starting-up-after-successfull/m-p/102857#M65789</link>
      <description>&lt;P&gt;Thank you so much Gangadhar Kadam,&lt;/P&gt;&lt;P&gt;i decide to used centos as operating system because i want to reduce the licenses cost.&lt;/P&gt;&lt;P&gt;now i am planning to configure centos cluster.&lt;/P&gt;&lt;P&gt;if you know any vedio tutorial/blog or step by step documentation, please guide me to them.&lt;/P&gt;&lt;P&gt;i really appriciate your kind help and support.&lt;/P&gt;&lt;P&gt;i will mark your reply as Accept because i cannot check it now. but it seems to work anyhow.&lt;/P&gt;&lt;P&gt;Thanks alot.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 13:49:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hadoop-Services-are-not-starting-up-after-successfull/m-p/102857#M65789</guid>
      <dc:creator>Muhammad_idrees</dc:creator>
      <dc:date>2016-01-18T13:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop Services are not starting up after successfull installation of windows server 2012</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hadoop-Services-are-not-starting-up-after-successfull/m-p/102858#M65790</link>
      <description>&lt;P&gt;Thank you Neeraj Sabharwal,&lt;/P&gt;&lt;P&gt;yes, this is my fault not to go through the documentation first. i do first check documentations before touching any technology and i got this habbit from oracle. i dont know why in Hortonworks i skip documentations, may be it is new for me and a bit difficult to find the proper documentation... i dont know.&lt;/P&gt;&lt;P&gt;but i promise, i will check them from now on.&lt;/P&gt;&lt;P&gt;i really appriciate your kind replies and support.&lt;/P&gt;&lt;P&gt;thank you so much.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 13:52:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hadoop-Services-are-not-starting-up-after-successfull/m-p/102858#M65790</guid>
      <dc:creator>Muhammad_idrees</dc:creator>
      <dc:date>2016-01-18T13:52:01Z</dc:date>
    </item>
  </channel>
</rss>

