aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/scheduler/cluster/ClusterScheduler.scala
Commit message (Expand)AuthorAgeFilesLines
* Deduplicate Local and Cluster schedulers.Kay Ousterhout2013-10-301-486/+0
* Show "GETTING_RESULTS" state in UI.Kay Ousterhout2013-10-211-0/+4
* Removed TaskSchedulerListener interface.Kay Ousterhout2013-10-161-7/+7
* Job cancellation: addressed code review feedback from Kay.Reynold Xin2013-10-111-5/+5
* Switched to use daemon thread in executor and fixed a bug in job cancellation...Reynold Xin2013-10-101-9/+0
* Support job cancellation in multi-pool scheduler.Reynold Xin2013-10-101-1/+1
* Put the job cancellation handling into the dagscheduler's main event loop.Reynold Xin2013-10-101-19/+27
* Implemented FutureAction, FutureJob, CancellablePromise.Reynold Xin2013-10-091-6/+8
* Merge branch 'master' into killReynold Xin2013-10-021-13/+42
|\
| * Merge remote-tracking branch 'upstream/master' into results_through-bmKay Ousterhout2013-09-301-2/+1
| |\
| * | Addressed Matei's code review commentsKay Ousterhout2013-09-301-5/+5
| * | Send Task results through the block manager when larger than Akka frame size.Kay Ousterhout2013-09-221-13/+43
* | | Merge remote-tracking branch 'origin' into killReynold Xin2013-10-021-1/+1
|\ \ \ | | |/ | |/|
| * | Improved organization of scheduling packages.Kay Ousterhout2013-09-251-1/+1
| |/
* | More logging changes (task killing for local cluster doesn't work yet).Reynold Xin2013-09-191-10/+8
* | Made task killing work for standalone cluster schedulers.Reynold Xin2013-09-191-2/+2
* | Initial commit for job killing.Reynold Xin2013-09-161-0/+14
|/
* Work in progress:Matei Zaharia2013-09-081-1/+1
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-0/+440