sekikn commented on PR #1204: URL: https://github.com/apache/bigtop/pull/1204#issuecomment-1787013912
@JiaLiangC Thank you for the update, and sorry that [my previous comment](https://github.com/apache/bigtop/pull/1199#discussion_r1375682540) was insufficient. For Rocky 8, we still have to keep the package name as "python36", otherwise we get the following error. To put it simply, we have to use "python36" only for Rocky 8 and "python3" for other distros including CentOS 7. ``` $ ./docker-hadoop.sh -d -dcp -C config_rockylinux-8.yaml -F docker-compose-cgroupv2.yml -G -L -k hdfs,hbase,ranger -k ranger -c 1 ... Notice: /Stage[main]/Ranger::Admin/Package[ranger-admin]/ensure: created Error: Could not update: Execution of '/usr/bin/dnf -d 0 -e 1 -y list python3' returned 1: Error: No matching Packages to list Error: /Stage[main]/Ranger::Admin/Package[python3]/ensure: change from 'purged' to 'latest' failed: Could not update: Execution of '/usr/bin/dnf -d 0 -e 1 -y list python3' returned 1: Error: No matching Packages to list Notice: /Stage[main]/Ranger::Admin/Exec[initdb]: Dependency Package[python3] has failures: true ``` Other updates are supposed to work as expected, so I'll merge it once the issue above is fixed. -- 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]
