sekikn commented on PR #1270: URL: https://github.com/apache/bigtop/pull/1270#issuecomment-2143681589
+1, tested as follows (specifying a dummy repo URL in running docker-hadoop.sh). Thanks @iwasakims. ``` $ curl -sL https://github.com/apache/bigtop/pull/1270.diff | git apply $ (cd docker/bigtop-puppet && ./build.sh trunk-openeuler-22.03) $ docker run -it bigtop/puppet:trunk-openeuler-22.03 puppet module list /etc/puppetlabs/code/modules ├── puppetlabs-stdlib (v4.12.0) └── puppetlabs-yumrepo_core (v2.1.0) $ (cd docker/bigtop-slaves && ./build.sh trunk-openeuler-22.03) $ ./gradlew allclean bigtop-utils-pkg-ind repo-ind -POS=openeuler-22.03 -Pdocker-run-option="--privileged" ... BUILD SUCCESSFUL in 1m 51s 40 actionable tasks: 40 executed $ cd provisioner/docker $ ./docker-hadoop.sh -d -dcp -C config_openeuler-22.03.yaml -F docker-compose-cgroupv2.yml -G -L -k bigtop-utils -c 1 -r 'http://repos.bigtop.apache.org/releases/3.2.1/centos/7/$basearch' $ ./docker-hadoop.sh -dcp -e 1 dnf info bigtop-utils Last metadata expiration check: 0:03:17 ago on Sun Jun 2 03:17:24 2024. Installed Packages Name : bigtop-utils Version : 3.4.0 Release : 1 Architecture : noarch Size : 21 k Source : bigtop-utils-3.4.0-1.src.rpm Repository : @System From repo : bigtop-home_output Summary : Collection of useful tools for Bigtop URL : http://bigtop.apache.org/ License : ASL 2.0 Description : This includes a collection of useful tools and files for Bigtop ``` -- 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]
