Github user mateiz commented on a diff in the pull request:
https://github.com/apache/spark/pull/880#discussion_r13159518
--- Diff: docs/configuration.md ---
@@ -705,42 +720,69 @@ Apart from these, the following properties are also
available, and may be useful
</td>
</tr>
<tr>
- <td><code>spark.task.cpus</code></td>
- <td>1</td>
+ <td><code>spark.ui.filters</code></td>
+ <td>None</td>
<td>
- Number of cores to allocate for each task.
+ Comma separated list of filter class names to apply to the Spark web
ui. The filter should be a
+ standard <a
href="http://docs.oracle.com/javaee/6/api/javax/servlet/Filter.html">
+ javax servlet Filter</a>. 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'
+ (e.g. -Dspark.ui.filters=com.test.filter1
+ -Dspark.com.test.filter1.params='param1=foo,param2=testing')
--- End diff --
These look weird now, they might be better with a `<br />` before each line
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---