Can you clarify what is the Spark master URL you are using ? Is it 'local'
or is it a cluster ? If it is 'local' then rebuilding Spark wouldn't help
as Spark is getting pulled in from Maven and that'll just pick up the
released artifacts.

Shivaram

On Mon, Nov 24, 2014 at 1:08 PM, agg212 <alexander_galaka...@brown.edu>
wrote:

> 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: user-unsubscr...@spark.apache.org
> For additional commands, e-mail: user-h...@spark.apache.org
>
>

Reply via email to