Supported by libMapRClient for hadoop-2.x
Disconnects from the specified filesystem.
Even if there is an error, the resources that are associated with the filesystem handle are freed.
int hdfsDisconnect(hdfsFS fs)
| Parameter | Description |
|---|---|
| fs | The handle of the filesystem to disconnect from.
Obtain this handle with one of the hdfsConnect()
APIs. |
Returns 0 on success, -1 on error.
Check errno for error codes and meanings.