Re: MLlib linking error Mac OS X

2014-10-20 Thread Evan Sparks
MLlib relies on breeze for much of its linear algebra, which in turn relies on netlib-java. netlib-java will attempt to load a native BLAS at runtime and then attempt to load it's own precompiled version. Failing that, it will default back to a Java version that it has built in. The Java version

Re: MLlib linking error Mac OS X

2014-10-20 Thread npomfret
I'm getting the same warning on my mac. Accompanied by what appears to be pretty low CPU usage (http://apache-spark-user-list.1001560.n3.nabble.com/mlib-model-build-and-low-CPU-usage-td16777.html), I wonder if they are connected? I've used jblas on a mac several times, it always just works perfec

Re: MLlib linking error Mac OS X

2014-10-20 Thread poiuytrez
This is my error: 14/10/17 10:24:56 WARN BLAS: Failed to load implementation from: com.github.fommil.netlib.NativeSystemBLAS 14/10/17 10:24:56 WARN BLAS: Failed to load implementation from: com.github.fommil.netlib.NativeRefBLAS However, it seems to work. What does it means? -- View this messag

Re: MLlib linking error Mac OS X

2014-10-17 Thread Xiangrui Meng
Could you post the error message? -Xiangrui On Fri, Oct 17, 2014 at 2:00 AM, poiuytrez wrote: > Hello MLnick, > > Have you found a solution on how to install MLlib for Mac OS ? I have also > some trouble to install the dependencies. > > Best, > poiuytrez > > > > -- > View this message in context:

Re: MLlib linking error Mac OS X

2014-10-17 Thread poiuytrez
Hello MLnick, Have you found a solution on how to install MLlib for Mac OS ? I have also some trouble to install the dependencies. Best, poiuytrez -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/MLlib-linking-error-Mac-OS-X-tp588p16668.html Sent from the