Repository: spark Updated Branches: refs/heads/master 9a56dcdf7 -> 74d8f7dda
Added <code> tag to documentation. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/74d8f7dd Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/74d8f7dd Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/74d8f7dd Branch: refs/heads/master Commit: 74d8f7dda82c3a16348f3ff22da83203e0b7f708 Parents: 9a56dcd Author: Reynold Xin <[email protected]> Authored: Thu Sep 17 22:46:13 2015 -0700 Committer: Reynold Xin <[email protected]> Committed: Thu Sep 17 22:46:13 2015 -0700 ---------------------------------------------------------------------- docs/running-on-mesos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/74d8f7dd/docs/running-on-mesos.md ---------------------------------------------------------------------- diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md index 1814fb3..330c159 100644 --- a/docs/running-on-mesos.md +++ b/docs/running-on-mesos.md @@ -346,7 +346,7 @@ See the [configuration page](configuration.html) for information on Spark config </tr> <tr> <td><code>spark.mesos.role</code></td> - <td>*</td> + <td><code>*</code></td> <td> Set the role of this Spark framework for Mesos. Roles are used in Mesos for reservations and resource weight sharing. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
