I don't understand. I want to pass something like java.library.path="/home/.../libXXX.so" so that every mapper can load that lib and use the native code.
Could you give me an example? Thanks! Yin On Thu, Oct 7, 2010 at 6:05 PM, Ted Yu <[email protected]> wrote: > Take a look at bin/hadoop: > hadoop: HADOOP_OPTS="$HADOOP_OPTS -Djava.library.path=$JAVA_LIBRARY_PATH" > > > On Thu, Oct 7, 2010 at 12:04 PM, Yin Lou <[email protected]> wrote: > >> Hi, >> >> Is there any way to pass system properties, like java.library.path to each >> mapper/reducer? >> >> Thanks, >> Yin >> > >
