Skip to content

A modern implementation of the WebHDFS protocol in C++11.

License

Notifications You must be signed in to change notification settings

haohui/webhdfspp

Repository files navigation

WebHDFS++

WebHDFS++ is a C++11 library that implements the client of the WebHDFS protocol of the Hadoop Distributed Filesystem (HDFS). It provides highly performant integrations while supporting all major features in HDFS.

Build

One Time Setup (Mac)

  • brew install cmake
  • To validate: cmake --version
  • Modules are at: /usr/local/Cellar/cmake/3.9.0/share/cmake/Modules/

Compile

  • At root directory of the source code: mdkir obj
  • cd obj
  • cmake ..

About

A modern implementation of the WebHDFS protocol in C++11.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published