aboutsummaryrefslogtreecommitdiff
path: root/bigtop-packages/src/deb/hbase
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@apache.org>2014-06-29 18:26:26 -0700
committerRoman Shaposhnik <rvs@apache.org>2014-06-29 18:26:26 -0700
commit5b6d1be4ff2ea8ffc29314a5466c1023532f70ea (patch)
treeb49abdb426c82eff09df83c048a8c6ddac301da3 /bigtop-packages/src/deb/hbase
parent005b0204ebd926ef26b69bfcf4f91f181ac4caba (diff)
BIGTOP-1351. Init script for HBase Thrift2 server is missing (Cesar Delgado via rvs)
Diffstat (limited to 'bigtop-packages/src/deb/hbase')
-rwxr-xr-xbigtop-packages/src/deb/hbase/install_init_scripts.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop-packages/src/deb/hbase/install_init_scripts.sh b/bigtop-packages/src/deb/hbase/install_init_scripts.sh
index c32a5b78..9f0f52a0 100755
--- a/bigtop-packages/src/deb/hbase/install_init_scripts.sh
+++ b/bigtop-packages/src/deb/hbase/install_init_scripts.sh
@@ -16,7 +16,7 @@
# limitations under the License.
SRC_PKG=hbase
-for node in master regionserver rest thrift ; do
+for node in master regionserver rest thrift thrift2; do
service_pkgdir=debian/$SRC_PKG-$node
debdir=$service_pkgdir/DEBIAN
mkdir -p $service_pkgdir/etc/init.d/ $debdir