Skip to content

Commit e7564dc

Browse files
too long line
1 parent fdbdb1f commit e7564dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/configuration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,8 @@ Apart from these, the following properties are also available, and may be useful
872872
<td><code>spark.scheduler.revive.interval</code></td>
873873
<td>1000</td>
874874
<td>
875-
The interval length for the scheduler to revive the worker resource offers to run tasks (in milliseconds).
875+
The interval length for the scheduler to revive the worker resource offers to run tasks
876+
(in milliseconds).
876877
</td>
877878
</tr>
878879
</tr>
@@ -950,7 +951,7 @@ Apart from these, the following properties are also available, and may be useful
950951
standard <a href="http://docs.oracle.com/javaee/6/api/javax/servlet/Filter.html">
951952
javax servlet Filter</a>. Parameters to each filter can also be specified by setting a
952953
java system property of: <br />
953-
<code>spark.&lt;class name of filter&gt;.params='param1=value1,param2=value2'</code>.<br />
954+
<code>spark.&lt;class name of filter&gt;.params='param1=value1,param2=value2'</code><br />
954955
For example: <br />
955956
<code>-Dspark.ui.filters=com.test.filter1</code> <br />
956957
<code>-Dspark.com.test.filter1.params='param1=foo,param2=testing'</code>.

0 commit comments

Comments
 (0)