services.hadoop.hbase.rest.environment

NixOS option

Environment variables passed to rest.

type: attribute set of string
Default
{ }
Example
{
  HBASE_MASTER_OPTS = "-Dcom.sun.management.jmxremote.ssl=true";
}
declared in: nixos/modules/services/cluster/hadoop/hbase.nixView source on NixOS/nixpkgs →