LocationHdfsNameNode

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

HDFS Name Node IP and port information.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The DNS name or IP address of the Name Node in the customer's on premises HDFS cluster.

Link copied to clipboard
val port: Int

The port on which the Name Node is listening on for client requests.