<?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 Datanodes start and then stop ... only one datanode process working at a time in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120040#M82814</link>
    <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Env details:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I installed a hadoop 2.7.2 (not HW but pure Hadoop) multinode cluster on AWS (1 Namenode/1 2nd NN/ 3 datanodes - ubuntu 14.04). &lt;/P&gt;&lt;P&gt;The cluster was based on the following tutorial(http://mfaizmzaki.com/2015/12/17/how-to-install-hadoop-2-7-1-multi-node-cluster-on-amazon-aws-ec2-instance-improved-part-1/) --&amp;gt; this means the first install (master) is copied and tuned across&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Issue:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The 3 data nodes individually work correctly if I configure the cluster with 1 Datanode (I specifically excluded the 2 others).&lt;/P&gt;&lt;P&gt;As soon as I add another data node the data node booting first log a FATAL error (see extract of the log file hereafter and snapshot of the VERSION file) and stop. The data node booting second work then fine...&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;B&gt;Any idea-recommendation ?&lt;/B&gt;&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;Am I doing something wrong cloning the AMI of the master on other machine?&lt;/B&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks Folks!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Log File&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INFO&lt;/STRONG&gt; org.apache.hadoop.hdfs.server.datanode.DataNode: Unsuccessfully sent block report 0x1858458671b,  containing 1 storage report(s), of which we sent 0. The reports had 0 total blocks and used 0 RPC(s). This took 5 msec to generate and 35 msecs for RPC and NN processing. Got back no commands. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WARN &lt;/STRONG&gt;org.apache.hadoop.hdfs.server.datanode.DataNode: Block pool BP-1251070591-172.Y.Y.Y-1454167071207 (Datanode Uuid 54bc8b80-b84f-4893-8b96-36568acc5d4b) service to master/172.Y.Y.Y:9000 is shutting down
org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.hdfs.protocol.UnregisteredNodeException): Data node DatanodeRegistration(172.X.X.X:50010, datanodeUuid=54bc8b80-b84f-4893-8b96-36568acc5d4b, infoPort=50075, infoSecurePort=0, ipcPort=50020, storageInfo=lv=-56;cid=CID-8e09ff25-80fb-4834-878b-f23b3deb62d0;nsid=278157295;c=0) is attempting to report storage ID 54bc8b80-b84f-4893-8b96-36568acc5d4b. Node 172.Z.Z.Z:50010 is expected to serve this storage. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WARN &lt;/STRONG&gt;org.apache.hadoop.hdfs.server.datanode.DataNode: Ending block pool service for: Block pool BP-1251070591-172.31.34.94-1454167071207 (Datanode Uuid 54bc8b80-b84f-4893-8b96-36568acc5d4b) service to master/172.Y.Y.Y:9000 &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INFO&lt;/STRONG&gt; org.apache.hadoop.hdfs.server.datanode.DataNode: Removed Block pool BP-1251070591-172.Y.Y.Y-1454167071207 (Datanode Uuid 54bc8b80-b84f-4893-8b96-36568acc5d4b)
INFO org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsDatasetImpl: Removing block pool BP-1251070591-172.31.34.94-1454167071207 &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WARN &lt;/STRONG&gt;org.apache.hadoop.hdfs.server.datanode.DataNode: Exiting Datanode
INFO org.apache.hadoop.util.ExitUtil: Exiting with status 0 &lt;/P&gt;&lt;P&gt;INFO org.apache.hadoop.hdfs.server.datanode.DataNode: SHUTDOWN_MSG: 
/************************************************************
SHUTDOWN_MSG: Shutting down DataNode at HNDATA2/172.X.X.x ************************************************************/&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2016 02:15:38 GMT</pubDate>
    <dc:creator>luc_tiber</dc:creator>
    <dc:date>2016-02-02T02:15:38Z</dc:date>
    <item>
      <title>Datanodes start and then stop ... only one datanode process working at a time</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120040#M82814</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Env details:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I installed a hadoop 2.7.2 (not HW but pure Hadoop) multinode cluster on AWS (1 Namenode/1 2nd NN/ 3 datanodes - ubuntu 14.04). &lt;/P&gt;&lt;P&gt;The cluster was based on the following tutorial(http://mfaizmzaki.com/2015/12/17/how-to-install-hadoop-2-7-1-multi-node-cluster-on-amazon-aws-ec2-instance-improved-part-1/) --&amp;gt; this means the first install (master) is copied and tuned across&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The Issue:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The 3 data nodes individually work correctly if I configure the cluster with 1 Datanode (I specifically excluded the 2 others).&lt;/P&gt;&lt;P&gt;As soon as I add another data node the data node booting first log a FATAL error (see extract of the log file hereafter and snapshot of the VERSION file) and stop. The data node booting second work then fine...&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;B&gt;Any idea-recommendation ?&lt;/B&gt;&lt;/LI&gt;&lt;LI&gt;&lt;B&gt;Am I doing something wrong cloning the AMI of the master on other machine?&lt;/B&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks Folks!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Log File&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INFO&lt;/STRONG&gt; org.apache.hadoop.hdfs.server.datanode.DataNode: Unsuccessfully sent block report 0x1858458671b,  containing 1 storage report(s), of which we sent 0. The reports had 0 total blocks and used 0 RPC(s). This took 5 msec to generate and 35 msecs for RPC and NN processing. Got back no commands. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WARN &lt;/STRONG&gt;org.apache.hadoop.hdfs.server.datanode.DataNode: Block pool BP-1251070591-172.Y.Y.Y-1454167071207 (Datanode Uuid 54bc8b80-b84f-4893-8b96-36568acc5d4b) service to master/172.Y.Y.Y:9000 is shutting down
