MyNixOS website logo
option

services.hadoop.hbase.regionServer.environment

Environment variables passed to regionServer.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  HBASE_MASTER_OPTS = "-Dcom.sun.management.jmxremote.ssl=true";
}