On Feb 10, 2009, at 12:24 PM, Mimi Sun wrote:

I see UnsatisfiedLinkError. Also I'm calling System.getProperty("java.library.path") in the reducer and logging it. The only thing that prints out is ...hadoop-0.18.2/bin/../lib/ native/Mac_OS_X-i386-32
I'm using Cascading, not sure if that affects anything.


Hmm... that's odd. The framework does try to pass the user provided java.library.path down to the launched jvm. I assume your mapred.child.java.opts looks something like
"-Xmx <heapsize> -Djava.library.path=<path>" ?

Arun

Reply via email to