aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Added a hashmap to cache file mod times.Tathagata Das2014-01-051-2/+6
* Merge branch 'filestream-fix' into driver-testTathagata Das2014-01-065-45/+44
|\
| * Fixed comments and long lines based on comments on PR 289.Tathagata Das2013-12-311-1/+2
| * Fixed Python API for sc.setCheckpointDir. Also other fixes based on Reynold's...Tathagata Das2013-12-243-5/+3
| * Merge branch 'apache-master' into filestream-fixTathagata Das2013-12-2430-113/+395
| |\
| * \ Merge branch 'scheduler-update' into filestream-fixTathagata Das2013-12-19111-632/+740
| |\ \
| * | | Fixed multiple file stream and checkpointing bugs.Tathagata Das2013-12-115-43/+42
* | | | Bug fixes to the DriverRunner and minor changes here and there.Tathagata Das2014-01-061-4/+4
* | | | Removed the exponential backoff for testing.Tathagata Das2014-01-041-1/+1
* | | | Added StreamingContext.getOrCreate to for automatic recovery, and added Recov...Tathagata Das2014-01-021-1/+1
* | | | Slight change to retry logicPatrick Wendell2013-12-291-2/+3
* | | | TODO clean-upPatrick Wendell2013-12-295-6/+6
* | | | Adding driver ID to submission responsePatrick Wendell2013-12-292-2/+2
* | | | Documentation and adding supervise optionPatrick Wendell2013-12-294-13/+18
* | | | Changes to allow fate sharing of drivers/executors and workers.Patrick Wendell2013-12-2917-133/+239
* | | | Some notes and TODO about dependenciesPatrick Wendell2013-12-271-1/+7
* | | | Intermediate clean-up of tests to appease jenkinsPatrick Wendell2013-12-261-10/+25
* | | | Minor fixesPatrick Wendell2013-12-263-20/+25
* | | | Addressing smaller changes from Aaron's reviewPatrick Wendell2013-12-267-27/+31
* | | | Merge pull request #1 from aarondav/driverPatrick Wendell2013-12-261-62/+31
|\ \ \ \
| * | | | Refactor DriverClient to be more Actor-basedAaron Davidson2013-12-251-62/+31
* | | | | Removing accidental filePatrick Wendell2013-12-262-10/+1
* | | | | Updated approach to driver restartingPatrick Wendell2013-12-262-23/+30
|/ / / /
* | | | Removing un-used variablePatrick Wendell2013-12-251-2/+0
* | | | Small fix from rebasePatrick Wendell2013-12-251-1/+1
* | | | Minor bug fixPatrick Wendell2013-12-252-1/+6
* | | | Minor style clean-upPatrick Wendell2013-12-255-18/+16
* | | | Import clean-up (yay Aaron)Patrick Wendell2013-12-2510-38/+33
* | | | Adding scheduling and reporting based on coresPatrick Wendell2013-12-256-8/+14
* | | | Adding better option parsingPatrick Wendell2013-12-259-42/+142
* | | | Initial cut at driver submission.Patrick Wendell2013-12-2516-53/+781
* | | | Renaming Client => AppClientPatrick Wendell2013-12-254-11/+12
* | | | Merge pull request #127 from kayousterhout/consolidate_schedulersPatrick Wendell2013-12-2425-1515/+940
|\ \ \ \
| * | | | 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-20121-707/+951
| |\ \ \ \
| * \ \ \ \ Merge master into 127Aaron Davidson2013-12-0861-664/+2031
| |\ \ \ \ \
| * | | | | | 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-157-80/+46
| |\ \ \ \ \ \
| * | | | | | | 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-1312-124/+174
| * | | | | | | Merge remote-tracking branch 'upstream/master' into consolidate_schedulersKay Ousterhout2013-11-1337-507/+2019
| |\ \ \ \ \ \ \
| * | | | | | | | 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-3021-1924/+1268