org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.hdfs.protocol.UnregisteredNodeException): Data node DatanodeRegistration(172.X.X.X:50010, datanodeUuid=54bc8b80-b84f-4893-8b96-36568acc5d4b, infoPort=50075, infoSecurePort=0, ipcPort=50020, storageInfo=lv=-56;cid=CID-8e09ff25-80fb-4834-878b-f23b3deb62d0;nsid=278157295;c=0) is attempting to report storage ID 54bc8b80-b84f-4893-8b96-36568acc5d4b. Node 172.Z.Z.Z:50010 is expected to serve this storage. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WARN &lt;/STRONG&gt;org.apache.hadoop.hdfs.server.datanode.DataNode: Ending block pool service for: Block pool BP-1251070591-172.31.34.94-1454167071207 (Datanode Uuid 54bc8b80-b84f-4893-8b96-36568acc5d4b) service to master/172.Y.Y.Y:9000 &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INFO&lt;/STRONG&gt; org.apache.hadoop.hdfs.server.datanode.DataNode: Removed Block pool BP-1251070591-172.Y.Y.Y-1454167071207 (Datanode Uuid 54bc8b80-b84f-4893-8b96-36568acc5d4b)
INFO org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsDatasetImpl: Removing block pool BP-1251070591-172.31.34.94-1454167071207 &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;WARN &lt;/STRONG&gt;org.apache.hadoop.hdfs.server.datanode.DataNode: Exiting Datanode
INFO org.apache.hadoop.util.ExitUtil: Exiting with status 0 &lt;/P&gt;&lt;P&gt;INFO org.apache.hadoop.hdfs.server.datanode.DataNode: SHUTDOWN_MSG: 
/************************************************************
SHUTDOWN_MSG: Shutting down DataNode at HNDATA2/172.X.X.x ************************************************************/&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 02:15:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120040#M82814</guid>
      <dc:creator>luc_tiber</dc:creator>
      <dc:date>2016-02-02T02:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Datanodes start and then stop ... only one datanode process working at a time</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120041#M82815</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;1) Please use ambari&lt;/P&gt;&lt;P&gt;2) If you don't want to use ambari then :&lt;/P&gt;&lt;P&gt;Don;t clone the machine. Launch a new machine, install binaries and make it part of the cluster. If you are cloning then , Did you delete all the metadata or data from Hadoop directories?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 02:20:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120041#M82815</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-02T02:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Datanodes start and then stop ... only one datanode process working at a time</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120042#M82816</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;  See this&lt;/P&gt;&lt;P&gt;DatanodeRegistration(&lt;STRONG&gt;172.X.X.X:50010&lt;/STRONG&gt;, datanodeUuid=54bc8b80-b84f-4893-8b96-36568acc5d4b, infoPort=50075, infoSecurePort=0, ipcPort=50020, storageInfo=lv=-56;cid=CID-8e09ff25-80fb-4834-878b-f23b3deb62d0;nsid=278157295;c=0) is attempting to report storage ID 54bc8b80-b84f-4893-8b96-36568acc5d4b. Node &lt;STRONG&gt;172.Z.Z.Z:50010 is expected to serve this storage.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 02:24:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120042#M82816</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-02T02:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Datanodes start and then stop ... only one datanode process working at a time</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120043#M82817</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; is there a pressing reason you are not using Hortonworks HDP?  We're 100% open source and we provide a number of good installation guides. &lt;A href="http://docs.hortonworks.com/HDPDocuments/Ambari/Ambari-2.2.0.0/index.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/Ambari/Ambari-2.2.0.0/index.html&lt;/A&gt;.  The last time I installed directly from Apache was in 2012 and it was painful. &lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 02:49:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120043#M82817</guid>
      <dc:creator>SQLShaw</dc:creator>
      <dc:date>2016-02-02T02:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Datanodes start and then stop ... only one datanode process working at a time</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120044#M82818</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;At this stage I want to go the hard way... no Ambari nor HW (although this should be my next venture). &lt;/P&gt;&lt;P&gt;I want to learn bottom up &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Few clarification please:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I will launch new instances for my datanodes but
