From 74d8f7dda82c3a16348f3ff22da83203e0b7f708 Mon Sep 17 00:00:00 2001 From: Reynold Xin <rxin@databricks.com> Date: Thu, 17 Sep 2015 22:46:13 -0700 Subject: [PATCH] Added <code> tag to documentation. --- docs/running-on-mesos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running-on-mesos.md b/docs/running-on-mesos.md index 1814fb32ed..330c159c67 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. -- GitLab