diff options
| author | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-11-17 12:44:17 +0000 |
|---|---|---|
| committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-11-17 12:44:17 +0000 |
| commit | 87cbbcfa72bbbb11daaeb45d886cee1e09af90c7 (patch) | |
| tree | 6d9af0a8ef5b1b8cf6bdbd6fc2f32f5c3815ce91 /databases/hbase/files | |
| parent | Update to latest version. (diff) | |
Do install hirb.rb.
Pointed out by: Piotr Kubaj <pkubaj@riseup.net>
Patch hbase script to use correct location of config directory.
Notes
Notes:
svn path=/head/; revision=372664
Diffstat (limited to 'databases/hbase/files')
| -rw-r--r-- | databases/hbase/files/patch-bin-hbase | 10 |
1 files changed, 10 insertions, 0 deletions
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 + |
