spark mllib java.lang.UnsatisfiedLinkError: org.jblas.NativeBlas.dposv解決辦法

Spark documentation clearly mentions that MLLib uses native libraries, which need to be present on the nodes.

for debian/ubuntu use: sudo apt-get install jblas libgfortran3


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章