'Symbol lookup error' with netlib-java

有些话、适合烂在心里 提交于 2019-12-04 08:37:52

It's been a couple months, but I got back to this problem and was able to get a functioning workaround (posting here in case anybody else has the same issue).

It came down to library precedence; so, by calling:

$ export LD_PRELOAD=/path/to/libopenblas.so

prior to launching Spark, everything works as expected.

I figured out the solution after reading:

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!