libhdfspp icon indicating copy to clipboard operation
libhdfspp copied to clipboard

libhdfs++ is a modern implementation of HDFS client in C++11 that is designed for the Massive Parallel Processing (MPP) applications.

Results 9 libhdfspp issues
Sort by recently updated
recently updated
newest added

hi,this is the error messages error: ‘class hadoop::hdfs::BaseHeaderProto’ has no member named ‘set_allocated_block’ base_h->set_allocated_block(new ExtendedBlockProto(*block));

Added first stab at travis CI builds Travis: added required packages Travis: fixed package names Travis: used ubuntu package names Travis: added protobuf-compiler package Travis: added boost date-time Travis: dump...

We should be running CI tests with every check-in. Keeps us from wondering "Is it just me?"

Posted a new patch by doing a good mapping of native status code/java exception, e.g., runtime exception. Please review it, thanks! More changes: 1. removed empty space 2. renamed checkException...

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...

The RemoteBlockReader should be able to verify the checksum as it reads through the data in `async_read_some()`. See https://github.com/apache/hadoop/blob/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/RemoteBlockReader2.java for more details.