masatana commented on PR #1283: URL: https://github.com/apache/bigtop/pull/1283#issuecomment-2211694446
Updated the patch, and did some addendum tests. ## Rocky 8 ``` $ ./gradlew -POS=rockylinux-8 bigtop-puppet $ cd provisioner/docker $ ./docker-hadoop.sh -dcp -F docker-compose-cgroupv2.yml -C config_rockylinux-8.yaml -m 4g -c 3 -k "hdfs" (snip) Notice: /Stage[main]/Bigtop_repo/Yumrepo[Bigtop_0]/ensure: created Notice: /Stage[main]/Yumrepo/Yumrepo[powertools]/enabled: enabled changed '0' to '1' Notice: /Stage[main]/Yumrepo/Yumrepo[devel]/enabled: enabled changed '0' to '1' Notice: Baseurl: http://repos.bigtop.apache.org/releases/3.2.1/rockylinux/8/$basearch (snip) Notice: /Stage[main]/Hadoop::Init_hdfs/Exec[init hdfs]/returns: executed successfully Notice: Applied catalog in 114.29 seconds ``` ## Rocky 9 ``` $ ./gradlew -POS=rockylinux-9 bigtop-puppet $ cd provisioner/docker $ ./docker-hadoop.sh -dcp -F docker-compose-cgroupv2.yml -C config_rockylinux-9.yaml -m 4g -c 3 -k "hdfs" (snip) Notice: Compiled catalog for 2d52d108752b.bigtop.apache.org in environment production in 0.45 seconds Notice: /Stage[main]/Yumrepo/Yumrepo[crb]/enabled: enabled changed '0' to '1' Notice: /Stage[main]/Yumrepo/Yumrepo[devel]/enabled: enabled changed '0' to '1' Notice: Baseurl: http://repos.bigtop.apache.org/releases/3.2.1/rockylinux/9/$basearch (snip) (As of right now, this command fails as there is no rpm for rocky linux 9 in bigtop-3.2.1) ``` -- 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]
