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

Not sure where this particular issue lies: either in Spark, Breeze or Netlib. But using breeze functions in EMR doesn't load native libraries. #856

Open
dineshdharme opened this issue Nov 17, 2023 · 0 comments

Comments

@dineshdharme
Copy link
Contributor

I had to jump through hoops to get native libraries to load when calling breeze functions (like leastSquares) in Apache Spark.
Not sure where the exact issue is. I suppose Spark uses its own shaded breeze. Locally there was no issue. But on EMR, I got warning like

WARNING: Failed to load implementation from:dev.ludovic.netlib.blas.JNIBLAS

Here's the work around that made it work.

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

1 participant