services.hadoop.hbase.regionServer.environment
NixOS option
Environment variables passed to regionServer.
type: attribute set of stringDefault
{ }Example
declared in: nixos/modules/services/cluster/hadoop/hbase.nixView source on NixOS/nixpkgs →{
HBASE_MASTER_OPTS = "-Dcom.sun.management.jmxremote.ssl=true";
}