aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org/apache/spark/scheduler
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-282-2/+2
* SPARK-1319: Fix scheduler to account for tasks using > 1 CPUs.Shivaram Venkataraman2014-03-254-18/+19
* SPARK-1279: Fix improper use of SimpleDateFormatzsxwing2014-03-211-2/+4
* [SPARK-1132] Persisting Web UI through refactoring the SparkListener interfaceAndrew Or2014-03-1918-540/+751
* Bugfixes/improvements to schedulerMridul Muralidharan2014-03-192-20/+65
* SPARK-1255: Allow user to pass Serializer object instead of class name for sh...Reynold Xin2014-03-161-1/+2
* SPARK-1205: Clean up callSite/origin/generator.Patrick Wendell2014-03-103-9/+5
* SPARK-1171: when executor is removed, we should minus totalCores instead of j...CodingCat2014-03-052-3/+7
* Remove the remoteFetchTime metric.Kay Ousterhout2014-03-031-1/+0
* [SPARK-979] Randomize order of offers.Kay Ousterhout2014-03-011-6/+9
* SPARK 1084.1 (resubmitted)Sean Owen2014-02-271-1/+1
* Remove references to ClusterScheduler (SPARK-1140)Kay Ousterhout2014-02-265-8/+9
* Fix removal from shuffleToMapStage to search for a key-value pair withMatei Zaharia2014-02-241-2/+2
* SPARK-1124: Fix infinite retries of reduce stage when a map stage failedMatei Zaharia2014-02-231-14/+17
* Optimized importsNirmalReddy2014-02-1827-55/+43
* fix for https://spark-project.atlassian.net/browse/SPARK-1052Bijay Bisht2014-02-161-7/+2
* Merge pull request #567 from ScrapCodes/style2.Prashant Sharma2014-02-092-12/+14
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-0916-48/+76
* Merge pull request #450 from kayousterhout/fetch_failures. Closes #450.Kay Ousterhout2014-02-061-22/+11
* Merge pull request #321 from kayousterhout/ui_kill_fix. Closes #321.Kay Ousterhout2014-02-065-134/+123
* Merge pull request #545 from kayousterhout/fix_progress. Closes #545.Kay Ousterhout2014-02-051-1/+1
* Merge pull request #490 from hsaputra/modify_checkoption_with_isdefinedReynold Xin2014-01-273-4/+4
|\
| * Replace the code to check for Option != None with Option.isDefined call in Sc...Henry Saputra2014-01-213-4/+4
* | Merge pull request #447 from CodingCat/SPARK-1027Patrick Wendell2014-01-221-1/+1
|\ \
| * | fix for SPARK-1027CodingCat2014-01-201-1/+1
* | | Fixed bug where task set managers are added to queue twiceKay Ousterhout2014-01-221-1/+1
| |/ |/|
* | Fixing speculation bugPatrick Wendell2014-01-201-1/+1
|/
* Fail rather than hanging if a task crashes the JVM.Kay Ousterhout2014-01-151-1/+1
* Merge pull request #413 from rxin/scaladocPatrick Wendell2014-01-131-5/+8
|\
| * Adjusted visibility of various components.Reynold Xin2014-01-131-5/+8
* | Added unpersisting and modified testsuite to better test out metadata cleaning.Tathagata Das2014-01-131-3/+2
|/
* Merge pull request #397 from pwendell/host-portReynold Xin2014-01-121-1/+1
|\
| * Removing mentions in testsPatrick Wendell2014-01-121-1/+1
* | Merge pull request #395 from hsaputra/remove_simpleredundantreturn_scalaPatrick Wendell2014-01-1210-29/+28
|\ \
| * | Merge branch 'master' into remove_simpleredundantreturn_scalaHenry Saputra2014-01-122-7/+7
| |\|
| * | Remove simple redundant return statement for Scala methods/functions:Henry Saputra2014-01-1210-29/+28
* | | Stop SparkListenerBus daemon thread when DAGScheduler is stopped.Reynold Xin2014-01-113-5/+17
| |/ |/|
* | Make DEBUG-level logs consummable.Patrick Wendell2014-01-101-2/+2
* | Merge pull request #293 from pwendell/standalone-driverPatrick Wendell2014-01-091-5/+5
|\ \ | |/ |/|
| * Merge remote-tracking branch 'apache-github/master' into standalone-driverPatrick Wendell2014-01-081-1/+1
| |\
| * \ Merge remote-tracking branch 'apache-github/master' into standalone-driverPatrick Wendell2014-01-0620-125/+121
| |\ \
| * | | Changes based on review feedback.Patrick Wendell2014-01-061-1/+1
| * | | Changes to allow fate sharing of drivers/executors and workers.Patrick Wendell2013-12-291-1/+1
| * | | Renaming Client => AppClientPatrick Wendell2013-12-251-4/+4
* | | | Use typed getters for configuration settingsMatei Zaharia2014-01-097-15/+14
| |_|/ |/| |
* | | Address review commentsMatei Zaharia2014-01-071-1/+1
| |/ |/|
* | Merge pull request #317 from ScrapCodes/spark-915-segregate-scriptsPatrick Wendell2014-01-032-4/+4
|\ \
| * | sbin/spark-class* -> bin/spark-class*Prashant Sharma2014-01-031-2/+2
| * | Merge branch 'scripts-reorg' of github.com:shane-huang/incubator-spark into s...Prashant Sharma2014-01-022-4/+4
| |\ \
| | * \ Merge branch 'reorgscripts' into scripts-reorgshane-huang2013-09-272-4/+4
| | |\ \