aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-mesos.md
diff options
context:
space:
mode:
authorTimothy Chen <tnachen@gmail.com>2015-08-11 23:26:33 -0700
committerAndrew Or <andrew@databricks.com>2015-08-11 23:26:33 -0700
commit5c99d8bf98cbf7f568345d02a814fc318cbfca75 (patch)
tree45af0b673fd1f0c5c62ce377ce61e0f6a182b7c7 /docs/running-on-mesos.md
parentbab89232854de7554e88f29cab76f1a1c349edc1 (diff)
downloadspark-5c99d8bf98cbf7f568345d02a814fc318cbfca75.tar.gz
spark-5c99d8bf98cbf7f568345d02a814fc318cbfca75.tar.bz2
spark-5c99d8bf98cbf7f568345d02a814fc318cbfca75.zip
[SPARK-8798] [MESOS] Allow additional uris to be fetched with mesos
Some users like to download additional files in their sandbox that they can refer to from their spark program, or even later mount these files to another directory. Author: Timothy Chen <tnachen@gmail.com> Closes #7195 from tnachen/mesos_files.
Diffstat (limited to 'docs/running-on-mesos.md')
-rw-r--r--docs/running-on-mesos.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md
index debdd2adf2..55e6d4e83a 100644
--- a/docs/running-on-mesos.md
+++ b/docs/running-on-mesos.md
@@ -307,6 +307,14 @@ See the [configuration page](configuration.html) for information on Spark config
</td>
</tr>
<tr>
+ <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.
+ </td>
+</tr>
+<tr>
<td><code>spark.mesos.principal</code></td>
<td>Framework principal to authenticate to Mesos</td>
<td>