[This is preliminary documentation and is subject to change.]
The Hdfs framework supports reading and writing Hdfs files using the Java-based native Hdfs protocol. It requires Java and
the Hdfs jar files to be installed locally, and will throw an exception if they are not installed. The environment JAVA_HOME
must be set to the location of the Java installation, and HADOOP_COMMON_HOME must be set to the location of the Hadoop jar files
including those for Hdfs
Classes
Class | Description | |
---|---|---|
ExtensionMethods |
extension methods for working with Java-protocol Hdfs files
|