pub unsafe extern "C" fn hdfsBuilderSetNameNodePort(
bld: *mut hdfsBuilder,
port: tPort,
)
Expand description
Set the port of the HDFS NameNode to connect to.
@param bld The HDFS builder @param port The port.
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.