case classNodeDesc(nodeId: String, hostname: String, port: Int) extends Product with Serializable
Helper class containing node ID, hostname and port.
nodeId
In case of external cluster mode the node ID is ID of H2O Node, in the internal cluster mode the ID
is ID of Spark Executor where corresponding instance is located
hostname
hostname of the node
port
port of the node
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
In case of external cluster mode the node ID is ID of H2O Node, in the internal cluster mode the ID
is ID of Spark Executor where corresponding instance is located
In case of external cluster mode the node ID is ID of H2O Node, in the internal cluster mode the ID
is ID of Spark Executor where corresponding instance is located
Helper class containing node ID, hostname and port.
In case of external cluster mode the node ID is ID of H2O Node, in the internal cluster mode the ID is ID of Spark Executor where corresponding instance is located
hostname of the node
port of the node