tree: 91bc5da5c9c73a2c544ea82d620d835cb7abbf8f [path history] [tgz]
  1. CMakeLists.txt
  2. libhdfs_read.c
  3. libhdfs_write.c
  4. README.md
  5. test-libhdfs.sh
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs-examples/README.md

The files in this directory are purely meant to provide additional examples for how to use libhdfs. They are compiled as part of the build and are thus guaranteed to compile against the associated version of lidhdfs. However, no tests exists for these examples so their functionality is not guaranteed.

The examples are written to run against a mini-dfs cluster. The script test-libhdfs.sh can setup a mini DFS cluster that the examples can run against. Again, none of this is tested and is thus not guaranteed to work.