<?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: Unable to start namenode in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113516#M54853</link>
    <description>&lt;P&gt;&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;Find the process that is holding the port 50070 and then kill it.&lt;/P&gt;&lt;PRE&gt;# netstat -tnlpa | grep 50070
tcp        0      0 172.17.0.2:50070            0.0.0.0:*                   LISTEN      29687/java     


# kill -9 29687&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
    <pubDate>Sat, 18 Feb 2017 22:20:40 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2017-02-18T22:20:40Z</dc:date>
    <item>
      <title>Unable to start namenode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113511#M54848</link>
      <description>&lt;P&gt;I try to start the namenode severa times. but its not starting, so i check the log file. I found the below exception&lt;/P&gt;&lt;PRE&gt;2017-02-18 15:05:23,548 ERROR org.apache.hadoop.hdfs.server.namenode.NameNode: Failed to start namenode.
java.io.IOException: There appears to be a gap in the edit log.  We expected txid 1, but got txid 44.
    at org.apache.hadoop.hdfs.server.namenode.MetaRecoveryContext.editLogLoaderPrompt(MetaRecoveryContext.java:94)
    at org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader.loadEditRecords(FSEditLogLoader.java:215)
    at org.apache.hadoop.hdfs.server.namenode.FSEditLogLoader.loadFSEdits(FSEditLogLoader.java:143)
    at org.apache.hadoop.hdfs.server.namenode.FSImage.loadEdits(FSImage.java:843)
    at org.apache.hadoop.hdfs.server.namenode.FSImage.loadFSImage(FSImage.java:698)
    at org.apache.hadoop.hdfs.server.namenode.FSImage.recoverTransitionRead(FSImage.java:294)
    at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.loadFSImage(FSNamesystem.java:975)
    at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.loadFromDisk(FSNamesystem.java:681)
    at org.apache.hadoop.hdfs.server.namenode.NameNode.loadNamesystem(NameNode.java:585)
    at org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:645)
    at org.apache.hadoop.hdfs.server.namenode.NameNode.&amp;lt;init&amp;gt;(NameNode.java:812)
    at org.apache.hadoop.hdfs.server.namenode.NameNode.&amp;lt;init&amp;gt;(NameNode.java:796)
    at org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1493)
    at org.apache.hadoop.hdfs.server.namenode.NameNode.main(NameNode.java:1559)
2017-02-18 15:05:23,552 INFO org.apache.hadoop.util.ExitUtil: Exiting with status 1
2017-02-18 15:05:23,554 INFO org.apache.hadoop.hdfs.server.namenode.NameNode: SHUTDOWN_MSG: 
/************************************************************
SHUTDOWN_MSG: Shutting down NameNode at aruna/127.0.1.1
************************************************************/

&lt;/PRE&gt;&lt;P&gt;It says gap in the edit log. I search the google and still not find any solution ?&lt;/P&gt;&lt;P&gt;All the other deamons are running&lt;/P&gt;&lt;PRE&gt;aruna@aruna:~/hadoop-2.7.3/sbin$ sudo jps
4177 DataNode
4545 ResourceManager
5042 JobHistoryServer
5605 Jps
4854 NodeManager
4360 SecondaryNameNode
aruna@aruna:~/hadoop-2.7.3/sbin$ 

&lt;/PRE&gt;</description>
      <pubDate>Sat, 18 Feb 2017 15:17:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113511#M54848</guid>
      <dc:creator>asliyanage</dc:creator>
      <dc:date>2017-02-18T15:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start namenode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113512#M54849</link>
      <description>&lt;P&gt;&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;Try these steps:

Stop "SecondaryNameNode" then start it again.&lt;/P&gt;&lt;P&gt;
1. On Active NameNode service execute following commands:&lt;/P&gt;&lt;PRE&gt;# su hdfs
# hdfs dfsadmin -safemode enter
# hdfs dfsadmin -saveNamespace&lt;/PRE&gt;&lt;P&gt;
2. Stop HDFS. Keep the Journal Nodes running.&lt;/P&gt;&lt;P&gt;3. Take a backup of the "Data directory of the NameNode". 
For example if the NameNode data directory is - "/hadoop/hdfs/namenode", and the backup location is "/tmp" , then following:&lt;/P&gt;&lt;PRE&gt;# cp   -prf /hadoop/hdfs/namenode/current     /tmp&lt;/PRE&gt;&lt;P&gt;
4. Run "initializeSharedEdits" to sync the edits. &lt;/P&gt;&lt;PRE&gt;# hdfs namenode -initializeSharedEdits&lt;/PRE&gt;&lt;P&gt;
5. Start the NameNode service, that was active last time.&lt;/P&gt;&lt;P&gt;6. Bootstrap Standby NameNode. This command copies the contents of the Active NameNode's metadata directories (including the namespace information and most recent checkpoint) to the Standby NameNode.&lt;/P&gt;&lt;PRE&gt;# hdfs namenode -bootstrapStandby&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;7. Start the Standby NameNode and the rest of HDFS. &lt;/P&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 15:34:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113512#M54849</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-02-18T15:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start namenode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113513#M54850</link>
      <description>&lt;P&gt;which bash file use to stop &lt;STRONG&gt;SecondaryNameNode&lt;/STRONG&gt; ? Normally i use &lt;STRONG&gt;stop-all.sh&lt;/STRONG&gt; to stop the deamons.&lt;STRONG&gt;
