<?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: many parameters from ambari gui are diff from json why? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/many-parameters-from-ambari-gui-are-diff-from-json-why/m-p/218913#M66664</link>
    <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/26229/uribarih.html" nodeid="26229"&gt;@uri ben-ari&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;You can find the display-names and the property names in the xml configs like hdfs-site, hadoop-env.xml, core-site.xml, etc.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/ambari/blob/cc412e66156d5a887a725015537dcb75b0caf986/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml" target="_blank"&gt;https://github.com/apache/ambari/blob/cc412e66156d5a887a725015537dcb75b0caf986/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/ambari/blob/cc412e66156d5a887a725015537dcb75b0caf986/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hadoop-env.xml" target="_blank"&gt;https://github.com/apache/ambari/blob/cc412e66156d5a887a725015537dcb75b0caf986/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hadoop-env.xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;PRE&gt; &amp;lt;property&amp;gt;    
    &amp;lt;name&amp;gt;dfs.datanode.max.transfer.threads&amp;lt;/name&amp;gt;    
    &amp;lt;value&amp;gt;1024&amp;lt;/value&amp;gt;    
    &amp;lt;description&amp;gt;
    Specifies the maximum number of threads to use for transferring data in and out of the datanode.
    &amp;lt;/description&amp;gt;
    &amp;lt;display-name&amp;gt;DataNode max data transfer threads&amp;lt;/display-name&amp;gt;
    &amp;lt;value-attributes&amp;gt;
      &amp;lt;type&amp;gt;int&amp;lt;/type&amp;gt;      
        &amp;lt;minimum&amp;gt;0&amp;lt;/minimum&amp;gt;      
        &amp;lt;maximum&amp;gt;48000&amp;lt;/maximum&amp;gt;    
    &amp;lt;/value-attributes&amp;gt;    
    &amp;lt;on-ambari-upgrade add="true"/&amp;gt;
&amp;lt;/property&amp;gt;
&lt;/PRE&gt;&lt;P&gt;If you can't find something under the common-services then go the appropriate stack directory:&lt;/P&gt;&lt;P&gt;ambari-server/src/main/resources/stacks/&amp;lt;STACK&amp;gt;/&amp;lt;STACK_VERSION&amp;gt;/services/&amp;lt;SERVICE_NAME&amp;gt;/configuration&lt;/P&gt;</description>
    <pubDate>Mon, 11 Sep 2017 19:10:46 GMT</pubDate>
    <dc:creator>amagy</dc:creator>
    <dc:date>2017-09-11T19:10:46Z</dc:date>
    <item>
      <title>many parameters from ambari gui are diff from json why?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/many-parameters-from-ambari-gui-are-diff-from-json-why/m-p/218912#M66663</link>
      <description>&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;in the Amabri GUI we have a lot of parameters that actually have different name from the json file (we generate json file from blueprint )&lt;/P&gt;&lt;P&gt;as the following example: &lt;/P&gt;&lt;P&gt;DataNode failed disk tolerance - appears as dfs.datanode.failed.volumes.tolerated in ouput json&lt;/P&gt;&lt;P&gt;DataNode maximum Java heap size - appears as dtnode_heapsiz in ouput json&lt;/P&gt;&lt;P&gt;DataNode max data transfer threads - appears as dfs.datanode.max.transfer.threads in ouput json&lt;/P&gt;&lt;P&gt;any idea if we can find some table that show the parameters from amabri and the equivalent parameters from json ?&lt;/P&gt;&lt;P&gt;or any other advice ? &lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 23:45:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/many-parameters-from-ambari-gui-are-diff-from-json-why/m-p/218912#M66663</guid>
      <dc:creator>mike_bronson7</dc:creator>
      <dc:date>2017-08-15T23:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: many parameters from ambari gui are diff from json why?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/many-parameters-from-ambari-gui-are-diff-from-json-why/m-p/218913#M66664</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/26229/uribarih.html" nodeid="26229"&gt;@uri ben-ari&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;You can find the display-names and the property names in the xml configs like hdfs-site, hadoop-env.xml, core-site.xml, etc.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/ambari/blob/cc412e66156d5a887a725015537dcb75b0caf986/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml" target="_blank"&gt;https://github.com/apache/ambari/blob/cc412e66156d5a887a725015537dcb75b0caf986/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hdfs-site.xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/ambari/blob/cc412e66156d5a887a725015537dcb75b0caf986/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hadoop-env.xml" target="_blank"&gt;https://github.com/apache/ambari/blob/cc412e66156d5a887a725015537dcb75b0caf986/ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hadoop-env.xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for example:&lt;/P&gt;&lt;PRE&gt; &amp;lt;property&amp;gt;    
    &amp;lt;name&amp;gt;dfs.datanode.max.transfer.threads&amp;lt;/name&amp;gt;    
    &amp;lt;value&amp;gt;1024&amp;lt;/value&amp;gt;    
    &amp;lt;description&amp;gt;
    Specifies the maximum number of threads to use for transferring data in and out of the datanode.
    &amp;lt;/description&amp;gt;
    &amp;lt;display-name&amp;gt;DataNode max data transfer threads&amp;lt;/display-name&amp;gt;
    &amp;lt;value-attributes&amp;gt;
      &amp;lt;type&amp;gt;int&amp;lt;/type&amp;gt;      
        &amp;lt;minimum&amp;gt;0&amp;lt;/minimum&amp;gt;      
        &amp;lt;maximum&amp;gt;48000&amp;lt;/maximum&amp;gt;    
    &amp;lt;/value-attributes&amp;gt;    
    &amp;lt;on-ambari-upgrade add="true"/&amp;gt;
&amp;lt;/property&amp;gt;
&lt;/PRE&gt;&lt;P&gt;If you can't find something under the common-services then go the appropriate stack directory:&lt;/P&gt;&lt;P&gt;ambari-server/src/main/resources/stacks/&amp;lt;STACK&amp;gt;/&amp;lt;STACK_VERSION&amp;gt;/services/&amp;lt;SERVICE_NAME&amp;gt;/configuration&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 19:10:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/many-parameters-from-ambari-gui-are-diff-from-json-why/m-p/218913#M66664</guid>
      <dc:creator>amagy</dc:creator>
      <dc:date>2017-09-11T19:10:46Z</dc:date>
    </item>
  </channel>
</rss>

