JNI native linrary problem java.lang.UnsatisfiedLinkError

2015-11-25 Thread Oriol López Massaguer
Hi; I try to use a natie library inside Spark. I Oriol.

Spark 1.5.2 JNI native library java.lang.UnsatisfiedLinkError

2015-11-25 Thread Oriol López Massaguer
Hello; I'm trying to use a native library in Spark. I was using a simple standalone cluster with one master and worker. According to the documentation I edited the spark-defautls.conf by setting: spark.driver.extraClassPath=/opt/eTOX_spark/lib/org.RDKit.jar

Re: Spark 1.5.2 JNI native library java.lang.UnsatisfiedLinkError

2015-11-25 Thread Oriol López Massaguer
LD_LIBRARY_PATH points to /opt/eTOX_spark/lib/ the location of the nattive libraries. Oriol. 2015-11-25 17:39 GMT+01:00 Ted Yu <yuzhih...@gmail.com>: > In your spark-env, did you set LD_LIBRARY_PATH ? > > Cheers > > On Wed, Nov 25, 2015 at 7:32 AM, Oriol López M