<?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: NameNode is not leaving safemode and is not getting up. Need help. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119612#M30658</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/4739/chandrikapaturi.html" nodeid="4739"&gt;@c pat&lt;/A&gt;....I couldnt find the namenode location...&lt;/P&gt;</description>
    <pubDate>Mon, 22 May 2017 18:22:54 GMT</pubDate>
    <dc:creator>achu_thambi</dc:creator>
    <dc:date>2017-05-22T18:22:54Z</dc:date>
    <item>
      <title>NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119601#M30647</link>
      <description>&lt;P&gt;I'm using Ambari 2.2.1.0 and HDP 2.3.4.0&lt;/P&gt;&lt;P&gt;Using Ambari UI, I tried to start my &lt;STRONG&gt;NN.&lt;/STRONG&gt; But, its showing below error.&lt;/P&gt;&lt;PRE&gt;safemode: Call From server1.ddns.net/141.178.0.16 to server1.ddns.net:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: &lt;A href="http://wiki.apache.org/hadoop/ConnectionRefused" target="_blank"&gt;http://wiki.apache.org/hadoop/ConnectionRefused&lt;/A&gt; 2016-06-03 12:40:06,640 - Retrying after 10 seconds. Reason: Execution of '/usr/hdp/current/hadoop-hdfs-namenode/bin/hdfs dfsadmin -fs hdfs://server1.ddns.net:8020 -safemode get | grep 'Safe mode is OFF'' returned 1. safemode: Call From server1.ddns.net/141.178.0.16 to server1.ddns.net:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see: &lt;A href="http://wiki.apache.org/hadoop/ConnectionRefused" target="_blank"&gt;http://wiki.apache.org/hadoop/ConnectionRefused&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;After that, I tried below commands and the outputs are:&lt;/P&gt;&lt;PRE&gt;[root@server1 ~]# sudo -u hdfs hdfs dfsadmin -report
report: Call From server1.ddns.net/141.178.0.16 to server1.ddns.net:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  &lt;A href="http://wiki.apache.org/hadoop/ConnectionRefused" target="_blank"&gt;http://wiki.apache.org/hadoop/ConnectionRefused&lt;/A&gt;

[root@server1 ~]# sudo -u hdfs hdfs dfsadmin -safemode enter
safemode: Call From server1.ddns.net/141.178.0.16 to server1.ddns.net:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  &lt;A href="http://wiki.apache.org/hadoop/ConnectionRefused" target="_blank"&gt;http://wiki.apache.org/hadoop/ConnectionRefused&lt;/A&gt;

[root@server1 ~]# sudo -u hdfs hdfs dfsadmin -safemode leave
safemode: Call From server1.ddns.net/141.178.0.16 to server1.ddns.net:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  &lt;A href="http://wiki.apache.org/hadoop/ConnectionRefused" target="_blank"&gt;http://wiki.apache.org/hadoop/ConnectionRefused&lt;/A&gt;

[root@server1 ~]# 
&lt;/PRE&gt;&lt;P&gt;1) Why is it not leaving from safemode?&lt;/P&gt;&lt;P&gt;2) What could be the solution to resolve my problem and make the NN up?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please help me in this regard....&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 19:03:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119601#M30647</guid>
      <dc:creator>chandrika_patur</dc:creator>
      <dc:date>2016-06-03T19:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119602#M30648</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/4739/chandrikapaturi.html" nodeid="4739"&gt;@c pat&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You need to first find out why the connection to the Namenode is being refused.  Is the Namenode process up?  You can do a quick check with &lt;STRONG&gt;ps aux | grep -i namenode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If the Namenode process is up, then look at the logs in /var/log/hadoop/hdfs.  You will want to look at the file with that looks like hadoop-hdfs-namenode-*.log.  This should help you narrow down the cause a bit.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 20:54:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119602#M30648</guid>
      <dc:creator>TerryP</dc:creator>
      <dc:date>2016-06-03T20:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119603#M30649</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;Below are the results of each one you asked to execute.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1)&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;[root@server1 hdfs]# ps aux | grep -i namenode
