[][src]Function rust_hdfs::hdfsBuilderSetUserName

pub unsafe extern "C" fn hdfsBuilderSetUserName(
    bld: *mut hdfsBuilder,
    userName: *const c_char
)

Set the username to use when connecting to the HDFS cluster.

@param bld The HDFS builder @param userName The user name. The string will be shallow-copied.