csdnlzh / libhdfs-example

libhdfs sample program with compile/exec script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Example program of libhdfs, C++ library to handle HDFS (Hadoop Distributed File System).

Install & Build libhdfs

$ git clone git://github.com/apache/hadoop-hdfs.git
$ cd hadoop-hdfs
$ ant compile-c++-libhdfs -Dlibhdfs=1
$ cd ..

Build & exec sample program

$ bash compile.sh
$ bash exec.sh

About

libhdfs sample program with compile/exec script


Languages

Language:Shell 64.3%Language:C++ 35.7%