This is an automated email from the ASF dual-hosted git repository. sekikn pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/bigtop.git
commit 9813ab2d8ca1b61849e15ba0885da2c5b0af73e4 Author: Kengo Seki <[email protected]> AuthorDate: Mon Apr 4 09:39:10 2022 +0900 BIGTOP-3659. Ambari deployment fails due to the odpi-ambari-mpack version mismatch. (#881) (cherry picked from commit 950b534778bc9030564ac4843a67d2b24d8761a8) --- bigtop-deploy/puppet/modules/ambari/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigtop-deploy/puppet/modules/ambari/manifests/init.pp b/bigtop-deploy/puppet/modules/ambari/manifests/init.pp index 71432157..368a17a7 100644 --- a/bigtop-deploy/puppet/modules/ambari/manifests/init.pp +++ b/bigtop-deploy/puppet/modules/ambari/manifests/init.pp @@ -29,7 +29,7 @@ class ambari { exec { "mpack install": - command => "/bin/bash -c 'echo yes | /usr/sbin/ambari-server install-mpack --purge --verbose --mpack=/var/lib/ambari-server/resources/odpi-ambari-mpack-1.0.0.0-SNAPSHOT.tar.gz'", + command => "/bin/bash -c 'echo yes | /usr/sbin/ambari-server install-mpack --purge --verbose --mpack=/var/lib/ambari-server/resources/odpi-ambari-mpack-2.7.5.0.0.tar.gz'", require => [ Package["ambari-server"] ] }
