Skip to content

Commit

Permalink
Fix markup errors introduced in #33 (SPARK-1189)
Browse files Browse the repository at this point in the history
These were causing errors on the configuration page.
  • Loading branch information
pwendell committed Mar 9, 2014
1 parent 52834d7 commit 8467a86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 8467a86

Please sign in to comment.