Test case for HDFS-1476 (safemode can initialize repl queues before exiting)
Key: HDFS-2826
URL: https://issues.apache.org/jira/browse/HDFS-2826
Project: Hadoop HDFS
Add config option to turn off the writer preferring its local DN
Key: HDFS-2825
URL: https://issues.apache.org/jira/browse/HDFS-2825
Project: Hadoop HDFS
Issue Type: Improvemen
I will be out of the office starting 2012/01/22 and will not return until
2012/01/29.
I will respond to mails on 2012/01/29.
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
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