root     27093  0.0  0.0 103308   900 pts/0    S+   19:40   0:00 grep -i namenode
&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;2) &lt;/STRONG&gt;[root@server1 hdfs]# nano hadoop-hdfs-namenode-server1.ddns.net.log&lt;/P&gt;&lt;PRE&gt;2016-06-03 14:03:11,218 INFO  impl.MetricsSystemImpl (MetricsSystemImpl.java:stop(211)) - Stopping NameNode metrics system...
2016-06-03 14:03:11,219 INFO  impl.MetricsSinkAdapter (MetricsSinkAdapter.java:publishMetricsFromQueue(141)) - timeline thre$
2016-06-03 14:03:11,219 INFO  impl.MetricsSystemImpl (MetricsSystemImpl.java:stop(217)) - NameNode metrics system stopped.
2016-06-03 14:03:11,219 INFO  impl.MetricsSystemImpl (MetricsSystemImpl.java:shutdown(607)) - NameNode metrics system shutdo$
2016-06-03 14:03:11,220 ERROR namenode.NameNode (NameNode.java:main(1712)) - Failed to start namenode.
java.net.BindException: Port in use: server1.ddns.net:50070
        at org.apache.hadoop.http.HttpServer2.openListeners(HttpServer2.java:919)
        at org.apache.hadoop.http.HttpServer2.start(HttpServer2.java:856)
        at org.apache.hadoop.hdfs.server.namenode.NameNodeHttpServer.start(NameNodeHttpServer.java:142)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.startHttpServer(NameNode.java:892)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:716)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.&amp;lt;init&amp;gt;(NameNode.java:951)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.&amp;lt;init&amp;gt;(NameNode.java:935)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1641)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.main(NameNode.java:1707)
Caused by: java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:444)
        at sun.nio.ch.Net.bind(Net.java:436)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
        at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
        at org.apache.hadoop.http.HttpServer2.openListeners(HttpServer2.java:914)
        ... 8 more
