<?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 Hadoop Namenode is no up in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hadoop-Namenode-is-no-up/m-p/112487#M75318</link>
    <description>&lt;P&gt;&lt;STRONG&gt;I configured the hadoop, and i check the status using sudo jps&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;aruna@aruna:~/hadoop-2.7.3/sbin$ sudo jps
[sudo] password for aruna: 
10736 DataNode
16497 Jps
10915 SecondaryNameNode
16453 JobHistoryServer
14903 NodeManager
14734 ResourceManager&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;But the Namenode is not running.How can i up the Namenode ?&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2017 22:50:29 GMT</pubDate>
    <dc:creator>asliyanage</dc:creator>
    <dc:date>2017-02-17T22:50:29Z</dc:date>
    <item>
      <title>Hadoop Namenode is no up</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hadoop-Namenode-is-no-up/m-p/112487#M75318</link>
      <description>&lt;P&gt;&lt;STRONG&gt;I configured the hadoop, and i check the status using sudo jps&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;aruna@aruna:~/hadoop-2.7.3/sbin$ sudo jps
[sudo] password for aruna: 
10736 DataNode
16497 Jps
10915 SecondaryNameNode
16453 JobHistoryServer
14903 NodeManager
14734 ResourceManager&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;But the Namenode is not running.How can i up the Namenode ?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 22:50:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hadoop-Namenode-is-no-up/m-p/112487#M75318</guid>
      <dc:creator>asliyanage</dc:creator>
      <dc:date>2017-02-17T22:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop Namenode is no up</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hadoop-Namenode-is-no-up/m-p/112488#M75319</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/16133/asliyanage.html" nodeid="16133"&gt;@Aruna Sameera&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If it is not a single node cluster, check the node where namenode has to be started by checking the conf file - hdfs-site.xml(/etc/hadoop/conf/hdfs-site.xml). &lt;/P&gt;&lt;P&gt;Namenode node is provided in the given property in hdfs-site.xml&lt;/P&gt;&lt;PRE&gt; &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;dfs.namenode.http-address&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;Node:port&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
    &amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;dfs.namenode.https-address&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;node:port&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
&lt;/PRE&gt;&lt;P&gt;Once inside the node, find the namenode daemon.&lt;/P&gt;&lt;P&gt;Namenode daemon is present in HADOOP_HOME which can be found in /etc/hadoop/conf/hadoop-env.sh&lt;/P&gt;&lt;PRE&gt; # Hadoop home directory
      export HADOOP_HOME=${HADOOP_HOME:-/usr/hdp/current/hadoop-client}
&lt;/PRE&gt;&lt;PRE&gt;Start the namenode deamon as hdfs user


sudo su --c "/usr/hdp/current/hadoop-client/sbin/hadoop-daemon.sh start
 namenode" hdfs&lt;/PRE&gt;&lt;P&gt;If the namenode is still not started, please paste the logs which can be found at /etc/hadoop/conf/hadoop-env.sh&lt;/P&gt;&lt;PRE&gt;  # Where log files are stored.  $HADOOP_HOME/logs by default.
      export HADOOP_LOG_DIR=/grid/0/log/hdfs/$USER&lt;/PRE&gt;</description>
      <pubDate>Sat, 18 Feb 2017 08:33:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hadoop-Namenode-is-no-up/m-p/112488#M75319</guid>
      <dc:creator>ssathish</dc:creator>
      <dc:date>2017-02-18T08:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hadoop Namenode is no up</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hadoop-Namenode-is-no-up/m-p/112489#M75320</link>
      <description>&lt;P&gt;Thanks  @ssathish i remove the Hadoop and start from the begining. Now its working fine.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 11:51:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hadoop-Namenode-is-no-up/m-p/112489#M75320</guid>
      <dc:creator>asliyanage</dc:creator>
      <dc:date>2017-02-20T11:51:42Z</dc:date>
    </item>
  </channel>
</rss>

