hdfs::native::nmdGetNameNodeHttpAddress
[−]
[src]
pub unsafe extern fn nmdGetNameNodeHttpAddress(cl: *const NativeMiniDfsCluster, port: *mut c_int, hostName: *mut *mut c_char) -> c_int
Get the http address that's in use by the given (non-HA) nativeMiniDfs
Params
cl
- The initialized NativeMiniDfsClusterport
- Used to capture the http port of the NameNode of the NativeMiniDfsCluster- hostName Used to capture the http hostname of the NameNode of the NativeMiniDfsCluster