2016-06-03 14:03:11,223 INFO  util.ExitUtil (ExitUtil.java:terminate(124)) - Exiting with status 1
2016-06-03 14:03:11,260 INFO  namenode.NameNode (LogAdapter.java:info(47)) - SHUTDOWN_MSG:
/************************************************************
SHUTDOWN_MSG: Shutting down NameNode at server1.ddns.net/141.178.0.16&lt;/PRE&gt;&lt;P&gt;In my &lt;STRONG&gt;core-site.xml, &lt;/STRONG&gt;below is the entry&lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;fs.defaultFS&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;hdfs://server1.ddns.net:8020&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&lt;/PRE&gt;&lt;P&gt;In my &lt;STRONG&gt;hdfs-site.xml, &lt;/STRONG&gt;below are the entry&lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt;
      &amp;lt;name&amp;gt;dfs.https.port&amp;lt;/name&amp;gt;
      &amp;lt;value&amp;gt;50470&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;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;server1.ddns.net:50070&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;server1.ddns.net:50470&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;

&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.namenode.rpc-address&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;server1.ddns.net:8020&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;

&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;dfs.namenode.safemode.threshold-pct&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;1&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&lt;/PRE&gt;</description>
      <pubDate>Sat, 04 Jun 2016 01:58:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119603#M30649</guid>
      <dc:creator>chandrika_patur</dc:creator>
      <dc:date>2016-06-04T01:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119604#M30650</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/4739/chandrikapaturi.html" nodeid="4739"&gt;@c pat&lt;/A&gt;&lt;P&gt; Looks like your namenode process is down due to "Port in use: server1.ddns.net:50070".&lt;/P&gt;&lt;P&gt;Check if any  process occupying the port 50070.&lt;/P&gt;&lt;PRE&gt;lsof -i:50070&lt;/PRE&gt;&lt;P&gt;If output shows nothing then can you please start the NN again and run the above command to see if NN process running on that port?.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jun 2016 02:08:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119604#M30650</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-06-04T02:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119605#M30651</link>
      <description>&lt;P&gt;Even after re run the NN, nothing is getting displayed&lt;/P&gt;&lt;PRE&gt;[root@server1 conf]# lsof -i:50070
[root@server1 conf]# 
&lt;/PRE&gt;</description>
      <pubDate>Sat, 04 Jun 2016 02:15:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119605#M30651</guid>
      <dc:creator>chandrika_patur</dc:creator>
      <dc:date>2016-06-04T02:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119606#M30652</link>
      <description>&lt;P&gt;Can you check latest NN logs?&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jun 2016 02:20:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119606#M30652</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-06-04T02:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119607#M30653</link>
      <description>&lt;P&gt;Any help would be appreciated... &lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jun 2016 06:23:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119607#M30653</guid>
      <dc:creator>chandrika_patur</dc:creator>
      <dc:date>2016-06-04T06:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119608#M30654</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Latest NN logs:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;2016-06-05 01:03:14,805 INFO  impl.MetricsSystemImpl (MetricsSystemImpl.java:stop(217)) - NameNode metrics system stopped.
2016-06-05 01:03:14,806 INFO  impl.MetricsSystemImpl (MetricsSystemImpl.java:shutdown(607)) - NameNode metrics system shutdo$
2016-06-05 01:03:14,806 ERROR namenode.NameNode (NameNode.java:main(1712)) - Failed to start namenode.
java.net.BindException: Port in use: server1.ddns.net:50070
        at org.apache.hadoop.http.HttpServer2.openListeners(HttpServer2.java:919)
        at org.apache.hadoop.http.HttpServer2.start(HttpServer2.java:856)
        at org.apache.hadoop.hdfs.server.namenode.NameNodeHttpServer.start(NameNodeHttpServer.java:142)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.startHttpServer(NameNode.java:892)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:716)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.&amp;lt;init&amp;gt;(NameNode.java:951)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.&amp;lt;init&amp;gt;(NameNode.java:935)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1641)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.main(NameNode.java:1707)
Caused by: java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:444)
        at sun.nio.ch.Net.bind(Net.java:436)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:214)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
        at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
        at org.apache.hadoop.http.HttpServer2.openListeners(HttpServer2.java:914)
        ... 8 more
2016-06-05 01:03:14,809 INFO  util.ExitUtil (ExitUtil.java:terminate(124)) - Exiting with status 1
2016-06-05 01:03:14,812 INFO  namenode.NameNode (LogAdapter.java:info(47)) - SHUTDOWN_MSG:
/************************************************************
&lt;/PRE&gt;</description>
      <pubDate>Sun, 05 Jun 2016 07:04:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119608#M30654</guid>
      <dc:creator>chandrika_patur</dc:creator>
      <dc:date>2016-06-05T07:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119609#M30655</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/4739/chandrikapaturi.html" nodeid="4739"&gt;@c pat&lt;/A&gt; &lt;/P&gt;&lt;P&gt;This seems to be an issue with Ambari, Kindly restart the Ambari process and NN host to cleanup cache. Or else you can change the port 50070 to some other available port.&lt;/P&gt;&lt;P&gt;Curious to know your Ambari and HDP version?&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jun 2016 17:10:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119609#M30655</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-06-05T17:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119610#M30656</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Ambari 2.2.1.0 and HDP 2.3.4.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and this issue got resolved with below steps&lt;/P&gt;&lt;P&gt;1) stopped ambari agent and ambari server&lt;/P&gt;&lt;P&gt;2) did NN format using --&amp;gt; hdfs namenode -format&lt;/P&gt;&lt;P&gt;3) provided 777 rights and changed the user to hadoop, for namenode folder resided in the below path&lt;/P&gt;&lt;P&gt;/bigdata/hadoop/hdfs/&lt;STRONG&gt;namenode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4) restarted the agent and server.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jun 2016 17:24:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119610#M30656</guid>
      <dc:creator>chandrika_patur</dc:creator>
      <dc:date>2016-06-05T17:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119611#M30657</link>
      <description>&lt;P&gt;Not sure why NN format required here.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jun 2016 17:36:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119611#M30657</guid>
      <dc:creator>jyadav</dc:creator>
      <dc:date>2016-06-05T17:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119612#M30658</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/4739/chandrikapaturi.html" nodeid="4739"&gt;@c pat&lt;/A&gt;....I couldnt find the namenode location...&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 18:22:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119612#M30658</guid>
      <dc:creator>achu_thambi</dc:creator>
      <dc:date>2017-05-22T18:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119613#M30659</link>
      <description>&lt;P&gt;I did first two step but I got the same connection refused when I tried 777 rights&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 03:47:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119613#M30659</guid>
      <dc:creator>erkansirin78</dc:creator>
      <dc:date>2017-09-14T03:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119614#M30660</link>
      <description>&lt;P&gt;Please Add this below lines to hdfs-site.xml in between configuration properties  and restart the hdfs. &lt;/P&gt;&lt;P&gt;    &amp;lt;property&amp;gt;&lt;/P&gt;&lt;P&gt;
        &amp;lt;name&amp;gt;dfs.safemode.threshold.pct&amp;lt;/name&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;value&amp;gt;0&amp;lt;/value&amp;gt; &lt;/P&gt;&lt;P&gt;    &amp;lt;/property&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2017 19:24:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119614#M30660</guid>
      <dc:creator>rajadash2006</dc:creator>
      <dc:date>2017-10-23T19:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119615#M30661</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16877/rajadash2006.html" nodeid="16877"&gt;@PRAFUL DASH&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks it works for me.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 04:18:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119615#M30661</guid>
      <dc:creator>shashankkumar_m</dc:creator>
      <dc:date>2018-04-04T04:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: NameNode is not leaving safemode and is not getting up. Need help.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119616#M30662</link>
      <description>&lt;P&gt;Hello, I am facing the same error in my cluster, and same all above thing is reflecting, how did you solve this problem. waiting for your reply. please heal me out. &lt;A rel="user" href="https://community.cloudera.com/users/4739/chandrikapaturi.html" nodeid="4739"&gt;@c pat&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 07:25:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NameNode-is-not-leaving-safemode-and-is-not-getting-up-Need/m-p/119616#M30662</guid>
      <dc:creator>pradhanalok009</dc:creator>
      <dc:date>2018-10-10T07:25:13Z</dc:date>
    </item>
  </channel>
</rss>

