Skip to content

Commit 6e37c30

Browse files
committed
Update docs
1 parent 5577540 commit 6e37c30

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/configuration.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -986,28 +986,29 @@ Apart from these, the following properties are also available, and may be useful
986986
<tr>
987987
<td><code>spark.rpc.numRetries</code></td>
988988
<td>3</td>
989-
How many times for an RPC ask operation to retry before giving up.
989+
Number of times to retry before an RPC task gives up.
990+
An RPC task will run at most times of this number.
990991
<td>
991992
</td>
992993
</tr>
993994
<tr>
994995
<td><code>spark.rpc.retry.wait</code></td>
995996
<td>3s</td>
996997
<td>
997-
How long for an RPC ask operation to wait before starting the next retry.
998+
Duration for an RPC ask operation to wait before retrying.
998999
</td>
9991000
</tr>
10001001
<tr>
10011002
<td><code>spark.rpc.askTimeout</code></td>
10021003
<td>30s</td>
10031004
<td>
1004-
How long for an RPC ask operation to wait before timing out.
1005+
Duration for an RPC ask operation to wait before timing out.
10051006
</td>
10061007
</tr>
10071008
<tr>
10081009
<td><code>spark.rpc.lookupTimeout</code></td>
10091010
<td>30s</td>
1010-
How long for an RPC remote endpoint lookup operation to wait before timing out.
1011+
Duration for an RPC remote endpoint lookup operation to wait before timing out.
10111012
<td>
10121013
</td>
10131014
</tr>

0 commit comments

Comments
 (0)