You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by se...@apache.org on 2022/04/04 00:39:15 UTC

[bigtop] branch master updated: BIGTOP-3659. Ambari deployment fails due to the odpi-ambari-mpack version mismatch. (#881)

This is an automated email from the ASF dual-hosted git repository.

sekikn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 950b5347 BIGTOP-3659. Ambari deployment fails due to the odpi-ambari-mpack version mismatch. (#881)
950b5347 is described below

commit 950b534778bc9030564ac4843a67d2b24d8761a8
Author: Kengo Seki <se...@apache.org>
AuthorDate: Mon Apr 4 09:39:10 2022 +0900

    BIGTOP-3659. Ambari deployment fails due to the odpi-ambari-mpack version mismatch. (#881)
---
 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"] ]
     }