<?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: Cannot start data node - did the troubleshooting and find something wired: could you help!!! in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/289463#M214270</link>
    <description>&lt;P&gt;Awesome.It worked for me.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2020 16:47:23 GMT</pubDate>
    <dc:creator>HKG</dc:creator>
    <dc:date>2020-02-10T16:47:23Z</dc:date>
    <item>
      <title>Cannot start data node - did the troubleshooting and find something wired: could you help!!!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/118598#M81381</link>
      <description>&lt;P&gt;I installed Hadoop 2.7.2 (1 master NN -1 second NN-3 datanodes) and tried to start my datanodes !!! Get stuck! &lt;/P&gt;&lt;P&gt;After trouble shouting the logs (see below), the fatal error is due to ClusterID mismatch... easy! just change the IDs. &lt;STRONG&gt;WRONG&lt;/STRONG&gt;... when I checked my VERSION files on the NameNode and the DataNodes they are identical.(see by yourself below)&lt;/P&gt;&lt;P&gt;So the question is simple: INTO the log file --&amp;gt; Where the ClusterID of the NameNode is coming From????&lt;/P&gt;&lt;P&gt;LOG FILE:&lt;/P&gt;
&lt;HR /&gt;&lt;PRE&gt;WARN org.apache.hadoop.hdfs.server.common.Storage: java.io.IOException:Incompatible clusterIDs in/home/hduser/mydata/hdfs/datanode: namenode clusterID =**CID-8e09ff25-80fb-4834-878b-f23b3deb62d0**; datanode clusterID =**CID-cd85e59a-ed4a-4516-b2ef-67e213cfa2a1**
org.apache.hadoop.hdfs.server.datanode.DataNode:Initialization failed forBlock pool &amp;lt;registering&amp;gt;(DatanodeUuid unassigned) service to master/172.XX.XX.XX:9000.Exiting.
java.io.IOException:All specified directories are failed to load.
atorg.apache.hadoop.hdfs.server.datanode.DataStorage.recoverTransitionRead(DataStorage.java:478)
atorg.apache.hadoop.hdfs.server.datanode.DataNode.initStorage(DataNode.java:1358)
atorg.apache.hadoop.hdfs.server.datanode.DataNode.initBlockPool(DataNode.java:1323)
atorg.apache.hadoop.hdfs.server.datanode.BPOfferService.verifyAndSetNamespaceInfo(BPOfferService.java:317)
atorg.apache.hadoop.hdfs.server.datanode.BPServiceActor.connectToNNAndHandshake(BPServiceActor.java:223)
atorg.apache.hadoop.hdfs.server.datanode.BPServiceActor.run(BPServiceActor.java:802)
at java.lang.Thread.run(Thread.java:745)
WARN org.apache.hadoop.hdfs.server.datanode.DataNode:Ending block pool service for:Block pool &amp;lt;registering&amp;gt;(DatanodeUuid unassigned) service to master/172.XX.XX.XX:9000
INFO org.apache.hadoop.hdfs.server.datanode.DataNode:RemovedBlock pool &amp;lt;registering&amp;gt;(DatanodeUuid unassigned)
WARN org.apache.hadoop.hdfs.server.datanode.DataNode:ExitingDatanode&lt;/PRE&gt;&lt;P&gt;COPY of THE VERSION FILE&lt;/P&gt;&lt;HR /&gt;
&lt;P&gt;&lt;STRONG&gt;the master&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;storageID=DS-f72f5710-a869-489d-9f52-40dadc659937
clusterID=CID-cd85e59a-ed4a-4516-b2ef-67e213cfa2a1
cTime=0
datanodeUuid=54bc8b80-b84f-4893-8b96-36568acc5d4b
storageType=DATA_NODE
layoutVersion=-56&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;THE DataNode&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;storageID=DS-f72f5710-a869-489d-9f52-40dadc659937
clusterID=CID-cd85e59a-ed4a-4516-b2ef-67e213cfa2a1
cTime=0
datanodeUuid=54bc8b80-b84f-4893-8b96-36568acc5d4b
storageType=DATA_NODE
layoutVersion=-56&lt;/PRE&gt;</description>
      <pubDate>Sun, 31 Jan 2016 17:19:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/118598#M81381</guid>
      <dc:creator>luc_tiber</dc:creator>
      <dc:date>2016-01-31T17:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start data node - did the troubleshooting and find something wired: could you help!!!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/118599#M81382</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2412/luctiber.html" nodeid="2412"&gt;@luc tiber&lt;/A&gt;&lt;P&gt;I am guessing that it's non ambari install. Good &lt;A target="_blank" href="http://stackoverflow.com/questions/16020334/hadoop-datanode-process-killed"&gt;thread&lt;/A&gt;&lt;/P&gt;&lt;P&gt;namenode clusterID =**CID-8e09ff25-80fb-4834-878b-f23b3deb62d0**; &lt;/P&gt;&lt;P&gt;datanode clusterID =**CID-cd85e59a-ed4a-4516-b2ef-67e213cfa2a1**&lt;/P&gt;&lt;P&gt;You can see &lt;A target="_blank" href="http://hortonworks.com/blog/hdfs-metadata-directories-explained/"&gt;this&lt;/A&gt; for detail on version file location&lt;/P&gt;&lt;P&gt;Resolution: As it's new cluster so we can reformat the namenode as discussed here &lt;A href="http://stackoverflow.com/questions/16020334/hadoop-datanode-process-killed"&gt;thread&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2016 19:33:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/118599#M81382</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-31T19:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start data node - did the troubleshooting and find something wired: could you help!!!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/118600#M81383</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2412/luctiber.html" nodeid="2412"&gt;@luc tiber&lt;/A&gt; Hadoop 2.7.2 is not released by Hortonworks yet. Mixing a HWX release with any other including Apache will yeld unintended results&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2016 20:23:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/118600#M81383</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-31T20:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start data node - did the troubleshooting and find something wired: could you help!!!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/118601#M81384</link>
      <description>&lt;P&gt;Hi Artem, &lt;/P&gt;&lt;P&gt;I appreciate Hortonwork perspective on the issue I shared. This is a clear product management position and from that perspective, this is a very valid point. Point taken!&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2016 22:46:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/118601#M81384</guid>
      <dc:creator>luc_tiber</dc:creator>
      <dc:date>2016-01-31T22:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start data node - did the troubleshooting and find something wired: could you help!!!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/118602#M81385</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2412/luctiber.html" nodeid="2412"&gt;@luc tiber&lt;/A&gt; I agree with your last comments and glad that you are trying latest version. Please submit your feedback once you fix the issue. &lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2016 23:36:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/118602#M81385</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-31T23:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start data node - did the troubleshooting and find something wired: could you help!!!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/118603#M81386</link>
      <description>&lt;P&gt;Just to summarize (and close) this issue, I would like to share how I fixed this issue.&lt;/P&gt;&lt;P&gt;On the &lt;STRONG&gt;MASTER &lt;/STRONG&gt;and the &lt;STRONG&gt;2nd Namenod&lt;/STRONG&gt;e the Namenode VERSION file is under ~/.../&lt;STRONG&gt;namenode&lt;/STRONG&gt;/current/VERSION. &lt;/P&gt;&lt;P&gt;BUT for &lt;STRONG&gt;DATANODES &lt;/STRONG&gt;the path is different. it should look something like this ~/.../&lt;STRONG&gt;datanode&lt;/STRONG&gt;/current/VERSION &lt;/P&gt;&lt;P&gt;ClusterIDs between the 2 VERSION files should be identical&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 02:16:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/118603#M81386</guid>
      <dc:creator>luc_tiber</dc:creator>
      <dc:date>2016-02-01T02:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start data node - did the troubleshooting and find something wired: could you help!!!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/118604#M81387</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2412/luctiber.html" nodeid="2412"&gt;@luc tiber&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks for sharing the update !!! I may reproduce and test this &lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 02:31:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/118604#M81387</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-01T02:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot start data node - did the troubleshooting and find something wired: could you help!!!</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/289463#M214270</link>
      <description>&lt;P&gt;Awesome.It worked for me.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 16:47:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cannot-start-data-node-did-the-troubleshooting-and-find/m-p/289463#M214270</guid>
      <dc:creator>HKG</dc:creator>
      <dc:date>2020-02-10T16:47:23Z</dc:date>
    </item>
  </channel>
</rss>

