aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/configuration.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index bebaf6f62e..892c02b27d 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1007,9 +1007,9 @@ Apart from these, the following properties are also available, and may be useful
<tr>
<td><code>spark.rpc.numRetries</code></td>
<td>3</td>
+ <td>
Number of times to retry before an RPC task gives up.
An RPC task will run at most times of this number.
- <td>
</td>
</tr>
<tr>
@@ -1029,8 +1029,8 @@ Apart from these, the following properties are also available, and may be useful
<tr>
<td><code>spark.rpc.lookupTimeout</code></td>
<td>120s</td>
- Duration for an RPC remote endpoint lookup operation to wait before timing out.
<td>
+ Duration for an RPC remote endpoint lookup operation to wait before timing out.
</td>
</tr>
</table>