You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by GitBox <gi...@apache.org> on 2022/04/01 13:40:50 UTC

[GitHub] [bigtop] sekikn opened a new pull request #881: BIGTOP-3659. Ambari deployment fails due to the odpi-ambari-mpack version mismatch.

sekikn opened a new pull request #881:
URL: https://github.com/apache/bigtop/pull/881


   <!--
     Thanks for sending a pull request!
       1. If this is your first time, please read our contributor guidelines: https://cwiki.apache.org/confluence/display/BIGTOP/How+to+Contribute
       2. Make sure your PR title starts with JIRA issue id, e.g., 'BIGTOP-3638: Your PR title ...'.
   -->
   
   ### Description of PR
   
   This PR fixes the Ambari deployment failure caused by the version mismatch of ODPi Mpack.
   
   ### How was this patch tested?
   
   I confirmed that the following commands succeeded with this PR on x86_64 platform.
   ```
   ./docker-hadoop.sh -d -i bigtop/puppet:3.0.1-fedora-33 -r 'http://repos.bigtop.apache.org/releases/3.0.1/fedora/33/$basearch' -k bigtop-utils,ambari -s ambari -F docker-compose-cgroupv2.yml -c 1
   ```
   ```
   ./docker-hadoop.sh -d -i bigtop/puppet:3.0.1-ubuntu-20.04 -r 'http://repos.bigtop.apache.org/releases/3.0.1/ubuntu/20.04/$(ARCH)' -k bigtop-utils,ambari -s ambari -F docker-compose-cgroupv2.yml -c 1
   ```
   
   ### For code changes:
   
   - [x] Does the title or this PR starts with the corresponding JIRA issue id (e.g. 'BIGTOP-3638. Your PR title ...')?
   - [x] Make sure that newly added files do not have any licensing issues. When in doubt refer to https://www.apache.org/licenses/


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org