That means the "-Pnetlib-lgpl" option didn't work. Could you use sbt
to build the assembly jar and see whether the ".so" file is inside the
assembly jar? Which system and Java version are you using? -Xiangrui

On Wed, Nov 12, 2014 at 2:22 PM, jpl <jlefe...@soe.ucsc.edu> wrote:
> Hi Xiangrui, thank you very much for your response.  I looked for the .so as
> you suggested.
>
> It is not here:
> $ jar tf
> assembly/target/spark-assembly_2.10-1.1.0-dist/spark-assembly-1.1.0-hadoop2.4.0.jar
> | grep netlib-native_system-linux-x86_64.so
>
> or here:
> $ jar tf
> assembly/target/spark-assembly_2.10-1.1.0-dist/spark-mllib_2.10-1.1.0.jar |
> grep netlib-native_system-linux-x86_64.so
>
> However, I do find it here:
> $ jar tf
> /root/.m2/repository/com/github/fommil/netlib/netlib-native_system-linux-x86_64/1.1/netlib-native_system-linux-x86_64-1.1-natives.jar
> | grep netlib-native_system-linux-x86_64.so
>
> Am I not building it correctly?  Should I just add the above jar to the
> Spark classpath (if so, where exactly do I add that, I tried adding to
> .extraClassPath but did not help)?
>
> Thanks a lot,
> jeff
>
>
>
>
> --
> View this message in context: 
> http://apache-spark-user-list.1001560.n3.nabble.com/MLLIB-usage-BLAS-dependency-warning-tp18660p18775.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
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to