services.hadoop.hbaseSite

Additional options and overrides for hbase-site.xml https://github.com/apache/hbase/blob/rel/2.4.11/hbase-common/src/main/resources/hbase-default.xml

Type
attribute set of anything
Default
{ }
Example
{
  "hbase.hregion.max.filesize" = 20*1024*1024*1024;
  "hbase.table.normalization.enabled" = "true";
}
Declared
<nixpkgs/nixos/modules/services/cluster/hadoop/hbase.nix>