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

[GLUTEN-1367] Support running gluten on anolis #1368

Merged
merged 2 commits into from
Apr 18, 2023

Conversation

leesf
Copy link
Contributor

@leesf leesf commented Apr 14, 2023

What changes were proposed in this pull request?

(Fixes: #1367)

How was this patch tested?

manual tests on anolis

@github-actions
Copy link

#1367

@FelixYBW
Copy link
Contributor

@Yohahaha

@@ -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")) {
Copy link
Contributor

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?

Copy link
Contributor Author

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.

Copy link
Contributor

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

@leesf
Copy link
Contributor Author

leesf commented Apr 17, 2023

@FelixYBW this PR would be landed, thanks.

@zhejiangxiaomai
Copy link
Contributor

If CI pass, I will merge this pr.

@zzcclp
Copy link
Contributor

zzcclp commented Apr 18, 2023

retest this please

@zhejiangxiaomai
Copy link
Contributor

retest this please

It seems that there is still a problem with retest.

@zzcclp
Copy link
Contributor

zzcclp commented Apr 18, 2023

test this please

@zhejiangxiaomai zhejiangxiaomai merged commit 62ac287 into apache:main Apr 18, 2023
@leesf leesf deleted the gluten-1367 branch April 18, 2023 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

would not run gluten on Anolis OS 7/8
5 participants