Skip to content

Commit 8fa250b

Browse files
committed
Add documentation
1 parent 99c3a85 commit 8fa250b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/running-on-mesos.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,28 @@ See the [configuration page](configuration.html) for information on Spark config
234234
`spark.mesos.executor.memoryOverhead` or 7% of `spark.executor.memory`.
235235
</td>
236236
</tr>
237+
<tr>
238+
<td><code>spark.mesos.principal</code></td>
239+
<td>Framework principal to authenticate to Mesos</td>
240+
<td>
241+
Set the principal in which Spark framework will use to authenticate with Mesos.
242+
</td>
243+
</tr>
244+
<tr>
245+
<td><code>spark.mesos.secret</code></td>
246+
<td>Framework secret to authenticate to Mesos</td>
247+
<td>
248+
Set the secret in which Spark framework will use to authenticate with Mesos.
249+
</td>
250+
</tr>
251+
<tr>
252+
<td><code>spark.mesos.role</code></td>
253+
<td>Role for the Spark framework</td>
254+
<td>
255+
Set the role of this Spark framework for Mesos. Roles are used in Mesos for reservations
256+
and resource weigth sharing.
257+
</td>
258+
</tr>
237259
</table>
238260

239261
# Troubleshooting and Debugging

0 commit comments

Comments
 (0)