<?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: [HDP]How Cluster design with two server? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-How-Cluster-design-with-two-server/m-p/156829#M44826</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13042/hoangletrung.html" nodeid="13042"&gt;@Hoang Le&lt;/A&gt; If you have 5 nodes, you can use 2 nodes as Masternodes and 3 as Workernodes (slave nodes).&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2016 12:38:20 GMT</pubDate>
    <dc:creator>jstraub</dc:creator>
    <dc:date>2016-10-31T12:38:20Z</dc:date>
    <item>
      <title>[HDP]How Cluster design with two server?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-How-Cluster-design-with-two-server/m-p/156826#M44823</link>
      <description>&lt;P&gt;I want to deploy HDP on two servers. Each server have 32G RAM.&lt;/P&gt;&lt;P&gt;So what best design when install HDP on two servers.&lt;/P&gt;&lt;P&gt;What need assign for Master?&lt;/P&gt;&lt;P&gt;What need assign for Slave?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="8999-ho.png" style="width: 649px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20891i8C726C78A28C1B8F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="8999-ho.png" alt="8999-ho.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And for practical, is better if use 1 server have 64G RAM or use 2 servers with 32G RAM each?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:46:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-How-Cluster-design-with-two-server/m-p/156826#M44823</guid>
      <dc:creator>hoangletrung</dc:creator>
      <dc:date>2022-09-16T10:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: [HDP]How Cluster design with two server?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-How-Cluster-design-with-two-server/m-p/156827#M44824</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13042/hoangletrung.html" nodeid="13042"&gt;@Hoang Le&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am assuming this is just some sandbox type deployment where you are just trying to experiment and learn Hadoop. Feel free to distribute process evenly on both nodes and set replication factor to 2, making both nodes data nodes. This means, one of your node wil serve as both data node as well as namenode. You cannot have any meaningful Hadoop deployment on two nodes. Not even for POC/evaluation purposes. &lt;/P&gt;&lt;P&gt;You might use these two nodes to install five VMs on it and in that case have two masters and three data nodes.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 11:24:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-How-Cluster-design-with-two-server/m-p/156827#M44824</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2016-10-31T11:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: [HDP]How Cluster design with two server?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-How-Cluster-design-with-two-server/m-p/156828#M44825</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/10969/mqureshi.html"&gt;mqureshi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;So about the performance two nodes is the same one node if they have the same total hardware( and also the same if I spare to 5 VMs node) ?&lt;/P&gt;&lt;P&gt;Can you suggest me small cluster design for 3 or 5 node. I want use this on production.&lt;/P&gt;&lt;P&gt;I find the typical cluster referent from &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_cluster-planning/content/typical-hadoop-cluster-hardware.1.html"&gt;document&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Masters -- HDFS NameNode, YARN ResourceManager, and HBase Master.&lt;/P&gt;&lt;P&gt;
              Slaves -- HDFS DataNodes, YARN NodeManagers, and HBase RegionServers&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 12:29:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-How-Cluster-design-with-two-server/m-p/156828#M44825</guid>
      <dc:creator>hoangletrung</dc:creator>
      <dc:date>2016-10-31T12:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: [HDP]How Cluster design with two server?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-How-Cluster-design-with-two-server/m-p/156829#M44826</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13042/hoangletrung.html" nodeid="13042"&gt;@Hoang Le&lt;/A&gt; If you have 5 nodes, you can use 2 nodes as Masternodes and 3 as Workernodes (slave nodes).&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 12:38:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HDP-How-Cluster-design-with-two-server/m-p/156829#M44826</guid>
      <dc:creator>jstraub</dc:creator>
      <dc:date>2016-10-31T12:38:20Z</dc:date>
    </item>
  </channel>
</rss>

