Interface HdfsNameNode.Builder

    • Method Detail

      • hostname

        HdfsNameNode.Builder hostname​(String hostname)

        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.

        Parameters:
        hostname - 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • port

        HdfsNameNode.Builder port​(Integer port)

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

        Parameters:
        port - The port that the NameNode uses to listen to client requests.
        Returns:
        Returns a reference to this object so that method calls can be chained together.