services.hadoop.hbaseSite
NixOS option
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 anythingDefault
{ }Example
declared in: nixos/modules/services/cluster/hadoop/hbase.nixView source on NixOS/nixpkgs →{
"hbase.hregion.max.filesize" = 20*1024*1024*1024;
"hbase.table.normalization.enabled" = "true";
}