aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* add test for JdbcRDD using embedded derby, per rxin suggestionCody Koeninger2013-05-141-0/+56
* code cleanup per rxin commentsCody Koeninger2013-05-111-30/+37
* prevent mysql driver from pulling entire resultset into memory. explicitly cl...koeninger2013-04-221-5/+20
* first attempt at an RDD to pull data from JDBC sourceskoeninger2013-04-211-0/+79
* Make ShuffledRDD.prev transientMatei Zaharia2013-04-153-4/+4
* Fix compile errorMatei Zaharia2013-04-131-1/+1
* Add details when BlockManager heartbeats time outAndrew Ash2013-04-111-1/+2
* Merge remote-tracking branch 'jey/bump-development-version-to-0.8.0'Matei Zaharia2013-04-081-1/+1
|\
| * Bump development version to 0.8.0Jey Kottalam2013-03-281-1/+1
* | Fixed a bug with zipMatei Zaharia2013-04-071-10/+10
* | Fix compile warningMatei Zaharia2013-04-071-1/+1
* | Fix deprecated warningMatei Zaharia2013-04-071-1/+1
* | Correct sense of 'filter out' in comment.Mark Hamstra2013-03-311-10/+10
* | Fixed broken filter in getWritableClass[T]Mark Hamstra2013-03-301-1/+1
* | Merge pull request #539 from cgrothaus/fix-webui-workdirpathMatei Zaharia2013-03-292-3/+4
|\ \
| * | Bugfix: WorkerWebUI must respect workDirPath from WorkerChristoph Grothaus2013-03-222-3/+4
* | | Merge pull request #541 from stephenh/shufflecoalesceMatei Zaharia2013-03-295-3/+34
|\ \ \ | |_|/ |/| |
| * | Use Boolean in the Java API, and != for assert.Stephen Haberman2013-03-234-4/+5
| * | Merge branch 'master' into shufflecoalesceStephen Haberman2013-03-236-66/+251
| |\ \
| * | | Fix are/our typo.Stephen Haberman2013-03-221-1/+1
| * | | Add a shuffle parameter to coalesce.Stephen Haberman2013-03-225-3/+33
* | | | Explicitly catch all throwables (warning in 2.10)Holden Karau2013-03-241-1/+1
| |/ / |/| |
* | | Merge pull request #505 from stephenh/volatileMatei Zaharia2013-03-233-56/+60
|\ \ \
| * | | Merge branch 'master' into volatileStephen Haberman2013-03-2062-938/+1609
| |\| |
| * | | Don't create the Executor until we have everything it needs.Stephen Haberman2013-02-283-53/+57
| * | | Make Executor fields volatile since they're read from the thread pool.Stephen Haberman2013-02-281-6/+6
* | | | Merge pull request #510 from markhamstra/WithThingMatei Zaharia2013-03-232-1/+125
|\ \ \ \ | |_|_|/ |/| | |
| * | | constructorOfA -> constructA in doc commentsMark Hamstra2013-03-161-4/+4
| * | | fix wayward comma in doc commentMark Hamstra2013-03-161-1/+1
| * | | _With[Matei]Mark Hamstra2013-03-162-20/+20
| * | | Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-1617-104/+353
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-131-4/+4
| |\ \ \ \
| * | | | | deleted excess curly bracesMark Hamstra2013-03-101-2/+2
| * | | | | refactored _With API and added foreachPartitionMark Hamstra2013-03-102-56/+57
| * | | | | Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-1014-556/+312
| |\ \ \ \ \
| * | | | | | refactor mapWith, flatMapWith and filterWith to each use two parameter listsMark Hamstra2013-03-052-12/+12
| * | | | | | whitespace formattingMark Hamstra2013-03-052-16/+16
| * | | | | | mapWith, flatMapWith and filterWithMark Hamstra2013-03-042-1/+124
* | | | | | | Merge pull request #538 from rxin/cogroupMatei Zaharia2013-03-202-9/+66
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Merge branch 'master' of github.com:mesos/spark into cogroupReynold Xin2013-03-204-13/+20
| |\ \ \ \ \ \
| * | | | | | | Added mapSideCombine flag to CoGroupedRDD. Added unit test forReynold Xin2013-03-202-9/+66
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #526 from markhamstra/foldByKeyMatei Zaharia2013-03-203-0/+73
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | whitespaceMark Hamstra2013-03-161-1/+0
| * | | | | | refactor foldByKey to use combineByKeyMark Hamstra2013-03-162-7/+19
| * | | | | | Merge branch 'master' of https://github.com/mesos/spark into foldByKeyMark Hamstra2013-03-164-40/+91
| |\| | | | |
| * | | | | | Merge branch 'master' of https://github.com/mesos/spark into foldByKeyMark Hamstra2013-03-159-13/+109
| |\ \ \ \ \ \
| * | | | | | | whitespace cleanupMark Hamstra2013-03-151-22/+22
| * | | | | | | Fuller implementation of foldByKeyMark Hamstra2013-03-152-2/+29
| * | | | | | | restrict V type of foldByKey in order to retain ClassManifest; added foldByKe...Mark Hamstra2013-03-143-3/+31
| * | | | | | | added foldByKeyMark Hamstra2013-03-141-0/+7