aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-mesos.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/running-on-mesos.md')
-rw-r--r--docs/running-on-mesos.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md
index 1f915d8ea1..debdd2adf2 100644
--- a/docs/running-on-mesos.md
+++ b/docs/running-on-mesos.md
@@ -307,6 +307,28 @@ See the [configuration page](configuration.html) for information on Spark config
</td>
</tr>
<tr>
+ <td><code>spark.mesos.principal</code></td>
+ <td>Framework principal to authenticate to Mesos</td>
+ <td>
+ Set the principal with which Spark framework will use to authenticate with Mesos.
+ </td>
+</tr>
+<tr>
+ <td><code>spark.mesos.secret</code></td>
+ <td>Framework secret to authenticate to Mesos</td>
+ <td>
+ Set the secret with which Spark framework will use to authenticate with Mesos.
+ </td>
+</tr>
+<tr>
+ <td><code>spark.mesos.role</code></td>
+ <td>Role for the Spark framework</td>
+ <td>
+ Set the role of this Spark framework for Mesos. Roles are used in Mesos for reservations
+ and resource weight sharing.
+ </td>
+</tr>
+<tr>
<td><code>spark.mesos.constraints</code></td>
<td>Attribute based constraints to be matched against when accepting resource offers.</td>
<td>