Repository: spark
Updated Branches:
  refs/heads/branch-1.6 1f031635f -> e3802a752


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

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

Closes #11311 from mgummelt/document_csv.

(cherry picked from commit c98a93ded36db5da2f3ebd519aa391de90927688)
Signed-off-by: Sean Owen <so...@cloudera.com>


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

Branch: refs/heads/branch-1.6
Commit: e3802a7522a83b91c84d0ee6f721a768a485774b
Parents: 1f03163
Author: Michael Gummelt <mgumm...@mesosphere.io>
Authored: Thu Feb 25 13:32:09 2016 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Thu Feb 25 13:32:50 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/e3802a75/docs/running-on-mesos.md
----------------------------------------------------------------------
diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md
index ed720f1..13ad535 100644
--- a/docs/running-on-mesos.md
+++ b/docs/running-on-mesos.md
@@ -347,8 +347,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-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to