spark git commit: [SPARK-20540][CORE] Fix unstable executor requests.

2017-05-01 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.1 868b4a1aa -> 5915588a9 [SPARK-20540][CORE] Fix unstable executor requests. There are two problems fixed in this commit. First, the ExecutorAllocationManager sets a timeout to avoid requesting executors too often. However, the timeout

spark git commit: [SPARK-20540][CORE] Fix unstable executor requests.

2017-05-01 Thread vanzin
Repository: spark Updated Branches: refs/heads/branch-2.2 6f0d29672 -> cfa6bcbe8 [SPARK-20540][CORE] Fix unstable executor requests. There are two problems fixed in this commit. First, the ExecutorAllocationManager sets a timeout to avoid requesting executors too often. However, the timeout

spark git commit: [SPARK-20540][CORE] Fix unstable executor requests.

2017-05-01 Thread vanzin
Repository: spark Updated Branches: refs/heads/master 6fc6cf88d -> 2b2dd08e9 [SPARK-20540][CORE] Fix unstable executor requests. There are two problems fixed in this commit. First, the ExecutorAllocationManager sets a timeout to avoid requesting executors too often. However, the timeout is