-
Notifications
You must be signed in to change notification settings - Fork 489
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
version GLIBC_2.14 not found #493
Comments
Could you paste what command you ran which gave this error, and the output from that command? As well as the operating system version being used? In general H3 should be able to use older versions or alternate libc's without too much trouble. You may need to compile H3 for your system if it does not use glibc. |
I just used the h3 in spark with scala, and the code runs normally on this machine with win10, but it runs error in cluster. |
Sorry for the delay responding. The issue here is probably that your cluster is running an operating system that is not using a recent version of GLIBC (such as Alpine Linux that uses musl). H3-Java does not distribute prepackaged binaries for that configuration, but it should be possible for you to find out what configuration you need from your cluster administrator, and then compile h3-java for that. (i.e. run |
version GLIBC_2.14 not found ;
i con not update GLIBC, Is there any other solution?
thanks a lot
The text was updated successfully, but these errors were encountered: