<?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 Howto configure HBase Params for AWS Cluster Configuration in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Howto-configure-HBase-Params-for-AWS-Cluster-Configuration/m-p/45410#M41395</link>
    <description>&lt;P&gt;I can successfully create a cluster using the Cloudera provided template and nodes following the AWS template profile.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am seeking to script how to configure parameters such as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hbase.regionserver.msginterval&lt;/P&gt;&lt;P&gt;hbase.hstore.blockingStoreFiles&lt;/P&gt;&lt;P&gt;hbase.snapshot.enabled...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I presume that these will go in the post creation script... how?&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 10:40:36 GMT</pubDate>
    <dc:creator>jnlkds</dc:creator>
    <dc:date>2022-09-16T10:40:36Z</dc:date>
    <item>
      <title>Howto configure HBase Params for AWS Cluster Configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Howto-configure-HBase-Params-for-AWS-Cluster-Configuration/m-p/45410#M41395</link>
      <description>&lt;P&gt;I can successfully create a cluster using the Cloudera provided template and nodes following the AWS template profile.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am seeking to script how to configure parameters such as&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hbase.regionserver.msginterval&lt;/P&gt;&lt;P&gt;hbase.hstore.blockingStoreFiles&lt;/P&gt;&lt;P&gt;hbase.snapshot.enabled...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I presume that these will go in the post creation script... how?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:40:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Howto-configure-HBase-Params-for-AWS-Cluster-Configuration/m-p/45410#M41395</guid>
      <dc:creator>jnlkds</dc:creator>
      <dc:date>2022-09-16T10:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Howto configure HBase Params for AWS Cluster Configuration</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Howto-configure-HBase-Params-for-AWS-Cluster-Configuration/m-p/46108#M41396</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Director uses Cloudera Manager's API under the hood to configure services. The selection of parameters supported for HBase can be found here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.cloudera.com/documentation/enterprise/properties/5-8-x/topics/cm_props_cdh580_hbase.html" target="_blank"&gt;http://www.cloudera.com/documentation/enterprise/properties/5-8-x/topics/cm_props_cdh580_hbase.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can include the parameters you need in service or role configurations specified through Director, either in the UI or in a configuration file. Use the name in the "API" column of the page linked above to name each property. For example, to specify the region server message interval, include the "hbase_regionserver_msginterval" configuration property in the role configuration for region servers. A configuration file would specify it like this, perhaps in an "workers" instance group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;roles {&lt;/P&gt;&lt;P&gt;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp; HBASE: [REGIONSERVER]&lt;/P&gt;&lt;P&gt;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;configs {&lt;/P&gt;&lt;P&gt;&amp;nbsp; HBASE {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REGIONSERVER {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hbase_regionserver_msginterval: 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take a look at the sample configuration files shipped with Director for a complete example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cloudera.com/documentation/director/latest/topics/director_cluster_config.html" target="_blank"&gt;https://www.cloudera.com/documentation/director/latest/topics/director_cluster_config.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;General documentation about setting these kinds of configuration properties is here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cloudera.com/documentation/director/latest/topics/director_setting_cm_configs.html" target="_blank"&gt;https://www.cloudera.com/documentation/director/latest/topics/director_setting_cm_configs.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 15:00:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Howto-configure-HBase-Params-for-AWS-Cluster-Configuration/m-p/46108#M41396</guid>
      <dc:creator>Bill Havanki</dc:creator>
      <dc:date>2016-10-10T15:00:17Z</dc:date>
    </item>
  </channel>
</rss>

