Re: Java.library.path error

2012-01-22 Thread Harsh J
For MapReduce programs to use your custom native libraries, you may have to pass them through the DistributedCache, try performing this instead: http://hadoop.apache.org/common/docs/r0.20.2/native_libraries.html#Loading+native+libraries+through+DistributedCache On 22-Jan-2012, at 4:07 PM, Karthe

Java.library.path error

2012-01-22 Thread Kartheek Muthyala
Hi all, I have a c++ module I want to integrate with Hadoop. I am using jNI way of integration. I am invoking the shared library libexample.so from a java map reduce program. I am getting the standard error java.lang.unsatsfiedlinkerror: no example in java.library.path. I edited JAVA_LIBRARY_P