Repository: bigtop Updated Branches: refs/heads/master ec8bb5f42 -> 11a609801
BIGTOP-1308. Installing HBase removes chrony if it is configured Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/11a60980 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/11a60980 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/11a60980 Branch: refs/heads/master Commit: 11a609801d4c943f25bfc9ad0a0b4c46dc6abf8d Parents: ec8bb5f Author: Sean Mackrory <[email protected]> Authored: Mon May 19 12:12:27 2014 -0600 Committer: Sean Mackrory <[email protected]> Committed: Mon May 19 19:55:13 2014 -0600 ---------------------------------------------------------------------- bigtop-packages/src/deb/hbase/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/11a60980/bigtop-packages/src/deb/hbase/control ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/deb/hbase/control b/bigtop-packages/src/deb/hbase/control index f80931b..850047f 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
