-
Notifications
You must be signed in to change notification settings - Fork 453
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
[GLUTEN-6064][VL] Support loading shared libraries on RedHat-9 #6063
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
Created issue for the same - #6064 |
@surnaik - Thanks for reviewing and approval. |
@PHILO-HE - Could you please help here? |
New contributor's first PR needs committer's approval for running CI. Just approved. @deepashreeraghu, did you test this patch on redhat 9? |
Yes @PHILO-HE. I built Gluten on centos8 and wanted to try it on RHEL9. The first road block I hit into was it was not allowing to proceed due to this condition. After fixing this I was able to proceed and run a simple wordcount on RHEL9 with the jar built on centos8. |
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
What changes were proposed in this pull request?
Trying to use the centos-8 based Gluten jar on RHEL9.
How was this patch tested?
I have used the centos-8 based Gluten jar on RHEL9 and this is the first step it fails. Once I added this fix, it proceeds well.