-
Notifications
You must be signed in to change notification settings - Fork 442
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-1367] Support running gluten on anolis #1368
Conversation
@@ -40,6 +40,10 @@ class VeloxInitializerApi extends InitializerApi { | |||
new VeloxSharedlibraryLoaderCentos7 | |||
} else if (system.contains("alinux") && system.contains("3")) { | |||
new VeloxSharedlibraryLoaderCentos8 | |||
} else if (system.contains("Anolis") && system.contains("8")) { | |||
new VeloxSharedlibraryLoaderCentos8 | |||
} else if (system.contains("Anolis") && system.contains("7")) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alinux3 is verified with Alibaba cloud EMR release version 5.11.1
I'm not sure Anolis7/8 is supported too.
How do you test it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Yohahaha Thanks for your review, we use our own basic image with anolis 8 with spark and only modify the VeloxInitializerApi in gluten and do not modify centos set.up script.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for clarify, make sense for me.
cc @FelixYBW @zhejiangxiaomai
@FelixYBW this PR would be landed, thanks. |
If CI pass, I will merge this pr. |
retest this please |
It seems that there is still a problem with retest. |
test this please |
What changes were proposed in this pull request?
(Fixes: #1367)
How was this patch tested?
manual tests on anolis