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

Error while deploying Presto release on arm64 #19981

Closed
imjalpreet opened this issue Jun 26, 2023 · 3 comments · Fixed by #21483
Closed

Error while deploying Presto release on arm64 #19981

imjalpreet opened this issue Jun 26, 2023 · 3 comments · Fixed by #21483
Assignees
Labels

Comments

@imjalpreet
Copy link
Member

Error message:

Caused by: java.lang.RuntimeException: library not found: /nativelib/Linux-aarch64/libhadoop.so
	at com.facebook.presto.hadoop.HadoopNative.loadLibrary(HadoopNative.java:88)

To fix this, we need to release a new version of https://github.com/prestodb/presto-hadoop-apache2 and upgrade the version in Presto. Latest changes in presto-hadoop-apache2 have added the native libs required for Linux and MacOS aarch64.

@majetideepak
Copy link
Collaborator

@wanglinsong FYI, an issue related to release.

@majetideepak majetideepak changed the title Error while deploying Presto on arm64 Error while deploying Presto release on arm64 Jun 26, 2023
@wanglinsong wanglinsong self-assigned this Jul 19, 2023
@wanglinsong
Copy link
Member

wanglinsong commented Jul 19, 2023

@tdcmeehan can you publish 2.7.4-12 into maven central?
https://github.com/prestodb/presto-hadoop-apache2/blob/master/pom.xml

@wanglinsong
Copy link
Member

2.7.4-12 is released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants