You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: