iwasakims opened a new pull request, #1352: URL: https://github.com/apache/bigtop/pull/1352
https://issues.apache.org/jira/browse/BIGTOP-4429 Applying Puppet manifest failed since python36 is not available on rockylinux-9. ``` Error: Could not update: Execution of '/usr/bin/dnf -d 0 -e 1 -y list python36' returned 1: Error: No matching Packages to list Error: /Stage[main]/Ranger::Admin/Package[python36]/ensure: change from 'purged' to 'latest' failed: Could not update: Execution of '/usr/bin/dnf -d 0 -e 1 -y list python36' returned 1: Error: No matching Packages to list ``` `python36` was workaround for rockylinux-8 on which `python3` did not work. We can use `python3` on rockylinux-9. -- 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-unsubscr...@bigtop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org