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:50:45 UTC

[bigtop] branch branch-3.0 updated (a1d9b7ff -> 9638ffda)

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

sekikn pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/bigtop.git


    from a1d9b7ff BIGTOP-3657. Revert the download site to archive.apache.org partially (#879)
     new 9813ab2d BIGTOP-3659. Ambari deployment fails due to the odpi-ambari-mpack version mismatch. (#881)
     new 9638ffda Update the release notes for 3.0.1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt                                           | 2 ++
 bigtop-deploy/puppet/modules/ambari/manifests/init.pp | 2 +-
 src/site/xdoc/release-notes.xml                       | 4 ++++
 3 files changed, 7 insertions(+), 1 deletion(-)


[bigtop] 01/02: BIGTOP-3659. Ambari deployment fails due to the odpi-ambari-mpack version mismatch. (#881)

Posted by se...@apache.org.
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 <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)
    
    (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"] ]
     }
 


[bigtop] 02/02: Update the release notes for 3.0.1

Posted by se...@apache.org.
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 9638ffdab494bd5529baa7e6622c2ffcd67088a2
Author: Kengo Seki <se...@apache.org>
AuthorDate: Mon Apr 4 09:49:19 2022 +0900

    Update the release notes for 3.0.1
---
 CHANGES.txt                     | 2 ++
 src/site/xdoc/release-notes.xml | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index d7f7095f..01480f4e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -33,6 +33,8 @@ Release Notes - Bigtop - Version 3.0.1
     * [BIGTOP-3653] - Building Kibana fails due to the npm error
     * [BIGTOP-3655] - Cluster deployment via Ambari fails on CentOS due to the lack of execute permission
     * [BIGTOP-3656] - Fix Mpack's build and deployment problems on Ubuntu
+    * [BIGTOP-3657] - Revert the download site to archive.apache.org partially
+    * [BIGTOP-3659] - Ambari deployment fails due to the odpi-ambari-mpack version mismatch
 
 ** New Feature
     * [BIGTOP-3600] - Add support for Debian 11 Bullseye
diff --git a/src/site/xdoc/release-notes.xml b/src/site/xdoc/release-notes.xml
index 9d918580..8c5ea327 100644
--- a/src/site/xdoc/release-notes.xml
+++ b/src/site/xdoc/release-notes.xml
@@ -53,6 +53,10 @@
 </li>
 <li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3656'>BIGTOP-3656</a>] -         Fix Mpack&#39;s build and deployment problems on Ubuntu
 </li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3657'>BIGTOP-3657</a>] -         Revert the download site to archive.apache.org partially
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/BIGTOP-3659'>BIGTOP-3659</a>] -         Ambari deployment fails due to the odpi-ambari-mpack version mismatch
+</li>
 </ul>
 
 <h2>        New Feature