Function hdfsDisconnect

Source
pub unsafe extern "C" fn hdfsDisconnect(fs: hdfsFS) -> c_int
Expand description

hdfsDisconnect - Disconnect from the hdfs file system. Disconnect from hdfs. @param fs The configured filesystem handle. @return Returns 0 on success, -1 on error. Even if there is an error, the resources associated with the hdfsFS will be freed.