services.hbase-standalone.dataDir

NixOS option

Specifies location of HBase database files. This location should be writable and readable for the user the HBase service runs as (hbase by default).

type: absolute path
Default
"/var/lib/hbase"
declared in: nixos/modules/services/databases/hbase-standalone.nixView source on NixOS/nixpkgs →