Repository: spark
Updated Branches:
  refs/heads/master 93c7650ab -> 9a56dcdf7


docs/running-on-mesos.md: state default values in default column

This PR simply uses the default value column for defaults.

Author: Felix Bechstein <[email protected]>

Closes #8810 from felixb/fix_mesos_doc.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/9a56dcdf
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/9a56dcdf
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/9a56dcdf

Branch: refs/heads/master
Commit: 9a56dcdf7f19c9f7f913a2ce9bc981cb43a113c5
Parents: 93c7650
Author: Felix Bechstein <[email protected]>
Authored: Thu Sep 17 22:42:46 2015 -0700
Committer: Reynold Xin <[email protected]>
Committed: Thu Sep 17 22:42:46 2015 -0700

----------------------------------------------------------------------
 docs/running-on-mesos.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/9a56dcdf/docs/running-on-mesos.md
----------------------------------------------------------------------
diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md
index 247e6ec..1814fb3 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to