<?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: How Ambari handle the changes in node configuration? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Ambari-handle-the-changes-in-node-configuration/m-p/227089#M79874</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3380/georgegittu.html" nodeid="3380"&gt;@Gerg Git&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ambari agent finds out all the host specific informations like diskspace/ memory(RAM)/ CPU and sends it to ambari server as part of it's registration request.&lt;/P&gt;&lt;P&gt;If the cluster is already created and components/services are already installed then ambari can simply show the recommendations while making any configuration changes while ambari UI.&lt;/P&gt;&lt;P&gt;You can refer to the Ambari Stack Advisory script: &lt;A href="https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/stacks/stack_advisor.py" target="_blank"&gt;https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/stacks/stack_advisor.py&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;If you want to know more about it then there are few options available to determine the config requirements like:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;SmartSense&lt;/STRONG&gt; - The memory-related rules are updated very frequently, at least once a quarter and have the most context as it has all of the SmartSense diagnostic information at its disposal and can take into account actual use versus configured use of services (cores, spindles, memory, other services running on that machine, other 3rd party utilities being run on that machine)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Stack Advisor &lt;/STRONG&gt;- Updated frequently, but tied to Ambari releases so depends on if the customer is using Ambari and if they are which specific version of Ambari and how up to date it is 1.7 vs 2.0 vs 2.1, etc..&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;HDP Configuration Utility&lt;/STRONG&gt; - Most basic and least frequently updated, but if the customer does not have Ambari or SmartSense and is manually deploying HDP is better than nothing.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;- &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_command-line-installation/content/determine-hdp-memory-config.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_command-line-installation/content/determine-hdp-memory-config.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/AMBARI/How-To+Define+Stacks+and+Services#How-ToDefineStacksandServices-StackAdvisor" target="_blank"&gt;https://cwiki.apache.org/confluence/display/AMBARI/How-To+Define+Stacks+and+Services#How-ToDefineStacksandServices-StackAdvisor&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/141855/stack-advisor-how-to-use-it.html" target="_blank"&gt;https://community.hortonworks.com/questions/141855/stack-advisor-how-to-use-it.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jun 2018 08:47:29 GMT</pubDate>
    <dc:creator>jsensharma</dc:creator>
    <dc:date>2018-06-26T08:47:29Z</dc:date>
    <item>
      <title>How Ambari handle the changes in node configuration?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Ambari-handle-the-changes-in-node-configuration/m-p/227088#M79873</link>
      <description>&lt;P&gt;We are running Hadoop cluster in VM's, and planning to add more cores and memory to these VM boxes. In this case how Ambari tune the memory and other parameters in YARN, MARPREDUCE,HIVE, SPARK etc? Will it do automatically ? or is there any script that need to be run?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 22:48:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Ambari-handle-the-changes-in-node-configuration/m-p/227088#M79873</guid>
      <dc:creator>george_gittu</dc:creator>
      <dc:date>2018-06-25T22:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: How Ambari handle the changes in node configuration?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Ambari-handle-the-changes-in-node-configuration/m-p/227089#M79874</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3380/georgegittu.html" nodeid="3380"&gt;@Gerg Git&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ambari agent finds out all the host specific informations like diskspace/ memory(RAM)/ CPU and sends it to ambari server as part of it's registration request.&lt;/P&gt;&lt;P&gt;If the cluster is already created and components/services are already installed then ambari can simply show the recommendations while making any configuration changes while ambari UI.&lt;/P&gt;&lt;P&gt;You can refer to the Ambari Stack Advisory script: &lt;A href="https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/stacks/stack_advisor.py" target="_blank"&gt;https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/stacks/stack_advisor.py&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;If you want to know more about it then there are few options available to determine the config requirements like:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;SmartSense&lt;/STRONG&gt; - The memory-related rules are updated very frequently, at least once a quarter and have the most context as it has all of the SmartSense diagnostic information at its disposal and can take into account actual use versus configured use of services (cores, spindles, memory, other services running on that machine, other 3rd party utilities being run on that machine)&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Stack Advisor &lt;/STRONG&gt;- Updated frequently, but tied to Ambari releases so depends on if the customer is using Ambari and if they are which specific version of Ambari and how up to date it is 1.7 vs 2.0 vs 2.1, etc..&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;HDP Configuration Utility&lt;/STRONG&gt; - Most basic and least frequently updated, but if the customer does not have Ambari or SmartSense and is manually deploying HDP is better than nothing.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;- &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_command-line-installation/content/determine-hdp-memory-config.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_command-line-installation/content/determine-hdp-memory-config.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/AMBARI/How-To+Define+Stacks+and+Services#How-ToDefineStacksandServices-StackAdvisor" target="_blank"&gt;https://cwiki.apache.org/confluence/display/AMBARI/How-To+Define+Stacks+and+Services#How-ToDefineStacksandServices-StackAdvisor&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/141855/stack-advisor-how-to-use-it.html" target="_blank"&gt;https://community.hortonworks.com/questions/141855/stack-advisor-how-to-use-it.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 08:47:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Ambari-handle-the-changes-in-node-configuration/m-p/227089#M79874</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-06-26T08:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: How Ambari handle the changes in node configuration?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Ambari-handle-the-changes-in-node-configuration/m-p/227090#M79875</link>
      <description>&lt;P&gt;Exactly what I am looking for. thank you&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 18:31:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-Ambari-handle-the-changes-in-node-configuration/m-p/227090#M79875</guid>
      <dc:creator>george_gittu</dc:creator>
      <dc:date>2018-06-26T18:31:21Z</dc:date>
    </item>
  </channel>
</rss>

