From ea05fc130b64ce356ab7524a3d5bd1e022cf51b5 Mon Sep 17 00:00:00 2001 From: Matei Zaharia Date: Wed, 26 Sep 2012 22:54:39 -0700 Subject: Updates to standalone cluster, web UI and deploy docs. --- docs/scala-programming-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/scala-programming-guide.md') diff --git a/docs/scala-programming-guide.md b/docs/scala-programming-guide.md index ffc11d8972..28e7bdd4c9 100644 --- a/docs/scala-programming-guide.md +++ b/docs/scala-programming-guide.md @@ -51,7 +51,7 @@ The master URL passed to Spark can be in one of the following formats: spark://HOST:PORT Connect to the given Spark standalone cluster master. The port must be whichever one your master is configured to use, which is 7077 by default. - mesos://HOST:PORT Connect Spark to the given Mesos cluster. + mesos://HOST:PORT Connect to the given Mesos cluster. The host parameter is the hostname of the Mesos master. The port must be whichever one the master is configured to use, which is 5050 by default. -- cgit v1.2.3