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.
- brew install cmake
- To validate: cmake --version
- Modules are at: /usr/local/Cellar/cmake/3.9.0/share/cmake/Modules/
- At root directory of the source code: mdkir obj
- cd obj
- cmake ..