[jira] [Created] (HDFS-2826) Test case for HDFS-1476 (safemode can initialize repl queues before exiting)

2012-01-22 Thread Todd Lipcon (Created) (JIRA)
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

[jira] [Created] (HDFS-2825) Add config option to turn off the writer preferring its local DN

2012-01-22 Thread Todd Lipcon (Created) (JIRA)
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

Min Long is out of the office.

2012-01-22 Thread Min Long
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.

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