Skip to content

Commit f6abb2e

Browse files
committed
Document spark.mesos.executor.home
1 parent ca7846d commit f6abb2e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/configuration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,16 @@ Apart from these, the following properties are also available, and may be useful
214214
process. The user can specify multiple of these and to set multiple environment variables.
215215
</td>
216216
</tr>
217+
<tr>
218+
<td><code>spark.mesos.executor.home</code></td>
219+
<td>driver side <code>SPARK_HOME</code></td>
220+
<td>
221+
Set the directory in which Spark is installed on the executors in Mesos. By default, the
222+
executors will simply use the driver's Spark home directory, which may not be visible to
223+
them. Note that this is only relevant if a Spark binary package is not specified through
224+
<code>spark.executor.uri</code>.
225+
</td>
226+
</tr>
217227
</table>
218228

219229
#### Shuffle Behavior

0 commit comments

Comments
 (0)