aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | | Add new line at end of fileAaron Davidson2013-12-301-1/+1
| | | | * | | | | | | | Refactor SamplingSizeTracker into SizeTrackingAppendOnlyMapAaron Davidson2013-12-303-97/+71
| | | * | | | | | | | | Add support and test for null keys in ExternalAppendOnlyMapAndrew Or2013-12-314-32/+139
| | | * | | | | | | | | Add warning message for spillingAndrew Or2013-12-311-5/+9
| | | * | | | | | | | | Address Aaron's and Jerry's commentsAndrew Or2013-12-312-5/+6
| | | |/ / / / / / / /
| | | * | | | | | | | Fix CheckpointSuite test failAndrew Or2013-12-301-2/+2
| | | * | | | | | | | Simplify merge logic based on the invariant that all spills contain unique keysAndrew Or2013-12-301-37/+22
| | | * | | | | | | | Merge pull request from aarondav: Utilize DiskBlockManager pathway for temp f...Andrew Or2013-12-303-16/+49
| | | * | | | | | | | Merge branch 'master' of github.com:andrewor14/incubator-sparkAndrew Or2013-12-292-9/+11
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | Use Comparator instead of OrderingAaron Davidson2013-12-292-9/+11
| | | * | | | | | | | | Add test suite for ExternalAppendOnlyMapAndrew Or2013-12-291-0/+217
| | | * | | | | | | | | Make serializer a parameter to ExternalAppendOnlyMapAndrew Or2013-12-292-4/+4
| | | |/ / / / / / / /
| | | * | | | | | | | Address Aaron's commentsAndrew Or2013-12-294-84/+184
| | | * | | | | | | | Add Apache headersAaron Davidson2013-12-273-4/+54
| | | * | | | | | | | Rename spark.shuffle.buffer variablesAndrew Or2013-12-271-2/+2
| | | * | | | | | | | 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
| * | | | | | | | | | Converted JobScheduler to use actors for event handling. Changed protected[st...Tathagata Das2014-01-111-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | Merge remote-tracking branch 'apache/master' into driver-testTathagata Das2014-01-105-10/+12
| |\| | | | | | | |
| | * | | | | | | | 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
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Updated docs based on Patrick's comments in PR 383.Tathagata Das2014-01-101-2/+2
| * | | | | | | | Fixed conf/slaves and updated docs.Tathagata Das2014-01-101-3/+6
| * | | | | | | | Merge remote-tracking branch 'apache/master' into driver-testTathagata Das2014-01-0942-145/+242
| |\| | | | | | |
| | * | | | | | | 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