services.hbase-standalone.settings
NixOS option
configurations in hbase-site.xml, see https://github.com/apache/hbase/blob/master/hbase-server/src/test/resources/hbase-site.xml for details.
type: attribute set of (string or signed integer or boolean)Default
declared in: nixos/modules/services/databases/hbase-standalone.nixView source on NixOS/nixpkgs →{
"hbase.rootdir" = "file://${config.services.hbase-standalone.dataDir}/hbase";
"hbase.zookeeper.property.dataDir" = "${config.services.hbase-standalone.dataDir}/zookeeper";
}