Function hdfsBuilderSetForceNewInstance

Source
pub unsafe extern "C" fn hdfsBuilderSetForceNewInstance(
    bld: *mut hdfsBuilder,
)
Expand description

Force the builder to always create a new instance of the FileSystem, rather than possibly finding one in the cache.

@param bld The HDFS builder