You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2016/02/25 14:32:15 UTC

spark git commit: [SPARK-13439][MESOS] Document that spark.mesos.uris is comma-separated

Repository: spark
Updated Branches:
  refs/heads/master fae88af18 -> c98a93ded


[SPARK-13439][MESOS] Document that spark.mesos.uris is comma-separated

Author: Michael Gummelt <mg...@mesosphere.io>

Closes #11311 from mgummelt/document_csv.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c98a93de
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/c98a93de
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/c98a93de

Branch: refs/heads/master
Commit: c98a93ded36db5da2f3ebd519aa391de90927688
Parents: fae88af
Author: Michael Gummelt <mg...@mesosphere.io>
Authored: Thu Feb 25 13:32:09 2016 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Thu Feb 25 13:32:09 2016 +0000

----------------------------------------------------------------------
 docs/running-on-mesos.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/c98a93de/docs/running-on-mesos.md
----------------------------------------------------------------------
diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md
index b9f64c7..9816d03 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
   <td><code>spark.mesos.uris</code></td>
   <td>(none)</td>
   <td>
-    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.
   </td>
 </tr>
 <tr>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org