sekikn opened a new pull request, #1305:
URL: https://github.com/apache/bigtop/pull/1305
<!--
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 configuration files of Debian 12 and Ubuntu 24.04 for the
Docker provisioner.
### How was this patch tested?
After applying #1304, building Hadoop and registered it into the local
repository, ran the following steps.
Built bigtop-puppet image for Ubuntu 24.04:
```
$ cd docker/bigtop-puppet
$ ./build.sh trunk-ubuntu-24.04
```
Ran smoke test with the new config file:
```
$ cd provisioner/docker
$ ./docker-hadoop.sh -d -dcp -C config_ubuntu-24.04.yaml -F
docker-compose-cgroupv2.yml -G -L -k hdfs,yarn -s yarn -c 3
```
I also made sure the same steps for Debian 12.
### 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]