You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2014/03/09 19:57:20 UTC

git commit: Fix markup errors introduced in #33 (SPARK-1189)

Repository: spark
Updated Branches:
  refs/heads/master f6f9d02e8 -> faf4cad1d


Fix markup errors introduced in #33 (SPARK-1189)

These were causing errors on the configuration page.

Author: Patrick Wendell <pw...@gmail.com>

Closes #111 from pwendell/master and squashes the following commits:

8467a86 [Patrick Wendell] Fix markup errors introduced in #33 (SPARK-1189)


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

Branch: refs/heads/master
Commit: faf4cad1debb76148facc008e0a3308ac96eee7a
Parents: f6f9d02
Author: Patrick Wendell <pw...@gmail.com>
Authored: Sun Mar 9 11:57:06 2014 -0700
Committer: Patrick Wendell <pw...@gmail.com>
Committed: Sun Mar 9 11:57:06 2014 -0700

----------------------------------------------------------------------
 docs/configuration.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/faf4cad1/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index 8f6cb02..a006224 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -147,13 +147,13 @@ Apart from these, the following properties are also available, and may be useful
     How many stages the Spark UI remembers before garbage collecting.
   </td>
 </tr>
-</tr>
+<tr>
   <td>spark.ui.filters</td>
   <td>None</td>
   <td>
     Comma separated list of filter class names to apply to the Spark web ui. The filter should be a
     standard javax servlet Filter. Parameters to each filter can also be specified by setting a
-    java system property of spark.<class name of filter>.params='param1=value1,param2=value2'
+    java system property of spark.&lt;class name of filter&gt;.params='param1=value1,param2=value2'
     (e.g.-Dspark.ui.filters=com.test.filter1 -Dspark.com.test.filter1.params='param1=foo,param2=testing')
   </td>
 </tr>
@@ -515,7 +515,7 @@ Apart from these, the following properties are also available, and may be useful
     the whole cluster by default. <br/>
     <b>Note:</b> this setting needs to be configured in the standalone cluster master, not in individual
     applications; you can set it through <code>SPARK_JAVA_OPTS</code> in <code>spark-env.sh</code>.
-</td>
+  </td>
 </tr>
 <tr>
   <td>spark.files.overwrite</td>