Skip to content

Commit 2fb2ef0

Browse files
jonaltersrowen
authored andcommitted
[SPARK-8927] [DOCS] Format wrong for some config descriptions
A couple descriptions were not inside `<td></td>` and were being displayed immediately under the section title instead of in their row. Author: Jonathan Alter <[email protected]> Closes #7292 from jonalter/docs-config and squashes the following commits: 5ce1570 [Jonathan Alter] [DOCS] Format wrong for some config descriptions (cherry picked from commit 28fa01e) Signed-off-by: Sean Owen <[email protected]>
1 parent 5bc19a1 commit 2fb2ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,9 +1007,9 @@ Apart from these, the following properties are also available, and may be useful
10071007
<tr>
10081008
<td><code>spark.rpc.numRetries</code></td>
10091009
<td>3</td>
1010+
<td>
10101011
Number of times to retry before an RPC task gives up.
10111012
An RPC task will run at most times of this number.
1012-
<td>
10131013
</td>
10141014
</tr>
10151015
<tr>
@@ -1029,8 +1029,8 @@ Apart from these, the following properties are also available, and may be useful
10291029
<tr>
10301030
<td><code>spark.rpc.lookupTimeout</code></td>
10311031
<td>120s</td>
1032-
Duration for an RPC remote endpoint lookup operation to wait before timing out.
10331032
<td>
1033+
Duration for an RPC remote endpoint lookup operation to wait before timing out.
10341034
</td>
10351035
</tr>
10361036
</table>

0 commit comments

Comments
 (0)