I tried building Spark from the source, by downloading it and running: mvn -Pnetlib-lgpl -DskipTests clean package
I then installed OpenBLAS by doing the following: - Download and unpack .tar from http://www.openblas.net/ - Run `make` I then linked /usr/lib/libblas.so.3 to /usr/lib/libopenblas.so (which links to /usr/lib/libopenblas_sandybridgep-r0.2.12.so) I am still getting the following error when running a job after installing spark from the source with the -Pnetlib-lgpl flag: WARN BLAS: Failed to load implementation from: com.github.fommil.netlib.NativeSystemBLAS WARN BLAS: Failed to load implementation from: com.github.fommil.netlib.NativeRefBLAS Any thoughts on what else I need to do to get the native libraries recognized by Spark? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Mllib-native-netlib-java-OpenBLAS-tp19662p19681.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
