services.hadoop.hbaseSiteDefault

Default options for hbase-site.xml

Type
attribute set of anything
Default
{
  "hbase.cluster.distributed" = "true";
  "hbase.master.info.bindAddress" = "0.0.0.0";
  "hbase.master.ipc.address" = "0.0.0.0";
  "hbase.regionserver.info.bindAddress" = "0.0.0.0";
  "hbase.regionserver.ipc.address" = "0.0.0.0";
}
Declared
<nixpkgs/nixos/modules/services/cluster/hadoop/hbase.nix>