Home
last modified time | relevance | path

Searched refs:checkHostPort (Results 1 – 2 of 2) sorted by relevance

/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/deploy/
H A DDeployMessage.scala134 Utils.checkHostPort(hostPort, "Required hostport")
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/util/
H A DUtils.scala934 def checkHostPort(hostPort: String, message: String = "") { method