Skip to content

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

License

Notifications You must be signed in to change notification settings

TheoRadig/webhdfspp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.9%
  • CMake 2.1%