jamesclampffer
jamesclampffer
Memory and threading issues don't really show up in the tests run by maven through JNI. Some simple tests that can be pointed at a large HDFS cluster help out...
It's useful, and in my case required, to add a pure C api on top of libhdfs++. The best way to go about doing that is to implement what libhdfs...
Cmake avoids static linkages unless explicitly instructed. Running mvn package would crash the JVM when the JNI couldn't find various protobuf symbols. using: gcc 4.8.2 cmake 2.8.12.2 ubuntu 14.04 x86_64...