Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 566 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 566 Bytes

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