diff --git a/docs/configuration.md b/docs/configuration.md index d50f4fd7cba24..dddf4bf3e7207 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -357,7 +357,7 @@ Apart from these, the following properties are also available, and may be useful spark.ui.port 4040 - Port for your application's dashboard, which shows memory and workload data + Port for your application's dashboard, which shows memory and workload data. @@ -872,8 +872,7 @@ Apart from these, the following properties are also available, and may be useful spark.scheduler.revive.interval 1000 - The interval length for the scheduler to revive the worker resource offers to run tasks. - (in milliseconds) + The interval length for the scheduler to revive the worker resource offers to run tasks (in milliseconds). @@ -885,7 +884,7 @@ Apart from these, the following properties are also available, and may be useful to wait for before scheduling begins. Specified as a double between 0 and 1. Regardless of whether the minimum ratio of resources has been reached, the maximum amount of time it will wait before scheduling begins is controlled by config - spark.scheduler.maxRegisteredResourcesWaitingTime + spark.scheduler.maxRegisteredResourcesWaitingTime. @@ -951,10 +950,10 @@ Apart from these, the following properties are also available, and may be useful 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'
+ spark.<class name of filter>.params='param1=value1,param2=value2'.
For example:
-Dspark.ui.filters=com.test.filter1
- -Dspark.com.test.filter1.params='param1=foo,param2=testing' + -Dspark.com.test.filter1.params='param1=foo,param2=testing'.