aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #308 from kayousterhout/stage_namingPatrick Wendell2013-12-305-12/+16
|\
| * Updated code style according to Patrick's commentsKay Ousterhout2013-12-291-4/+2
| * Changed naming of StageCompleted event to be consistentKay Ousterhout2013-12-275-12/+18
* | Merge pull request #304 from kayousterhout/remove_unusedPatrick Wendell2013-12-281-6/+0
|\ \
| * | Removed unused failed and causeOfFailure variablesKay Ousterhout2013-12-271-6/+0
* | | Merge pull request #307 from kayousterhout/other_failureMatei Zaharia2013-12-272-6/+0
|\ \ \
| * | | Removed unused OtherFailure TaskEndReason.Kay Ousterhout2013-12-272-6/+0
| | |/ | |/|
* / | Remove unused hasPendingTasks methodsKay Ousterhout2013-12-274-16/+0
|/ /
* | Style fixes as per Reynold's reviewKay Ousterhout2013-12-271-6/+6
* | Fixed >100char lines in DAGScheduler.scalaKay Ousterhout2013-12-271-15/+27
|/
* Merge pull request #298 from aarondav/minorReynold Xin2013-12-261-3/+3
|\
| * Decrease margin of left side of log pageAaron Davidson2013-12-261-3/+3
* | Avoid a lump of coal (NPE) in JobProgressListener's stocking.Mark Hamstra2013-12-251-6/+3
|/
* Merge pull request #127 from kayousterhout/consolidate_schedulersPatrick Wendell2013-12-2417-1202/+874
|\
| * Responded to Reynold's style commentsKay Ousterhout2013-12-243-6/+7
| * Correctly merged in maxTaskFailures fixKay Ousterhout2013-12-221-1/+1
| * Renamed ClusterScheduler to TaskSchedulerImplKay Ousterhout2013-12-2010-27/+27
| * Merge remote branch 'upstream/master' into consolidate_schedulersKay Ousterhout2013-12-2098-604/+742
| |\
| * \ Merge master into 127Aaron Davidson2013-12-0842-586/+1196
| |\ \
| * | | Fixed error message in ClusterScheduler to be consistent with the old LocalSc...Kay Ousterhout2013-11-151-2/+6
| * | | Merge remote-tracking branch 'upstream/master' into consolidate_schedulersKay Ousterhout2013-11-156-79/+45
| |\ \ \
| * | | | Don't retry tasks if result wasn't serializableKay Ousterhout2013-11-141-1/+11
| * | | | Fix bug where scheduler could hang after task failure.Kay Ousterhout2013-11-141-10/+3
| * | | | Changed local backend to use Akka actorKay Ousterhout2013-11-141-23/+57
| * | | | Fixed naming issues and added back ability to specify max task failures.Kay Ousterhout2013-11-137-20/+80
| * | | | Merge remote-tracking branch 'upstream/master' into consolidate_schedulersKay Ousterhout2013-11-1329-504/+1455
| |\ \ \ \
| * | | | | Extracted TaskScheduler interface.Kay Ousterhout2013-11-1310-52/+57
| * | | | | Cleaned up imports and fixed test bugKay Ousterhout2013-10-312-3/+1
| * | | | | Deduplicate Local and Cluster schedulers.Kay Ousterhout2013-10-3017-1675/+1247
* | | | | | Merge pull request #279 from aarondav/shuffle-cleanup0Patrick Wendell2013-12-243-7/+35
|\ \ \ \ \ \
| * | | | | | Clean up shuffle files once their metadata is goneAaron Davidson2013-12-193-7/+35
* | | | | | | Merge pull request #277 from tdas/scheduler-updateMatei Zaharia2013-12-242-6/+2
|\ \ \ \ \ \ \
| * | | | | | | Minor changes.Tathagata Das2013-12-181-1/+0
| * | | | | | | Merge branch 'apache-master' into scheduler-updateTathagata Das2013-12-1892-525/+649
| |\ \ \ \ \ \ \
| * | | | | | | | Added StatsReportListener to generate processing time statistics across multi...Tathagata Das2013-12-181-4/+1
| * | | | | | | | Refactored streaming scheduler and added listener interface.Tathagata Das2013-12-121-1/+1
* | | | | | | | | Merge pull request #244 from leftnoteasy/masterReynold Xin2013-12-236-5/+184
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | SPARK-968, added executor address showing in aggregated metrics by executors ...wangda.tan2013-12-231-0/+13
| * | | | | | | | added changes according to comments from rxinwangda.tan2013-12-227-44/+24
| * | | | | | | | spark-968, changes for avoid a NPEwangda.tan2013-12-172-25/+29
| * | | | | | | | spark-898, changes according to review commentswangda.tan2013-12-176-42/+79
| * | | | | | | | Merge branch 'master' of git://github.com/apache/incubator-sparkwangda.tan2013-12-1691-522/+661
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/leftnoteasy/incubator-spark-1wangda.tan2013-12-0915-240/+434
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | SPARK-968, In stage UI, add an overview section that shows task stats grouped...wangda.tan2013-12-094-0/+145
* | | | | | | | | | Merge pull request #280 from aarondav/minorPatrick Wendell2013-12-203-17/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix compiler warning in SparkZooKeeperSessionAaron Davidson2013-12-191-0/+1
| * | | | | | | | | | Remove firstApp from the standalone scheduler MasterAaron Davidson2013-12-191-10/+0
| * | | | | | | | | | Extraordinarily minor code/comment cleanupAaron Davidson2013-12-192-7/+7
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #272 from tmyklebu/masterPatrick Wendell2013-12-194-15/+34
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add a serialisation time column to the StagePage.Tor Myklebust2013-12-181-1/+5