Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Hi All
I just got the permission to open source libhdfs3, which is a native C/C++ HDFS client based on Hadoop RPC protocol and HDFS Data Transfer Protocol.
libhdfs3 provide the libhdfs style C interface and a C++ interface. Support both HADOOP RPC version 8 and 9. Support Namenode HA and Kerberos authentication.
libhdfs3 is currently used by Apache HAWQ at: https://github.com/apache/hawq/tree/master/depends/libhdfs3
I'd like to integrate libhdfs3 into HDFS source code to benefit others.
The libhdfs3 code originally from Pivotal was available on github at:
https://github.com/Pivotal-Data-Attic/pivotalrd-libhdfs3
http://pivotal-data-attic.github.io/pivotalrd-libhdfs3/
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-10388 Pure native hadoop client
- Open