&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 20:46:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113513#M54850</guid>
      <dc:creator>asliyanage</dc:creator>
      <dc:date>2017-02-18T20:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start namenode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113514#M54851</link>
      <description>&lt;P&gt;&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;PRE&gt;hadoop-daemon.sh start [namenode | secondarynamenode | datanode | jobtracker | tasktracker]
&lt;/PRE&gt;&lt;P&gt;.
&lt;A rel="user" href="https://community.cloudera.com/users/16133/asliyanage.html" nodeid="16133"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 20:59:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113514#M54851</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-02-18T20:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start namenode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113515#M54852</link>
      <description>&lt;P&gt;since i got issues continously i delete the hadoop folder using &lt;STRONG&gt;rm - rf &lt;/STRONG&gt;command .&lt;/P&gt;&lt;P&gt;Then i try to install from the beginging, when i complete starting deamons it shows as below&lt;/P&gt;&lt;PRE&gt;aruna@aruna:/tmp$ sudo jps
[sudo] password for aruna: 
12282 Jps
11500 DataNode

&lt;/PRE&gt;&lt;P&gt;Then i check the   &lt;STRONG&gt;hadoop-aruna-namenode-aruna.log&lt;/STRONG&gt; file&lt;/P&gt;&lt;PRE&gt;java.net.BindException: Port in use: 0.0.0.0: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:753)
    at org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:639)
    at org.apache.hadoop.hdfs.server.namenode.NameNode.&amp;lt;init&amp;gt;(NameNode.java:812)
    at org.apache.hadoop.hdfs.server.namenode.NameNode.&amp;lt;init&amp;gt;(NameNode.java:796)
    at org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1493)
    at org.apache.hadoop.hdfs.server.namenode.NameNode.main(NameNode.java:1559)
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:463)
    at sun.nio.ch.Net.bind(Net.java:455)
    at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
    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

&lt;/PRE&gt;&lt;P&gt;It tell that the port is already use.? since i delete the old hadoop instalation and clear the temp file how it says port already used/&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 22:16:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113515#M54852</guid>
      <dc:creator>asliyanage</dc:creator>
      <dc:date>2017-02-18T22:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start namenode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113516#M54853</link>
      <description>&lt;P&gt;&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;Find the process that is holding the port 50070 and then kill it.&lt;/P&gt;&lt;PRE&gt;# netstat -tnlpa | grep 50070
tcp        0      0 172.17.0.2:50070            0.0.0.0:*                   LISTEN      29687/java     


# kill -9 29687&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 22:20:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113516#M54853</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-02-18T22:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start namenode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113517#M54854</link>
      <description>&lt;P&gt;&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;Check if the service is up or not?    It should open port 9000 if you have not changed the value of :&lt;/P&gt;&lt;PRE&gt;&amp;lt;configuration&amp;gt;
    &amp;lt;property&amp;gt;
        &amp;lt;name&amp;gt;fs.defaultFS&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;hdfs://localhost:9000&amp;lt;/value&amp;gt;
    &amp;lt;/property&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;P&gt;- Check port. If port is not opened then start the service or check configuration if it is supposed to start on 9000 port or not?&lt;/P&gt;&lt;PRE&gt;netstat -tnlpa | grep 9000&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;See:   &lt;/P&gt;&lt;P&gt;&lt;A href="https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SingleCluster.html" target="_blank"&gt;https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/SingleCluster.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 22:44:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113517#M54854</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-02-18T22:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start namenode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113518#M54855</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma &lt;/A&gt;it works for many logs. But &lt;STRONG&gt;hadoop-aruna-datanode-aruna.log &lt;/STRONG&gt; log has connection issue.&lt;/P&gt;&lt;PRE&gt;java.net.ConnectException: Call From aruna/127.0.1.1 to localhost:9000 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;    at sun.reflect.GeneratedConstructorAccessor8.newInstance(Unknown Source)    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)    at java.lang.reflect.Constructor.newInstance(Constructor.java:526)    at org.apache.hadoop.net.NetUtils.wrapWithMessage(NetUtils.java:792)    at org.apache.hadoop.net.NetUtils.wrapException(NetUtils.java:732)    at org.apache.hadoop.ipc.Client.call(Client.java:1479)    at org.apache.hadoop.ipc.Client.call(Client.java:1412)    at org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:229)    at com.sun.proxy.$Proxy14.sendHeartbeat(Unknown Source)    at org.apache.hadoop.hdfs.protocolPB.DatanodeProtocolClientSideTranslatorPB.sendHeartbeat(DatanodeProtocolClientSideTranslatorPB.java:152)    at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.sendHeartBeat(BPServiceActor.java:554)    at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.offerService(BPServiceActor.java:653)    at org.apache.hadoop.hdfs.server.datanode.BPServiceActor.run(BPServiceActor.java:824)    at java.lang.Thread.run(Thread.java:745)Caused by: java.net.ConnectException: Connection refused    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)    at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:744)    at org.apache.hadoop.net.SocketIOWithTimeout.connect(SocketIOWithTimeout.java:206)    at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:531)    at org.apache.hadoop.net.NetUtils.connect(NetUtils.java:495)    at org.apache.hadoop.ipc.Client$Connection.setupConnection(Client.java:614)    at org.apache.hadoop.ipc.Client$Connection.setupIOstreams(Client.java:712)    at org.apache.hadoop.ipc.Client$Connection.access$2900(Client.java:375)    at org.apache.hadoop.ipc.Client.getConnection(Client.java:1528)    at org.apache.hadoop.ipc.Client.call(Client.java:1451)    ... 8 more &lt;/PRE&gt;&lt;P&gt;It says unable to connect 127.0.1.1 to localhost: 9000. How can i resolve this ?&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2017 22:44:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113518#M54855</guid>
      <dc:creator>asliyanage</dc:creator>
      <dc:date>2017-02-18T22:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start namenode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113519#M54856</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is my core-site.xml&lt;/P&gt;&lt;PRE&gt;&amp;lt;configuration&amp;gt;
