diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION index 855eb5bf77f16..159fca61e0638 100644 --- a/R/pkg/DESCRIPTION +++ b/R/pkg/DESCRIPTION @@ -57,6 +57,6 @@ Collate: 'types.R' 'utils.R' 'window.R' -RoxygenNote: 5.0.1 +RoxygenNote: 6.0.1 VignetteBuilder: knitr NeedsCompilation: no diff --git a/docs/configuration.md b/docs/configuration.md index 7c7e1c805d1e3..2eb6a77434ea6 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -878,12 +878,12 @@ Apart from these, the following properties are also available, and may be useful javax servlet Filter.
Filter parameters can also be specified in the configuration, by setting config entries - of the form spark.<class name of filter>.param.<paramname>=<value> + of the form spark.<class name of filter>.param.<param name>=<value>
For example: - spark.ui.filters=com.test.filter1
- spark.com.test.filter1.param.name1=foo - spark.com.test.filter1.param.name2=bar +
spark.ui.filters=com.test.filter1 +
spark.com.test.filter1.param.name1=foo +
spark.com.test.filter1.param.name2=bar