aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* Scala does not prevent variable shadowing ! Sick error due to it ...Mridul Muralidharan2013-04-162-3/+2
* Fix npeMridul Muralidharan2013-04-161-1/+1
* Fix bug with atomic updateMridul Muralidharan2013-04-161-13/+31
* Use hostname instead of hostport for executor, fix creation of workdirMridul Muralidharan2013-04-164-8/+10
* Commit job to persist filesMridul Muralidharan2013-04-161-0/+1
* Fix issue with FileSuite failingMridul Muralidharan2013-04-152-16/+7
* Checkpoint commit - compiles and passes a lot of tests - not all though, look...Mridul Muralidharan2013-04-151-0/+12
* Checkpoint commit - compiles and passes a lot of tests - not all though, look...Mridul Muralidharan2013-04-1553-475/+1780
* Add support for building against hadoop2-yarn : adding new maven profile for itMridul Muralidharan2013-04-072-4/+3
* 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-294-2/+28
|\ \
| * | Use Boolean in the Java API, and != for assert.Stephen Haberman2013-03-233-3/+3
| * | Merge branch 'master' into shufflecoalesceStephen Haberman2013-03-235-65/+160
| |\ \
| * | | Fix are/our typo.Stephen Haberman2013-03-221-1/+1
| * | | Add a shuffle parameter to coalesce.Stephen Haberman2013-03-224-2/+28
* | | | 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-2051-452/+1114
| |\| |
| * | | 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-231-1/+65
|\ \ \ \ | |_|_|/ |/| | |
| * | | 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-161-17/+17
| * | | Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-1613-102/+167
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-131-4/+4
| |\ \ \ \
| * | | | | refactored _With API and added foreachPartitionMark Hamstra2013-03-101-36/+43
| * | | | | Merge branch 'master' of https://github.com/mesos/spark into WithThingMark Hamstra2013-03-1010-80/+90
| |\ \ \ \ \
| * | | | | | refactor mapWith, flatMapWith and filterWith to each use two parameter listsMark Hamstra2013-03-051-6/+6
| * | | | | | whitespace formattingMark Hamstra2013-03-051-10/+10
| * | | | | | mapWith, flatMapWith and filterWithMark Hamstra2013-03-041-1/+58
* | | | | | | Merge pull request #538 from rxin/cogroupMatei Zaharia2013-03-201-8/+35
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | 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-201-8/+35
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #526 from markhamstra/foldByKeyMatei Zaharia2013-03-202-0/+51
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | 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-163-39/+64
| |\| | | | |
| * | | | | | Merge branch 'master' of https://github.com/mesos/spark into foldByKeyMark Hamstra2013-03-157-12/+18
| |\ \ \ \ \ \
| * | | | | | | Fuller implementation of foldByKeyMark Hamstra2013-03-152-2/+29
| * | | | | | | restrict V type of foldByKey in order to retain ClassManifest; added foldByKe...Mark Hamstra2013-03-142-2/+8
| * | | | | | | added foldByKeyMark Hamstra2013-03-141-0/+7
* | | | | | | | Merge pull request #536 from sasurfer/masterMatei Zaharia2013-03-191-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | CoalescedRDD changed to work with a big number of partitions both in the orig...Giovanni Delussu2013-03-191-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #534 from stephenh/removetrycatchMatei Zaharia2013-03-191-10/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove try/catch block that can't be hit.Stephen Haberman2013-03-181-10/+4
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | call setConf from input format if it is ConfigurableAndrey Kouznetsov2013-03-192-1/+14
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #525 from stephenh/subtractByKeyMatei Zaharia2013-03-163-39/+64
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Fix tabs that snuck in.Stephen Haberman2013-03-141-8/+8