&amp;lt;property&amp;gt;
&amp;lt;name&amp;gt;fs.default.name&amp;lt;/name&amp;gt;
&amp;lt;value&amp;gt;hdfs://localhost:9000&amp;lt;/value&amp;gt;
&amp;lt;/property&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;P&gt;
&lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;in core-site.xml name is "fs.default.name" , not the "fs.defaultFS"&lt;/P&gt;
&lt;P&gt;port 9000 is open. I check as below.&lt;/P&gt;&lt;PRE&gt;aruna@aruna:~/hadoop-2.7.3/sbin$     netstat -tnlpa | grep 9000
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      13554/java      
tcp        0      0 127.0.0.1:58016         127.0.0.1:9000          TIME_WAIT&lt;/PRE&gt;</description>
      <pubDate>Sun, 19 Feb 2017 05:59:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113519#M54856</guid>
      <dc:creator>asliyanage</dc:creator>
      <dc:date>2017-02-19T05:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start namenode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113520#M54857</link>
      <description>&lt;P&gt;Many Thanks for helping me &lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418" target="_blank"&gt;@Jay SenSharma&lt;/A&gt;. I remove all the Hadoop and start again. Now seeem ok.&lt;/P&gt;&lt;PRE&gt;aruna@aruna:~/hadoop-2.7.3/sbin$ sudo jps
4256 SecondaryNameNode
3921 NameNode
4437 ResourceManager
4918 Jps
4074 DataNode
4876 JobHistoryServer
4733 NodeManager

&lt;/PRE&gt;&lt;P&gt;1) Anywa i have one question, when i ShutDown the my machine and start again do i need to start the deamons everytime ?&lt;/P&gt;&lt;P&gt;Below is the Screenshot of &lt;STRONG&gt;&lt;A href="http://localhost:50070" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:50070&lt;/A&gt;  &lt;/STRONG&gt;url&lt;STRONG&gt;
&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12658-screenshot-from-2017-02-20-09-38-00.png" style="width: 1301px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23169i2188C17119F980D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12658-screenshot-from-2017-02-20-09-38-00.png" alt="12658-screenshot-from-2017-02-20-09-38-00.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12659-screenshot-from-2017-02-20-09-38-43.png" style="width: 1301px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23170i6AFE5E8A8B5BECAB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12659-screenshot-from-2017-02-20-09-38-43.png" alt="12659-screenshot-from-2017-02-20-09-38-43.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12660-screenshot-from-2017-02-20-09-39-00.png" style="width: 1301px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23171i4B4AB1114B23A43C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="12660-screenshot-from-2017-02-20-09-39-00.png" alt="12660-screenshot-from-2017-02-20-09-39-00.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 11:09:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113520#M54857</guid>
      <dc:creator>asliyanage</dc:creator>
      <dc:date>2019-08-19T11:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start namenode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113521#M54858</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16133/asliyanage.html" nodeid="16133"&gt;@Aruna Sameera&lt;/A&gt;
As mentioned earlier as well that in order to maintain a good forum/community it is best that you ask one query per thread and mark the answer as "Accepted" when your answer is properly answered and was helpful. Keep asking different queries in a single thread and not Accepting answers that are helpful is not a good forum etiquette.&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16133/asliyanage.html" nodeid="16133"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 10:58:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113521#M54858</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2017-02-20T10:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to start namenode</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113522#M54859</link>
      <description>&lt;P&gt;ok &lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay SenSharma&lt;/A&gt; . I did those things for all my questions&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 01:00:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Unable-to-start-namenode/m-p/113522#M54859</guid>
      <dc:creator>asliyanage</dc:creator>
      <dc:date>2017-02-21T01:00:37Z</dc:date>
    </item>
  </channel>
</rss>

