From 87cbbcfa72bbbb11daaeb45d886cee1e09af90c7 Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Mon, 17 Nov 2014 12:44:17 +0000 Subject: Do install hirb.rb. Pointed out by: Piotr Kubaj Patch hbase script to use correct location of config directory. --- databases/hbase/files/patch-bin-hbase | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 databases/hbase/files/patch-bin-hbase (limited to 'databases/hbase/files/patch-bin-hbase') diff --git a/databases/hbase/files/patch-bin-hbase b/databases/hbase/files/patch-bin-hbase new file mode 100644 index 000000000000..694ccbe908bb --- /dev/null +++ b/databases/hbase/files/patch-bin-hbase @@ -0,0 +1,10 @@ +--- bin/hbase.orig 2014-07-14 09:50:03.000000000 +0400 ++++ bin/hbase 2014-11-17 15:26:40.000000000 +0300 +@@ -55,6 +55,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 + -- cgit v1.2.3