freebsd-ports/databases/hbase/files/hbase-env-dist.sh.in

10 lines
347 B
Bash
Raw Normal View History

# This file contains FreeBSD-specific configuration parameters.
# It is not supposed to be edited. It will be overwritten during upgrades.
# Edit hbase-env.sh instead.
export JAVA_HOME=%%JAVA_HOME%%
export HBASE_LOG_DIR=%%HBASE_LOG_DIR%%
export HBASE_PID_DIR=%%HBASE_PID_DIR%%
export HBASE_HOME=%%PREFIX%%/hbase
export HBASE_CONF_DIR=%%ETCDIR%%