Skip to content

Commit 1c2cf26

Browse files
committed
Add docs for rpc configurations
1 parent 1f2f723 commit 1c2cf26

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

docs/configuration.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -982,6 +982,34 @@ Apart from these, the following properties are also available, and may be useful
982982
This is only relevant for the Spark shell.
983983
</td>
984984
</tr>
985+
<tr>
986+
<td><code>spark.rpc.numRetries</code></td>
987+
<td>3</td>
988+
How many times for an RPC ask operation to retry before giving up.
989+
<td>
990+
</td>
991+
</tr>
992+
<tr>
993+
<td><code>spark.rpc.retry.wait</code></td>
994+
<td>3s</td>
995+
<td>
996+
How long for an RPC ask operation to wait before starting the next retry.
997+
</td>
998+
</tr>
999+
<tr>
1000+
<td><code>spark.rpc.askTimeout</code></td>
1001+
<td>30s</td>
1002+
<td>
1003+
How long for an RPC ask operation to wait before timing out.
1004+
</td>
1005+
</tr>
1006+
<tr>
1007+
<td><code>spark.rpc.lookupTimeout</code></td>
1008+
<td>30s</td>
1009+
How long for an RPC remote endpoint lookup operation to wait before timing out.
1010+
<td>
1011+
</td>
1012+
</tr>
9851013
</table>
9861014

9871015
#### Scheduling

0 commit comments

Comments
 (0)