aboutsummaryrefslogtreecommitdiff
path: root/bigtop-packages/src/deb/hbase
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@apache.org>2012-06-25 23:55:27 +0000
committerRoman Shaposhnik <rvs@apache.org>2012-06-25 23:55:27 +0000
commit55b3d1b9bd82a3d9dcf8743bdbe180b215346046 (patch)
tree30a3927b51cfad3a908d3095a2c0e2508d14694d /bigtop-packages/src/deb/hbase
parent6f7d27f591024908d1be3dc40803dca4fa7c8ecf (diff)
BIGTOP-648. hbase-thrift cannot be started properly
git-svn-id: https://svn.apache.org/repos/asf/incubator/bigtop/trunk@1353780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bigtop-packages/src/deb/hbase')
-rwxr-xr-xbigtop-packages/src/deb/hbase/install_init_scripts.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bigtop-packages/src/deb/hbase/install_init_scripts.sh b/bigtop-packages/src/deb/hbase/install_init_scripts.sh
index ea40212d..e4691e35 100755
--- a/bigtop-packages/src/deb/hbase/install_init_scripts.sh
+++ b/bigtop-packages/src/deb/hbase/install_init_scripts.sh
@@ -33,3 +33,5 @@ for node in master regionserver rest thrift ; do
done
+# FIXME: BIGTOP-648 workaround for HBASE-6263
+sed -i -e 's# start thrift"# start thrift $HBASE_THRIFT_MODE"#' debian/hbase-thrift/etc/init.d/hbase-thrift