hdfs::native::hdfsConnectAsUserNewInstance [] [src]

pub unsafe extern fn hdfsConnectAsUserNewInstance(host: *const c_char, uint16_t: tPort, user: *const c_char) -> *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.