From c98a93ded36db5da2f3ebd519aa391de90927688 Mon Sep 17 00:00:00 2001 From: Michael Gummelt Date: Thu, 25 Feb 2016 13:32:09 +0000 Subject: [SPARK-13439][MESOS] Document that spark.mesos.uris is comma-separated Author: Michael Gummelt Closes #11311 from mgummelt/document_csv. --- docs/running-on-mesos.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md index b9f64c7ed1..9816d030e9 100644 --- a/docs/running-on-mesos.md +++ b/docs/running-on-mesos.md @@ -349,8 +349,9 @@ See the [configuration page](configuration.html) for information on Spark config spark.mesos.uris (none) - A list of URIs to be downloaded to the sandbox when driver or executor is launched by Mesos. - This applies to both coarse-grain and fine-grain mode. + A comma-separated list of URIs to be downloaded to the sandbox + when driver or executor is launched by Mesos. This applies to + both coarse-grained and fine-grained mode. -- cgit v1.2.3