LocationHdfsNameNode

data class LocationHdfsNameNode(val hostname: String, val port: Int)

Constructors

Link copied to clipboard
constructor(hostname: String, port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The hostname of the NameNode in the HDFS cluster. This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network.

Link copied to clipboard
val port: Int

The port that the NameNode uses to listen to client requests.