hdfs::native::hdfsConnectNewInstance [] [src]

pub unsafe extern fn hdfsConnectNewInstance(host: *const c_char, uint16_t: tPort) -> *const hdfsFS

Connect to an hdfs file system.

Forces a new instance to be created. This API is deprecated. Use hdfsBuilderConnect instead.

Params

Return

Returns a handle to the filesystem or NULL on error.