om.github.fommil.netlib.NativeSystemBLAS.natives=/usr/local/lib/libopenblas.so"*
>> > --class org.apache.spark.examples.mllib.LinearRegression
>> > examples/target/scala-2.10/spark-examples-1.3.0-SNAPSHOT-hadoop1.0.4.jar
>> > data/mllib/sample_libsvm_data.txt
>> &
orce spark-submit to propagate info about non-standard
> placement
> > of openblas library to netlib-java lib?
> >
> > thanks, Tomas
> >
> >
> >
> > --
> > View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/
netlib-java lib?
>
> thanks, Tomas
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/MLLIB-and-Openblas-library-in-non-default-dir-tp20943.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
&
SNAPSHOT-hadoop1.0.4.jar
data/mllib/sample_libsvm_data.txt
/
How can I force spark-submit to propagate info about non-standard placement
of openblas library to netlib-java lib?
thanks, Tomas
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/MLLIB-and-Ope
Hi
I have compiled OpenBlas library into nonstandard directory and I want to
inform Spark app about it via:
-Dcom.github.fommil.netlib.NativeSystemBLAS.natives=/usr/local/lib/libopenblas.so
I tried 2 ways:
1. via --conf parameter
bin/spark-submit -v --class
org.apache.spark.examples.mllib.Linear