MLLIB and Openblas library in non-default dir

2015-01-02 Thread Tomas Hudik
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

MLLIB and Openblas library in non-default dir

2015-01-02 Thread xhudik
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

Re: MLLIB and Openblas library in non-default dir

2015-01-05 Thread Xiangrui Meng
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. > &

Re: MLLIB and Openblas library in non-default dir

2015-01-06 Thread Tomas Hudik
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/

Re: MLLIB and Openblas library in non-default dir

2015-01-06 Thread Xiangrui Meng
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 >> &