hdfs_datastore Module

Contains the base functionality for datastores that save connection information to an HDFS cluster.

Classes

HDFSDatastore

Note

This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.

Represents a datastore that saves connection information to an HDFS cluster.

You should not work with this class directly. To create a datastore that saves connection information to an HDFS cluster, use the register_hdfs method of the Datastore class.

Note: When using a datastore to access data, you must have permission to access the data, which depends on the credentials registered with the datastore.

Initialize a new OnPremisesHDFSDatastore.