GitHub user CodingCat opened a pull request: https://github.com/apache/spark/pull/74
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 You can merge this pull request into a Git repository by running: $ git pull https://github.com/CodingCat/spark SPARK-1178 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/74.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #74 ---- commit 783ec6956e66d390912e170b2448f5c714f9bf85 Author: CodingCat <zhunans...@gmail.com> Date: 2014-03-04T13:17:53Z missing document of spark.scheduler.revive.interval ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---