Registry / networking / libhdfs3

libhdfs3

JSON →
library2019-11-05vcpkgunverified

Native Hadoop RPC protocol and HDFS data transfer protocol implementation

vcpkg install libhdfs3
INSTALL
IMPORT
SIG · LIBHDFS3
L
libhdfs3
networkingcppv2019-11-05
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hdfs/hdfs.h
#include <hdfs/hdfs.h>

Connect to HDFS

#include "hdfs/hdfs.h" int main() { hdfsFS fs = hdfsConnect("default", 0); hdfsDisconnect(fs); return 0; }
Debug
Known issues
gotchaRequires Hadoop cluster or compatible filesystem
fix
Set up HDFS or use a mock
affects: *
Upgrade
Version history
2019-11-05latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libhdfs3 — pip install libhdfs3 · libregistry