aboutsummaryrefslogtreecommitdiff
path: root/docs/running-on-mesos.md
diff options
context:
space:
mode:
authorFelix Bechstein <felix.bechstein@otto.de>2015-09-17 22:42:46 -0700
committerReynold Xin <rxin@databricks.com>2015-09-17 22:42:46 -0700
commit9a56dcdf7f19c9f7f913a2ce9bc981cb43a113c5 (patch)
tree4ec8f0bf48293b8dbf218aa5b23286492aec9254 /docs/running-on-mesos.md
parent93c7650ab60a839a9cbe8b4ea1d5eda93e53ebe0 (diff)
downloadspark-9a56dcdf7f19c9f7f913a2ce9bc981cb43a113c5.tar.gz
spark-9a56dcdf7f19c9f7f913a2ce9bc981cb43a113c5.tar.bz2
spark-9a56dcdf7f19c9f7f913a2ce9bc981cb43a113c5.zip
docs/running-on-mesos.md: state default values in default column
This PR simply uses the default value column for defaults. Author: Felix Bechstein <felix.bechstein@otto.de> Closes #8810 from felixb/fix_mesos_doc.
Diffstat (limited to 'docs/running-on-mesos.md')
-rw-r--r--docs/running-on-mesos.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md
index 247e6ecfbd..1814fb32ed 100644
--- a/docs/running-on-mesos.md
+++ b/docs/running-on-mesos.md
@@ -332,21 +332,21 @@ See the [configuration page](configuration.html) for information on Spark config
</tr>
<tr>
<td><code>spark.mesos.principal</code></td>
- <td>Framework principal to authenticate to Mesos</td>
+ <td>(none)</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>(none)/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>*</td>
<td>
Set the role of this Spark framework for Mesos. Roles are used in Mesos for reservations
and resource weight sharing.
@@ -354,7 +354,7 @@ See the [configuration page](configuration.html) for information on Spark config
</tr>
<tr>
<td><code>spark.mesos.constraints</code></td>
- <td>Attribute based constraints to be matched against when accepting resource offers.</td>
+ <td>(none)</td>
<td>
Attribute based constraints on mesos resource offers. By default, all resource offers will be accepted. Refer to <a href="http://mesos.apache.org/documentation/attributes-resources/">Mesos Attributes & Resources</a> for more information on attributes.
<ul>