&lt;OL&gt;&lt;LI&gt;why is the 2NN working fine?&lt;/LI&gt;&lt;LI&gt;What is the issue that make the DN crashes in flame - I see in your addendum that datanodeUuid has something to do with it but when is this ID created ?&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;I did Not all the metadata or data from Hadoop directories. Should I try? if yes, I guess it is on the namenode and then I should format it again. Right?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 02:49:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120044#M82818</guid>
      <dc:creator>luc_tiber</dc:creator>
      <dc:date>2016-02-02T02:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Datanodes start and then stop ... only one datanode process working at a time</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120045#M82819</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;  Bottom up approach :D..I agree as I learned that way too. &lt;/P&gt;&lt;P&gt;if you want to add node then you have try it clean. Hadoop will replicate the data once you add the node. &lt;/P&gt;&lt;P&gt;See this &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_Sys_Admin_Guides/content/ref-4303e343-9aee-4e70-b38a-2837ae976e73.1.html"&gt;http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_Sys_Admin_Guides/content/ref-4303e343-9aee-4e70-b38a-2837ae976e73.1.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 02:58:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120045#M82819</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-02T02:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Datanodes start and then stop ... only one datanode process working at a time</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120046#M82820</link>
      <description>&lt;P&gt;amen to that &lt;A rel="user" href="https://community.cloudera.com/users/186/sshaw.html" nodeid="186"&gt;@Scott Shaw&lt;/A&gt; try Hadoop and then HBase manual installed on top, and then try the same on Isilon w/out Ambari you're in a lot of pain. I would know &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 03:05:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120046#M82820</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-02T03:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Datanodes start and then stop ... only one datanode process working at a time</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120047#M82821</link>
      <description>&lt;P&gt;No reason except the one mentioned earlier. Probably some kind of masochism ... I want to hit the wall at every step and climb over. When I will get this experience I will play with commercial distribution ...&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 03:10:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120047#M82821</guid>
      <dc:creator>luc_tiber</dc:creator>
      <dc:date>2016-02-02T03:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Datanodes start and then stop ... only one datanode process working at a time</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120048#M82822</link>
      <description>&lt;P&gt;I learn from my mistake ;-))))&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 03:11:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120048#M82822</guid>
      <dc:creator>luc_tiber</dc:creator>
      <dc:date>2016-02-02T03:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Datanodes start and then stop ... only one datanode process working at a time</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120049#M82823</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 will say you'll learn a lot!  Also, at the end of it you'll better appreciate the ease of use provided by HDP. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 03:22:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120049#M82823</guid>
      <dc:creator>SQLShaw</dc:creator>
      <dc:date>2016-02-02T03:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Datanodes start and then stop ... only one datanode process working at a time</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120050#M82824</link>
      <description>&lt;P&gt;I did it. Hadoop 2.7.2 is installed, configure and it runs on my cluster! thanks guys for your great recommendation&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 00:04:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120050#M82824</guid>
      <dc:creator>luc_tiber</dc:creator>
      <dc:date>2016-02-08T00:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Datanodes start and then stop ... only one datanode process working at a time</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120051#M82825</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; Wonderful!!! Very nice!  now time to play with ambari &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 00:13:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120051#M82825</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-08T00:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Datanodes start and then stop ... only one datanode process working at a time</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120052#M82826</link>
      <description>&lt;P&gt;Well that was my "next" question... "what next"? I mean I installed Hadoop but what should come next. Ambari, Zookeeper, HBASE, HCat...(assuming I just want to try - so no need for me to have a ferrari to learn to drive)&lt;/P&gt;&lt;P&gt;Since I guess there are as much perspective as there are people, feel free to fire up guys!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 00:29:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120052#M82826</guid>
      <dc:creator>luc_tiber</dc:creator>
      <dc:date>2016-02-08T00:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Datanodes start and then stop ... only one datanode process working at a time</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120053#M82827</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2412/luctiber.html" nodeid="2412" target="_blank"&gt;@luc tiber&lt;/A&gt; Yes&lt;/P&gt;&lt;P&gt;Make &lt;A href="http://docs.hortonworks.com/index.html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://docs.hortonworks.com/index.html&lt;/A&gt;  as your main landing point&lt;/P&gt;&lt;P&gt;Ambari 2.2  or HDP 2.3&lt;/P&gt;&lt;P&gt;Once you click HDP 2.3 then you will see the following &lt;/P&gt;&lt;P&gt;Click anyone of the link based on your requirement &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1876-screen-shot-2016-02-07-at-114105-am.png" style="width: 1004px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22906i08AC5319635E8BF0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1876-screen-shot-2016-02-07-at-114105-am.png" alt="1876-screen-shot-2016-02-07-at-114105-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Tutorials &lt;A href="http://hortonworks.com/products/hortonworks-sandbox/#tutorial_gallery" rel="nofollow noopener noreferrer" target="_blank"&gt;http://hortonworks.com/products/hortonworks-sandbox/#tutorial_gallery&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 10:36:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Datanodes-start-and-then-stop-only-one-datanode-process/m-p/120053#M82827</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2019-08-19T10:36:49Z</dc:date>
    </item>
  </channel>
</rss>

