MyNixOS website logo
option

services.hadoop.hbaseSiteDefault

Default options for hbase-site.xml.

Declarations
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";
}