diff --git a/docs/configuration.md b/docs/configuration.md index d9e9e67026cbb..1fd8b59ff8161 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -982,6 +982,34 @@ Apart from these, the following properties are also available, and may be useful This is only relevant for the Spark shell. + + spark.rpc.numRetries + 3 + How many times for an RPC ask operation to retry before giving up. + + + + + spark.rpc.retry.wait + 3s + + How long for an RPC ask operation to wait before starting the next retry. + + + + spark.rpc.askTimeout + 30s + + How long for an RPC ask operation to wait before timing out. + + + + spark.rpc.lookupTimeout + 30s + How long for an RPC remote endpoint lookup operation to wait before timing out. + + + #### Scheduling