Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIGTOP-4068: fix the alluxio in rockylinux9 bug #1243

Merged
merged 3 commits into from
Mar 19, 2024

Conversation

MacChen01
Copy link
Contributor

https://issues.apache.org/jira/browse/BIGTOP-4068

The bug is alluxio smoketest failed in rockylinux 9, the test cmd
./docker-hadoop.sh -d -c 3 -C config_rockylinux-9.yaml

redhat-lsb should be installed by dnf when alluxio somketest in rockylinux 9

@MacChen01
Copy link
Contributor Author

The successful log is:
image

@MacChen01
Copy link
Contributor Author

@guyuqi @iwasakims @sekikn
Please help review this code, thanks.

@@ -69,7 +69,8 @@ case ${ID}-${VERSION_ID} in
puppet module install puppetlabs-stdlib --version 4.12.0
# Enabling the PowerTools and EPEL repositories via Puppet doesn't seem to work in some cases.
# As a workaround for that, enable the former here in advance of running the Puppet manifests.
dnf config-manager --set-enabled crb
dnf config-manager --set-enabled crb devel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be done in the Puppet manifest? We can not expect that the puppetize.sh is applied in all deployment.

@MacChen01
Copy link
Contributor Author

@iwasakims
Please help check the code from your advice, thanks.

Copy link
Member

@iwasakims iwasakims left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm merging this as temporary fix.

@iwasakims iwasakims merged commit 1c8bf7a into apache:master Mar 19, 2024
@iwasakims
Copy link
Member

Filed BIGTOP-4080 as a follow-up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants