Class LocationHdfsNameNode


  • public final class LocationHdfsNameNode
    extends java.lang.Object
    • Method Detail

      • hostname

        public java.lang.String hostname()
        Returns:
        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.
      • port

        public java.lang.Integer port()
        Returns:
        The port that the NameNode uses to listen to client requests.