/webhdfspp

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

Primary LanguageC++Apache License 2.0Apache-2.0

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