<?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: Ambari Blueprint : Sizing Components memory based on Host Environment in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Blueprint-Sizing-Components-memory-based-on-Host/m-p/96198#M9669</link>
    <description>&lt;P&gt;Thanks @David Schorow. I am looking for some guidance on the current release. As we are doing it right now.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Oct 2015 02:07:22 GMT</pubDate>
    <dc:creator>Jagatheeshr</dc:creator>
    <dc:date>2015-10-30T02:07:22Z</dc:date>
    <item>
      <title>Ambari Blueprint : Sizing Components memory based on Host Environment</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Blueprint-Sizing-Components-memory-based-on-Host/m-p/96196#M9667</link>
      <description>&lt;P&gt;I am working Chef blueprint deployment where in blueprint json  memory values gets adjusted based on the system memory available. the target system system memory can be from 8 GB to 145GB.&lt;/P&gt;&lt;P&gt;HDP will be used for running OpenSOC.(Storm,Kafka,HBase,HDFS)&lt;/P&gt;&lt;P&gt;For Example Kafka,KAFKA Heap &amp;gt; 5GB would not give any benefit whatever the source memory is.&lt;/P&gt;&lt;P&gt;So looking for automic sizing of the componetns(Hbase,Storm,AMS,HDFS) where more memory would help the system to perform better .&lt;/P&gt;&lt;P&gt;This is for HDP 2.2.8 and Ambari 2.1.2.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2015 23:53:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Blueprint-Sizing-Components-memory-based-on-Host/m-p/96196#M9667</guid>
      <dc:creator>Jagatheeshr</dc:creator>
      <dc:date>2015-10-29T23:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Blueprint : Sizing Components memory based on Host Environment</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Blueprint-Sizing-Components-memory-based-on-Host/m-p/96197#M9668</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/189/jramakrishnan.html" nodeid="189"&gt;@jramakrishnan@hortonworks.com&lt;/A&gt; - this is similar to the question you asked earlier.  The current incarnation of blueprints is about faithfully replicating a known configuration into a new cluster.  It was not intended to dynamically configure the new cluster based on its available resources.&lt;/P&gt;&lt;P&gt;But, as mentioned by &lt;A rel="user" href="https://community.cloudera.com/users/165/smohanty.html" nodeid="165"&gt;@smohanty@hortonworks.com&lt;/A&gt; and &lt;A rel="user" href="https://community.cloudera.com/users/415/rnettleton.html" nodeid="415"&gt;@rnettleton@hortonworks.com&lt;/A&gt;, the next release of Ambari, Ambari-2.1.3, will incorporate an option to use Stack Advisor.  That option will do some dynamic over-rides of the blueprint to tune and optimize the configuration for the target cluster.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 01:13:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Blueprint-Sizing-Components-memory-based-on-Host/m-p/96197#M9668</guid>
      <dc:creator>dschorow</dc:creator>
      <dc:date>2015-10-30T01:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Blueprint : Sizing Components memory based on Host Environment</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Blueprint-Sizing-Components-memory-based-on-Host/m-p/96198#M9669</link>
      <description>&lt;P&gt;Thanks @David Schorow. I am looking for some guidance on the current release. As we are doing it right now.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 02:07:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Blueprint-Sizing-Components-memory-based-on-Host/m-p/96198#M9669</guid>
      <dc:creator>Jagatheeshr</dc:creator>
      <dc:date>2015-10-30T02:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Blueprint : Sizing Components memory based on Host Environment</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Blueprint-Sizing-Components-memory-based-on-Host/m-p/96199#M9670</link>
      <description>&lt;P&gt;Ambari Blueprints does not &lt;EM&gt;(as of 2.1.2)&lt;/EM&gt; use the StackAdvisor to provide recommended configurations. It is planned for Ambari 2.1.3 &lt;A href="https://issues.apache.org/jira/browse/AMBARI-13487"&gt;(AMBARI-13487&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But you can use the recommendation engine yourself.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The following script uses the Recommendation API (&lt;EM&gt;/api/v1/stacks/HDP/versions/&amp;lt;ver&amp;gt;/recommendations&lt;/EM&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://github.com/seanorama/ambari-bootstrap/tree/master/deploy" target="_blank"&gt;https://github.com/seanorama/ambari-bootstrap/tree/master/deploy&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;The script generates &amp;amp; deploys a Blueprint, including StackAdvisor recommendations.&lt;/LI&gt;&lt;LI&gt;Alternatively use it to get the recommendations only &lt;EM&gt;(set 'export deploy=false' to just generate the configurations)&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;Or borrow the API calls to integrate into your own deployment method.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;p.s. a few projects have borrowed this code to generate configurations throughout the life of a cluster.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;p.s.s. these scripts are used by Google's bdutil so have been heavily field tested.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 02:50:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Blueprint-Sizing-Components-memory-based-on-Host/m-p/96199#M9670</guid>
      <dc:creator>sroberts</dc:creator>
      <dc:date>2015-10-30T02:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ambari Blueprint : Sizing Components memory based on Host Environment</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Blueprint-Sizing-Components-memory-based-on-Host/m-p/96200#M9671</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/189/jramakrishnan.html" nodeid="189"&gt;@jramakrishnan@hortonworks.com&lt;/A&gt; - I recall &lt;A rel="user" href="https://community.cloudera.com/users/429/jplayer.html" nodeid="429"&gt;@jplayer@hortonworks.com&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/305/nfakhar.html" nodeid="305"&gt;@nfakhar@hortonworks.com&lt;/A&gt; adapted the code for diverse hardware on AWS.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 02:51:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Ambari-Blueprint-Sizing-Components-memory-based-on-Host/m-p/96200#M9671</guid>
      <dc:creator>sroberts</dc:creator>
      <dc:date>2015-10-30T02:51:36Z</dc:date>
    </item>
  </channel>
</rss>

