yoda-mon opened a new pull request, #961:
URL: https://github.com/apache/bigtop/pull/961
<!--
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 adds a Fedora 36 option to Bigtop.
- use java 8 during build process because on fedora 36 java 17 is also
installed and set as default.
### How was this patch tested?
I tested on CentOS7/arm and on Ubuntu 22.04/x86.
```sh
# Build images
cd docker/bigtop-puppet/
./build.sh trunk-fedora-36
cd ../bigtop-slaves/
./build.sh trunk-fedora-36
# Build a project
cd ../..
./gradlew -POS=fedora-36 -Pdocker-run-option="--privileged"
bigtop-utils-pkg-ind bigtop-jsvc-pkg-ind bigtop-groovy-pkg-ind
zookeeper-pkg-ind repo-ind
# Smoke test
cd provisioner/docker/
./docker-hadoop.sh -d -C config_fedora-36.yaml --create 1 --memory 8g
--enable-local-repo --repo file:///bigtop-home/output --disable-gpg-check
--stack zookeeper --smoke-tests zookeeper
```
### For code changes:
- [ ] Does the title or this PR starts with the corresponding JIRA issue id
(e.g. 'BIGTOP-3638. Your PR title ...')?
- [ ] 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]