2016-06-27 6 views

Antwort

2

In "HBase die Definitive Guide" von Lars George

$HABASE_HOME/conf/hbase-env.sh 

hbase-env.sh 
You set HBase environment variables in this file. Examples include options to pass to 
the JVM when an HBase daemon starts, such as Java heap size and garbage collector 
configurations. You also set options for HBase configuration, log directories, niceness, 
SSH options, where to locate process pid files, and so on. Open the file at conf/hbaseenv. 
sh and peruse its content. Each option is fairly well documented. Add your own 
environment variables here if you want them read when an HBase daemon is started. 
Changes here will require a cluster restart for HBase to notice the change.†