aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Final cleanupAndrew Or2013-12-264-25/+28
| * | | | | | | | Use real serializer & manual orderingAaron Davidson2013-12-261-11/+27
| * | | | | | | | Return efficient iterator if no spillage happenedAaron Davidson2013-12-263-9/+20
| * | | | | | | | Sort AppendOnlyMap in-placeAndrew Or2013-12-262-14/+51
| * | | | | | | | Allow Product2 rather than just tuple kv pairsAaron Davidson2013-12-262-8/+8
| * | | | | | | | Move maps to util, and refactor moreAndrew Or2013-12-267-23/+22
| * | | | | | | | SamplingSizeTracker + Map + test suiteAaron Davidson2013-12-265-11/+204
| * | | | | | | | New minor editsAndrew Or2013-12-263-54/+49
| * | | | | | | | Minor cleanup for Scala styleAaron Davidson2013-12-263-55/+55
| * | | | | | | | Add toggle for ExternalAppendOnlyMap in Aggregator and CoGroupedRDDAndrew Or2013-12-263-24/+65
| * | | | | | | | Provide for cases when mergeCombiners is not specified in ExternalAppendOnlyMapAndrew Or2013-12-262-68/+121
| * | | | | | | | Refactor ExternalAppendOnlyMap to take in KVC instead of just KVAndrew Or2013-12-263-76/+78
| * | | | | | | | Working ExternalAppendOnlyMap for both CoGroupedRDDs and AggregatorAndrew Or2013-12-264-66/+61
| * | | | | | | | Working ExternalAppendOnlyMap for Aggregator, but not for CoGroupedRDDAndrew Or2013-12-264-21/+182
* | | | | | | | | Merge pull request #369 from pillis/masterReynold Xin2014-01-102-0/+52
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | SPARK-961. Add a Vector.random() method - update 1Pillis2014-01-102-10/+12
| * | | | | | | | SPARK-961 Add a Vector.random() methodPillis2014-01-092-0/+50
* | | | | | | | | Merge pull request #371 from tgravescs/yarn_client_addjar_misc_fixesThomas Graves2014-01-101-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | yarn-client addJar fix and misc otherThomas Graves2014-01-091-4/+4
* | | | | | | | | | Merge pull request #384 from pwendell/debug-logsPatrick Wendell2014-01-102-3/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Make DEBUG-level logs consummable.Patrick Wendell2014-01-102-3/+5
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #375 from mateiz/option-fixMatei Zaharia2014-01-091-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix bug added when we changed AppDescription.maxCores to an OptionMatei Zaharia2014-01-091-2/+2
* | | | | | | | | | Enable shuffle consolidation by default.Patrick Wendell2014-01-091-1/+1
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #374 from mateiz/completenessReynold Xin2014-01-096-6/+90
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add some missing Java API methodsMatei Zaharia2014-01-096-6/+90
| |/ / / / / / / /
* | | | | | | | | Merge pull request #294 from RongGu/masterReynold Xin2014-01-091-1/+6
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote branch 'upstream/master'walker2014-01-0925-104/+119
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | add inline commentswalker2014-01-071-1/+1
| * | | | | | | | | | add inline commentswalker2014-01-071-0/+4
| * | | | | | | | | | Merge remote branch 'upstream/master'walker2014-01-07140-2742/+3418
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Bug fixes for updating the RDD block's memory and disk usage informationwalker2013-12-251-1/+2
* | | | | | | | | | | | Merge pull request #293 from pwendell/standalone-driverPatrick Wendell2014-01-0930-148/+1471
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | / | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Some usability improvementsPatrick Wendell2014-01-093-25/+62
| * | | | | | | | | | Adding polling to driver submission client.Patrick Wendell2014-01-086-68/+132
| * | | | | | | | | | Adding mockito to maven buildPatrick Wendell2014-01-081-0/+5
| * | | | | | | | | | Merge remote-tracking branch 'apache-github/master' into standalone-driverPatrick Wendell2014-01-0825-103/+118
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Show more helpful information in UIPatrick Wendell2014-01-084-9/+18
| * | | | | | | | | | FixesPatrick Wendell2014-01-082-2/+2
| * | | | | | | | | | Rename to ClientPatrick Wendell2014-01-072-8/+5
| * | | | | | | | | | Adding --verbose option to DriverClientPatrick Wendell2014-01-072-4/+22
| * | | | | | | | | | Adding unit tests and some refactoring to promote testability.Patrick Wendell2014-01-078-35/+251
| * | | | | | | | | | Fixes after mergePatrick Wendell2014-01-063-6/+8
| * | | | | | | | | | Merge remote-tracking branch 'apache-github/master' into standalone-driverPatrick Wendell2014-01-06123-1234/+2220
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Changes based on review feedback.Patrick Wendell2014-01-067-22/+34
| * | | | | | | | | | | Respect supervise option at MasterPatrick Wendell2013-12-291-3/+15
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | 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