[][src]Function rust_hdfs::hdfsBuilderSetNameNodePort

pub unsafe extern "C" fn hdfsBuilderSetNameNodePort(
    bld: *mut hdfsBuilder,
    port: tPort
)

Set the port of the HDFS NameNode to connect to.

@param bld The HDFS builder @param port The port.