aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCodingCat <zhunansjtu@gmail.com>2014-03-04 10:28:17 -0800
committerReynold Xin <rxin@apache.org>2014-03-04 10:28:17 -0800
commit1865dd681bcb38f8f197b559d1bae3a3771a74e0 (patch)
tree132c1cf4ece3188b7346025537459d89accb3cd2 /docs
parent2d8e0a062cef878bcc878e4825a5771d35f0509f (diff)
downloadspark-1865dd681bcb38f8f197b559d1bae3a3771a74e0.tar.gz
spark-1865dd681bcb38f8f197b559d1bae3a3771a74e0.tar.bz2
spark-1865dd681bcb38f8f197b559d1bae3a3771a74e0.zip
SPARK-1178: missing document of spark.scheduler.revive.interval
https://spark-project.atlassian.net/browse/SPARK-1178 The configuration on spark.scheduler.revive.interval is undocumented but actually used https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala#L64 Author: CodingCat <zhunansjtu@gmail.com> Closes #74 from CodingCat/SPARK-1178 and squashes the following commits: 783ec69 [CodingCat] missing document of spark.scheduler.revive.interval
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>