aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 8e4c48c81f..dc5553f3da 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -202,6 +202,13 @@ Apart from these, the following properties are also available, and may be useful
</td>
</tr>
<tr>
+ <td>spark.scheduler.revive.interval</td>
+ <td>1000</td>
+ <td>
+ The interval length for the scheduler to revive the worker resource offers to run tasks. (in milliseconds)
+ </td>
+</tr>
+<tr>
<td>spark.reducer.maxMbInFlight</td>
<td>48</td>
<td>