aboutsummaryrefslogtreecommitdiff
path: root/bigtop-packages/src/deb/hbase
diff options
context:
space:
mode:
authorSean Mackrory <mackrorysd@apache.org>2014-05-19 12:12:27 -0600
committerSean Mackrory <mackrorysd@apache.org>2014-05-19 19:55:13 -0600
commit11a609801d4c943f25bfc9ad0a0b4c46dc6abf8d (patch)
treef810c9644be32896bfa1f98d38853ce7609a12ff /bigtop-packages/src/deb/hbase
parentec8bb5f4255bd8fcc9ac29605fab79f7b52bfc8f (diff)
BIGTOP-1308. Installing HBase removes chrony if it is configured
Diffstat (limited to 'bigtop-packages/src/deb/hbase')
-rw-r--r--bigtop-packages/src/deb/hbase/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/bigtop-packages/src/deb/hbase/control b/bigtop-packages/src/deb/hbase/control
index f80931bd..850047f8 100644
--- a/bigtop-packages/src/deb/hbase/control
+++ b/bigtop-packages/src/deb/hbase/control
@@ -23,7 +23,8 @@ Homepage: http://hbase.apache.org/
Package: hbase
Architecture: all
Depends: adduser, zookeeper (>= 3.3.1), hadoop-hdfs, bigtop-utils (>= 0.7)
-Recommends: ntp
+# Any system that can prevent clock skew is recommended, but if it conflicts with one of these, apt-get will remove it by default
+Recommends: ntp | chrony
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
Google' Bigtable: A Distributed Storage System for Structured Data by