aboutsummaryrefslogtreecommitdiff
path: root/bigtop-packages/src/deb/hbase
diff options
context:
space:
mode:
authorSean Mackrory <mackrorysd@gmail.com>2013-04-16 12:21:40 -0700
committerRoman Shaposhnik <rvs@cloudera.com>2013-04-17 17:08:12 -0700
commit3df215d13ae61ab861d1e92a1104bd330d4cc12e (patch)
tree2c524530fb5a39c10fccefff25cda22a69452be8 /bigtop-packages/src/deb/hbase
parent7cf57e8ad4eac8a18520ee25f9df155d51408b6d (diff)
BIGTOP-923. Packages that depend on bigtop-utils needs to specify >= 0.6
Diffstat (limited to 'bigtop-packages/src/deb/hbase')
-rw-r--r--bigtop-packages/src/deb/hbase/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop-packages/src/deb/hbase/control b/bigtop-packages/src/deb/hbase/control
index f8a6158f..f7a0bbb0 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
+Depends: adduser, zookeeper (>= 3.3.1), hadoop-hdfs, bigtop-utils (>= 0.6)
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