Simon Su
Simon Su

Reputation: 2343

How to get hdfs configuration info by using libhdfs.so

As title, in JAVA API, there are several methods in org.apache.hadoop.conf.Configuration to get details about what we have configure in hdfs configurion files. Such as hdfs-site.xml, core-site.xml. But I want to get this by using C API, libhdfs.so. could any body help me ?

Upvotes: 0

Views: 516

Answers (1)

Gowtham SB
Gowtham SB

Reputation: 111

Example program of libhdfs, C++ library to handle HDFS (Hadoop Distributed File System)use the following link

libhdfs

Upvotes: 1

Related Questions