Skip to content
Snippets Groups Projects
Commit cfcd77b5 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Increasing inter job arrival

parent 5faac7f4
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,7 @@ import spark.scheduler.cluster.SchedulingMode.SchedulingMode
*/
private[spark] object UIWorkloadGenerator {
val NUM_PARTITIONS = 100
val INTER_JOB_WAIT_MS = 500
val INTER_JOB_WAIT_MS = 5000
def main(args: Array[String]) {
if (args.length < 2) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment