Supported by libMapRClient for hadoop-2.x
Connects to a filesystem cluster.
If a connection to the cluster in which the remote host is located already exists, the functions return a handle to this existing connection.
If a connection to the cluster does not already exist, the functions return a handle to a new connection instance.
Note that if default is used for the
host parameter, this means connect to the first
cluster listed in the
MAPR_HOME/conf/mapr-clusters.conf file on the
client.
For more information about connections, see Establishing Connections to filesystem.
hdfsFS hdfsConnect(const char* host, tPort port)
| Parameter | Description |
|---|---|
| host | A string containing either a hostname or an IP address of a CLDB node of
a filesystem cluster. To connect to the first filesystem cluster that is
specified in This parameter does not accept NULL as a value. |
| port | The port on which the host is listening. |
Returns a handle to the connected filesystem, or NULL on error.
Check errno for error codes and meanings.