spark-instrumented-optimizer/core/src
Andrew Or fe3740c4c8 [SPARK-5636] Ramp up faster in dynamic allocation
A recent patch #4051 made the initial number default to 0. With this change, any Spark application using dynamic allocation's default settings will ramp up very slowly. Since we never request more executors than needed to saturate the pending tasks, it is safe to ramp up quickly. The current default of 60 may be too slow.

Author: Andrew Or <andrew@databricks.com>

Closes #4409 from andrewor14/dynamic-allocation-interval and squashes the following commits:

d3cc485 [Andrew Or] Lower request interval
2015-02-06 10:55:13 -08:00
..
main [SPARK-5636] Ramp up faster in dynamic allocation 2015-02-06 10:55:13 -08:00
test [SPARK-5582] [history] Ignore empty log directories. 2015-02-06 10:07:20 +00:00