BIGTOP-2796. Bigtop Zookeeper(3.4.6) package conflict with Ubuntu 16.04 Zookeeper(3.4.8)
Signed-off-by: Olaf Flebbe <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/0bc37b2e Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/0bc37b2e Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/0bc37b2e Branch: refs/heads/branch-1.2 Commit: 0bc37b2ea3040d734add925406619f48e5ef0072 Parents: c0145f9 Author: Evans Ye <[email protected]> Authored: Wed Jun 7 17:29:28 2017 +0000 Committer: Evans Ye <[email protected]> Committed: Sat Jul 1 12:52:56 2017 +0000 ---------------------------------------------------------------------- bigtop-deploy/puppet/manifests/bigtop_repo.pp | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/0bc37b2e/bigtop-deploy/puppet/manifests/bigtop_repo.pp ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/manifests/bigtop_repo.pp b/bigtop-deploy/puppet/manifests/bigtop_repo.pp index da782d5..51971b9 100644 --- a/bigtop-deploy/puppet/manifests/bigtop_repo.pp +++ b/bigtop-deploy/puppet/manifests/bigtop_repo.pp @@ -42,6 +42,8 @@ class bigtop_repo { location => hiera("bigtop::bigtop_repo_uri", $default_repo), release => "bigtop", repos => "contrib", + # BIGTOP-2796. Give Bigtop repo higher priority to solve zookeeper package conflict probem on Ubuntu + pin => "900", ensure => present, } -> exec {'bigtop-apt-update':
