aboutsummaryrefslogtreecommitdiff
path: root/bigtop-packages/src/deb/hbase
diff options
context:
space:
mode:
authorSean Mackrory <mackrorysd@apache.org>2013-08-08 11:15:02 -0700
committerSean Mackrory <mackrorysd@apache.org>2013-08-23 10:55:56 -0700
commit9ddee9b423c760eb019c543883278d21f82b5d16 (patch)
tree77b15dcd5d927fcda7f58e3db3c7582dee585f0c /bigtop-packages/src/deb/hbase
parent0d3f7c85aa9cc922c5dfa6acaffee4150df5d935 (diff)
BIGTOP-1045. Being consistent with shells, defining JAVA_HOME and bigtop-utils versions
Diffstat (limited to 'bigtop-packages/src/deb/hbase')
-rw-r--r--bigtop-packages/src/deb/hbase/control2
-rw-r--r--bigtop-packages/src/deb/hbase/hbase.postinst2
-rw-r--r--bigtop-packages/src/deb/hbase/hbase.preinst2
-rw-r--r--bigtop-packages/src/deb/hbase/hbase.prerm2
-rw-r--r--bigtop-packages/src/deb/hbase/service-postinst.tpl2
-rw-r--r--bigtop-packages/src/deb/hbase/service-postrm.tpl2
6 files changed, 6 insertions, 6 deletions
diff --git a/bigtop-packages/src/deb/hbase/control b/bigtop-packages/src/deb/hbase/control
index f7a0bbb0..f80931bd 100644
--- a/bigtop-packages/src/deb/hbase/control
+++ b/bigtop-packages/src/deb/hbase/control
@@ -22,7 +22,7 @@ Homepage: http://hbase.apache.org/
Package: hbase
Architecture: all
-Depends: adduser, zookeeper (>= 3.3.1), hadoop-hdfs, bigtop-utils (>= 0.6)
+Depends: adduser, zookeeper (>= 3.3.1), hadoop-hdfs, bigtop-utils (>= 0.7)
Recommends: ntp
Description: HBase is the Hadoop database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardware.
HBase is an open-source, distributed, column-oriented store modeled after
diff --git a/bigtop-packages/src/deb/hbase/hbase.postinst b/bigtop-packages/src/deb/hbase/hbase.postinst
index af03f65d..3efd52e9 100644
--- a/bigtop-packages/src/deb/hbase/hbase.postinst
+++ b/bigtop-packages/src/deb/hbase/hbase.postinst
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
diff --git a/bigtop-packages/src/deb/hbase/hbase.preinst b/bigtop-packages/src/deb/hbase/hbase.preinst
index ba68c02d..3c68f764 100644
--- a/bigtop-packages/src/deb/hbase/hbase.preinst
+++ b/bigtop-packages/src/deb/hbase/hbase.preinst
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
diff --git a/bigtop-packages/src/deb/hbase/hbase.prerm b/bigtop-packages/src/deb/hbase/hbase.prerm
index 19f2e060..8ade9900 100644
--- a/bigtop-packages/src/deb/hbase/hbase.prerm
+++ b/bigtop-packages/src/deb/hbase/hbase.prerm
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
diff --git a/bigtop-packages/src/deb/hbase/service-postinst.tpl b/bigtop-packages/src/deb/hbase/service-postinst.tpl
index b5648626..b15ef666 100644
--- a/bigtop-packages/src/deb/hbase/service-postinst.tpl
+++ b/bigtop-packages/src/deb/hbase/service-postinst.tpl
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
diff --git a/bigtop-packages/src/deb/hbase/service-postrm.tpl b/bigtop-packages/src/deb/hbase/service-postrm.tpl
index 5ad13b56..23217a78 100644
--- a/bigtop-packages/src/deb/hbase/service-postrm.tpl
+++ b/bigtop-packages/src/deb/hbase/service-postrm.tpl
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with