How do I get the documentation for the C API ? Also when I try to use the
hdfsConnect() function what do I pass as argument ? Should I pass in the
host name of the master and the port it is listening on ? I mean in the
configuration file for Hadoop I have the fs.default.name set to
"hdfs://dev030.sctm.com:9000". So do I pass in "hdfs://dev030.sctm.com" and
9000 as args. Please advice.

Thanks
A

This is the exception I get when I connect with "hdfs://<host>", port.

Exception in thread "main" java.io.IOException: No FileSystem for scheme:
hdfs
       at org.apache.hadoop.fs.FileSystem.get(FileSystem.java:157)
Call to org.apache.hadoop.fs.FileSystem::get(URI, Configuration) failed!

Reply via email to