10 lines
273 B
Text
10 lines
273 B
Text
--- bin/hbase.orig 2015-11-11 22:16:01.759936000 -0700
|
|
+++ bin/hbase 2015-11-11 22:17:30.695969000 -0700
|
|
@@ -57,6 +57,7 @@
|
|
bin=`dirname "$0"`
|
|
bin=`cd "$bin">/dev/null; pwd`
|
|
|
|
+export HBASE_CONF_DIR=%%ETCDIR%%
|
|
# This will set HBASE_HOME, etc.
|
|
. "$bin"/hbase-config.sh
|
|
|