<?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: Heterogeneous worker nodes with HDP2.3 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Heterogeneous-worker-nodes-with-HDP2-3/m-p/95905#M9305</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35971"&gt;@bsaini&lt;/a&gt;@hortonworks.com&lt;/P&gt;&lt;P&gt;Node 1 - no storage - I guess you wont be using this for data node but it can play role of worker node (Nodemanager if you like and other components) &lt;/P&gt;&lt;P&gt;You will be creating a config group for node1 &lt;/P&gt;&lt;P&gt;Please see this screenshot. In my case, node4 is datanode and I want to customize the data directories&lt;/P&gt;&lt;P&gt;Created new config for node4&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="329-screen-shot-2015-10-25-at-100127-am.png" style="width: 1482px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/24033i18C85DDA893C0AD8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="329-screen-shot-2015-10-25-at-100127-am.png" alt="329-screen-shot-2015-10-25-at-100127-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;select the config and change parameters that you want to change.&lt;/P&gt;&lt;P&gt;There is &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="328-screen-shot-2015-10-25-at-100205-am.png" style="width: 1898px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/24034iCE91BD55686A4B22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="328-screen-shot-2015-10-25-at-100205-am.png" alt="328-screen-shot-2015-10-25-at-100205-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Doc &lt;A target="_blank" href="http://docs.hortonworks.com/HDPDocuments/Ambari-1.5.0.0/bk_Monitoring_Hadoop_Book/content/managing_confiuration_groups.html" rel="nofollow noopener noreferrer"&gt;example&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Aug 2019 12:56:31 GMT</pubDate>
    <dc:creator>nsabharwal</dc:creator>
    <dc:date>2019-08-19T12:56:31Z</dc:date>
    <item>
      <title>Heterogeneous worker nodes with HDP2.3</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Heterogeneous-worker-nodes-with-HDP2-3/m-p/95903#M9303</link>
      <description>&lt;P&gt;What precautions &amp;amp; extra configurations, if any, are needed when adding worker nodes with different capacity to a cluster? My understanding is that YARN will be able to just manage the nodes without anything special. &lt;/P&gt;&lt;P&gt;For e.g - Any issues with adding 3 nodes with following config to an existing POC cluster that has similar nodes 8 cores, 32 Gigs, 3 TB DAS for data- &lt;/P&gt;&lt;PRE&gt;node1 - 8 cores, 64GB RAM, NO STORAGE 

node2 - 8 cores, 64GB RAM, 2 TB

node3 - 8 cores, 64GB RAM, 2TB&lt;/PRE&gt;&lt;P&gt;Also, how do you configure YARN to utilize different amount of memory on these heterogeneous boxes? &lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2015 22:07:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Heterogeneous-worker-nodes-with-HDP2-3/m-p/95903#M9303</guid>
      <dc:creator>bsaini</dc:creator>
      <dc:date>2015-10-23T22:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Heterogeneous worker nodes with HDP2.3</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Heterogeneous-worker-nodes-with-HDP2-3/m-p/95904#M9304</link>
      <description>&lt;P&gt;you need to run the configuration utility against these nodes to account for memory, disk and cpu sizing. If you don't put node1 with no storage in its own group and specify not to look for whatever the hdfs or yarn directory you will run out of disk pretty quick because hdfs will try to write data to nonexisting directories in filesystem. So for node 1, I'd put it in it's own Ambari configuration group.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Oct 2015 08:36:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Heterogeneous-worker-nodes-with-HDP2-3/m-p/95904#M9304</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2015-10-24T08:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Heterogeneous worker nodes with HDP2.3</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Heterogeneous-worker-nodes-with-HDP2-3/m-p/95905#M9305</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35971"&gt;@bsaini&lt;/a&gt;@hortonworks.com&lt;/P&gt;&lt;P&gt;Node 1 - no storage - I guess you wont be using this for data node but it can play role of worker node (Nodemanager if you like and other components) &lt;/P&gt;&lt;P&gt;You will be creating a config group for node1 &lt;/P&gt;&lt;P&gt;Please see this screenshot. In my case, node4 is datanode and I want to customize the data directories&lt;/P&gt;&lt;P&gt;Created new config for node4&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="329-screen-shot-2015-10-25-at-100127-am.png" style="width: 1482px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/24033i18C85DDA893C0AD8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="329-screen-shot-2015-10-25-at-100127-am.png" alt="329-screen-shot-2015-10-25-at-100127-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;select the config and change parameters that you want to change.&lt;/P&gt;&lt;P&gt;There is &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="328-screen-shot-2015-10-25-at-100205-am.png" style="width: 1898px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/24034iCE91BD55686A4B22/image-size/medium?v=v2&amp;amp;px=400" role="button" title="328-screen-shot-2015-10-25-at-100205-am.png" alt="328-screen-shot-2015-10-25-at-100205-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Doc &lt;A target="_blank" href="http://docs.hortonworks.com/HDPDocuments/Ambari-1.5.0.0/bk_Monitoring_Hadoop_Book/content/managing_confiuration_groups.html" rel="nofollow noopener noreferrer"&gt;example&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 12:56:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Heterogeneous-worker-nodes-with-HDP2-3/m-p/95905#M9305</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2019-08-19T12:56:31Z</dc:date>
    </item>
  </channel>
</rss>

