aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Renamed ClusterScheduler to TaskSchedulerImpl for yarn and new-yarnliguoqiang2013-12-262-4/+2
* Renamed ClusterScheduler to TaskSchedulerImpl for yarn and new-yarnliguoqiang2013-12-268-15/+22
* Merge pull request #290 from ash211/patch-3Matei Zaharia2013-12-251-1/+1
|\
| * Typo: avaiable -> availableAndrew Ash2013-12-241-1/+1
* | Merge pull request #287 from azuryyu/masterReynold Xin2013-12-252-2/+4
|\ \
| * | Make App report interval configurable during 'run on Yarn'azuryyu2013-12-241-1/+3
| * | Fixed job name in the java streaming example.azuryyu2013-12-241-1/+1
* | | Merge pull request #127 from kayousterhout/consolidate_schedulersPatrick Wendell2013-12-2426-1518/+947
|\ \ \ | |_|/ |/| |
| * | Responded to Reynold's style commentsKay Ousterhout2013-12-243-6/+7
| * | Correctly merged in maxTaskFailures fixKay Ousterhout2013-12-224-5/+5
| * | Fix build error in testKay Ousterhout2013-12-211-1/+1
| * | Renamed ClusterScheduler to TaskSchedulerImplKay Ousterhout2013-12-2014-39/+39
| * | Merge remote branch 'upstream/master' into consolidate_schedulersKay Ousterhout2013-12-20231-3050/+3811
| |\ \
| * \ \ Merge pull request #1 from aarondav/127Kay Ousterhout2013-12-19119-1241/+6780
| |\ \ \
| | * | | Merge master into 127Aaron Davidson2013-12-08119-1241/+6780
| |/| | |
| * | | | 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-1510-84/+50
| |\ \ \ \
| * | | | | 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-1313-127/+177
| * | | | | Merge remote-tracking branch 'upstream/master' into consolidate_schedulersKay Ousterhout2013-11-1356-722/+2873
| |\ \ \ \ \
| * | | | | | Extracted TaskScheduler interface.Kay Ousterhout2013-11-1314-73/+79
| * | | | | | Cleaned up imports and fixed test bugKay Ousterhout2013-10-313-7/+6
| * | | | | | Fixed most issues with unit testsKay Ousterhout2013-10-305-106/+103
| * | | | | | Deduplicate Local and Cluster schedulers.Kay Ousterhout2013-10-3022-1927/+1275
* | | | | | | 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 #275 from ueshin/wip/changeclasspathorderMatei Zaharia2013-12-242-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Change the order of CLASSPATH.Takuya UESHIN2013-12-192-2/+2
* | | | | | | | | Merge pull request #286 from rxin/buildReynold Xin2013-12-231-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Show full stack trace and time taken in unit tests.Reynold Xin2013-12-231-1/+4
* | | | | | | | | | Merge pull request #277 from tdas/scheduler-updateMatei Zaharia2013-12-2425-212/+582
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Minor change for PR 277.Tathagata Das2013-12-231-1/+1
| * | | | | | | | | Minor formatting fixes.Tathagata Das2013-12-231-5/+4
| * | | | | | | | | Added comments to BatchInfo and JobSet, based on Patrick's comment on PR 277.Tathagata Das2013-12-232-3/+26
| * | | | | | | | | Minor updated based on comments on PR 277.Tathagata Das2013-12-202-1/+6
| * | | | | | | | | Minor changes.Tathagata Das2013-12-1810-33/+36
| * | | | | | | | | Merge branch 'apache-master' into scheduler-updateTathagata Das2013-12-18207-2945/+3497
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added StatsReportListener to generate processing time statistics across multi...Tathagata Das2013-12-183-6/+46
| * | | | | | | | | | Refactored streaming scheduler and added listener interface.Tathagata Das2013-12-1223-196/+497
* | | | | | | | | | | Merge pull request #244 from leftnoteasy/masterReynold Xin2013-12-237-5/+257
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | 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-177-76/+90
| * | | | | | | | | | Merge branch 'master' of git://github.com/apache/incubator-sparkwangda.tan2013-12-16208-2913/+3601
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | SPARK-968, added sc finalize code to avoid akka rebinding to the same portwangda.tan2013-12-091-0/+7
| * | | | | | | | | | | Merge branch 'master' of https://github.com/leftnoteasy/incubator-spark-1wangda.tan2013-12-0956-615/+4457
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | SPARK-968, In stage UI, add an overview section that shows task stats grouped...wangda.tan2013-12-095-0/+234