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

Make Debugging JNI Loading Failures Easier For BLAS #20

Open
tburned opened this issue Mar 17, 2023 · 1 comment
Open

Make Debugging JNI Loading Failures Easier For BLAS #20

tburned opened this issue Mar 17, 2023 · 1 comment

Comments

@tburned
Copy link

tburned commented Mar 17, 2023

At the moment, when attempting to load JNIBLAS, the exception is discarded. As a result, debugging library loading failures is much more difficult. By providing more information at a more fine-grained log level, more information can be provided about why the native library was unable to be loaded instead of just that it wasn't able to be loaded.

@dineshdharme
Copy link

I was burned by this issue. So I had to separately compile the jars and get spark on EMR to use them. I have detailed the steps to compile the jar in this gist. Hope this helps someone in the future.

https://gist.github.com/dineshdharme/8bd39cdbc35a09033b9ba2cfd1bdf146

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

No branches or pull requests

2 participants