freebsd-ports/databases/hbase/files/hbase-env-dist.sh.in
Dmitry Sivachenko bd7f40e53f Install sample configs in EXAMPLESDIR;
Minor tweaks.
2014-07-29 12:13:59 +00:00

10 lines
347 B
Bash

# 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%%