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
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
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
The text was updated successfully, but these errors were encountered: