GitHub user lianhuiwang opened a pull request: https://github.com/apache/spark/pull/1443
[SPARK-2524] missing document about spark.deploy.retainedDrivers https://issues.apache.org/jira/browse/SPARK-2524 The configuration on spark.deploy.retainedDrivers is undocumented but actually used https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/deploy/master/Master.scala#L60 You can merge this pull request into a Git repository by running: $ git pull https://github.com/lianhuiwang/spark SPARK-2524 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/1443.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 #1443 ---- commit f2b597022b4fc4023c238e5b5a9824946f84f84e Author: lianhuiwang <lianhuiwan...@gmail.com> Date: 2014-05-23T14:02:57Z bugfix worker DriverStateChanged state should match DriverState.FAILED commit 480ce949a83c0d854078b38f5665f3369cf759eb Author: lianhuiwang <lianhuiwan...@gmail.com> Date: 2014-05-24T15:24:37Z address aarondav comments commit 8bbfe76dd8c8af815fa8404eb9a7922e58f938f7 Author: lianhuiwang <lianhuiwan...@gmail.com> Date: 2014-06-10T16:01:36Z Merge remote-tracking branch 'upstream/master' commit eacf9339a8c062cf3f28343a4f8157d214d25b00 Author: lianhuiwang <lianhuiwan...@gmail.com> Date: 2014-07-13T14:13:03Z Merge remote-tracking branch 'upstream/master' commit 44a3f50c689849228c42d072bdd355781dbacec6 Author: unknown <administra...@taguswang-pc1.tencent.com> Date: 2014-07-16T14:22:18Z Merge remote-tracking branch 'upstream/master' commit 5f6bbb7119ecd188af4967ac15f3ff1986ad400d Author: Wang Lianhui <lianhuiwan...@gmail.com> Date: 2014-07-16T14:40:03Z missing document about spark.deploy.retainedDrivers The configuration on spark.deploy.retainedDrivers is undocumented but actually used https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/deploy/master/Master.scala#L60 ---- --- 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. ---