aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* Settings variables and bugfix for stop script.Denny2012-08-022-2/+27
* Spark standalone mode cluster scripts.Denny2012-08-012-2/+2
* Merge branch 'block-manager-fix' into devMatei Zaharia2012-07-309-88/+83
|\
| * Made BlockManagerMaster no longer be a singleton.Matei Zaharia2012-07-309-88/+83
* | Merge branch 'dev' of git://github.com/tdas/spark into devMatei Zaharia2012-07-306-35/+130
|\ \ | |/ |/|
| * Updated the new checkpoint RDD to remember partitioning of the original RDD.Tathagata Das2012-07-271-1/+6
| * Merge branch 'dev' of github.com:tdas/spark into devTathagata Das2012-07-271-4/+8
| |\
| | * Fixed more stuff in BoundedMemoryCache.Tathagata Das2012-07-271-4/+8
| * | Added BlockRDD and a first-cut version of checkpoint() to RDD class.Tathagata Das2012-07-273-0/+63
| |/
| * Fixed bug in BoundedMemoryCache.Tathagata Das2012-07-271-1/+5
| * Fixed bugs in block dropping code of MemoryStore and changed synchronized Has...Tathagata Das2012-07-272-14/+8
| * Modified the block dropping code for better performance.Tathagata Das2012-07-262-25/+51
* | Various reorganization and formatting fixesMatei Zaharia2012-07-304-57/+79
* | Fixed AccumulatorSuite to clean up SparkContext with BeforeAndAfterMatei Zaharia2012-07-281-10/+20
* | tasks cannot access value of accumulatorImran Rashid2012-07-282-56/+21
* | one more minor cleanup to scaladocImran Rashid2012-07-281-2/+2
* | fix up scaladoc, naming of type parametersImran Rashid2012-07-282-15/+12
* | rename addToAccum to addAccumulatorImran Rashid2012-07-282-4/+4
* | add some functionality to Vector, delete copy in AccumulatorSuiteImran Rashid2012-07-282-113/+33
* | move Vector class into core and spark.util packageImran Rashid2012-07-281-0/+84
* | Accumulator now inherits from Accumulable, whcih simplifies a bunch of other ...Imran Rashid2012-07-283-46/+64
* | improve scaladocImran Rashid2012-07-281-1/+1
* | add Accumulatable, add corresponding docs & tests for accumulatorsImran Rashid2012-07-283-0/+276
* | Add a sleep to prevent a failing test.Matei Zaharia2012-07-271-0/+1
* | Renamed test more descriptivelyMatei Zaharia2012-07-271-1/+1
* | Added a second version of union() without varargs.Matei Zaharia2012-07-273-4/+17
* | Fixed Java union methods having same erasure.Matei Zaharia2012-07-273-25/+47
* | Merge pull request #153 from JoshRosen/new-java-apiMatei Zaharia2012-07-2619-3/+1520
|\ \
| * | Add persist(), splits(), glom(), and mapPartitions() to Java API.Josh Rosen2012-07-265-3/+83
| * | Minor cleanup and optimizations in Java API.Josh Rosen2012-07-246-15/+12
| * | Add type annotations to Java API methods.Josh Rosen2012-07-226-43/+90
| * | Use mapValues() in JavaPairRDD.cogroupResultToJava().Josh Rosen2012-07-223-22/+14
| * | Add Java APIJosh Rosen2012-07-1819-3/+1404
* | | Stlystic changesDenny2012-07-2310-21/+21
* | | Always destroy SparkContext in after block for the unit tests.Denny2012-07-2310-108/+152
* | | Fix a bug where an input path was added to a Hadoop job configuration twiceMatei Zaharia2012-07-231-4/+1
|/ /
* | Allow null keys in Spark's reduce and group byMatei Zaharia2012-07-121-5/+9
* | Fixes to coarse-grained Mesos scheduler in dealing with failed nodesMatei Zaharia2012-07-122-4/+25
* | FormattingMatei Zaharia2012-07-111-10/+10
* | Added more methods for loading/saving with new Hadoop APIMatei Zaharia2012-07-112-4/+30
* | More work to allow Spark to run on the standalone deploy cluster.Matei Zaharia2012-07-087-38/+155
* | Added back coarse-grained Mesos scheduler based on StandaloneScheduler.Matei Zaharia2012-07-0811-416/+320
* | More work on standalone schedulerMatei Zaharia2012-07-068-33/+122
* | Further refactoring, and start of a standalone scheduler backendMatei Zaharia2012-07-0612-38/+210
* | Miscellaneous bug fixesMatei Zaharia2012-07-065-9/+15
* | Some refactoring to make cluster scheduler pluggable.Matei Zaharia2012-07-0632-507/+717
* | Further updates to run processes on cluster.Matei Zaharia2012-07-0111-33/+298
* | More work on standalone deploy system.Matei Zaharia2012-07-0114-85/+465
* | Detect connection and disconnection of slavesMatei Zaharia2012-06-305-47/+123
* | More work on deploy code (adding Worker class)Matei Zaharia2012-06-3017-127/+350