aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #381 from mateiz/default-ttlMatei Zaharia2014-01-101-1/+1
|\
| * Fix default TTL for metadata cleanerMatei Zaharia2014-01-101-1/+1
* | Merge pull request #382 from RongGu/masterPatrick Wendell2014-01-101-1/+1
|\ \
| * | fix a type error in comment linesRongGu2014-01-111-1/+1
| |/
* | Merge pull request #383 from tdas/driver-testPatrick Wendell2014-01-102-6/+13
|\ \
| * \ Merge remote-tracking branch 'apache/master' into driver-testTathagata Das2014-01-105-10/+12
| |\ \
| * | | 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-0940-143/+240
| |\ \ \
| * \ \ \ Merge branch 'standalone-driver' into driver-testTathagata Das2014-01-09113-924/+1852
| |\ \ \ \
| * | | | | Changed the way StreamingContext finds and reads checkpoint files, and added ...Tathagata Das2014-01-091-1/+1
| * | | | | Added a hashmap to cache file mod times.Tathagata Das2014-01-051-2/+6
| * | | | | Merge branch 'filestream-fix' into driver-testTathagata Das2014-01-064-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
* | | | | | | Merge pull request #377 from andrewor14/masterPatrick Wendell2014-01-1012-80/+683
|\ \ \ \ \ \ \
| * | | | | | | Address Patrick's and Reynold's commentsAndrew Or2014-01-104-45/+51
| * | | | | | | Defensively allocate memory from global poolAndrew Or2014-01-095-47/+80
| * | | | | | | Merge github.com:apache/incubator-sparkAndrew Or2014-01-0978-365/+1660
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Get SparkConf from SparkEnv, rather than creating new onesAndrew Or2014-01-073-6/+6
| * | | | | | | Use AtomicInteger for numRunningTasksAndrew Or2014-01-041-12/+7
| * | | | | | | Address Mark's commentsAndrew Or2014-01-042-14/+9
| * | | | | | | Assign spill threshold as a fraction of maximum memoryAndrew Or2014-01-044-25/+72
| * | | | | | | Remove unnecessary ClassTag'sAndrew Or2014-01-032-7/+4
| * | | | | | | Refactor using SparkConfAndrew Or2014-01-033-10/+15
| * | | | | | | Merge remote-tracking branch 'spark/master'Andrew Or2014-01-0297-691/+1345
| |\ \ \ \ \ \ \
| * | | | | | | | TempBlockId takes UUID and is explicitly non-serializableAaron Davidson2014-01-022-5/+6
| * | | | | | | | Simplify ExternalAppendOnlyMap on the assumption that the mergeCombiners func...Andrew Or2014-01-012-112/+53
| * | | | | | | | Merge branch 'master' of github.com:andrewor14/incubator-sparkAndrew Or2013-12-314-9/+9
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Rename IntermediateBlockId to TempBlockIdAaron Davidson2013-12-314-9/+9
| * | | | | | | | | Address Patrick's and Reynold's commentsAndrew Or2013-12-311-49/+71
| |/ / / / / / / /
| * | | | | | | | Merge branch 'master' of github.com:andrewor14/incubator-sparkAndrew Or2013-12-312-90/+64
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add new line at end of fileAaron Davidson2013-12-301-1/+1
| | * | | | | | | | Refactor SamplingSizeTracker into SizeTrackingAppendOnlyMapAaron Davidson2013-12-302-90/+64
| * | | | | | | | | Add support and test for null keys in ExternalAppendOnlyMapAndrew Or2013-12-312-32/+57
| * | | | | | | | | 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
| * | | | | | | | | 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-272-4/+37
| * | | | | | | | 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