aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Spark standalone mode cluster scripts.Denny2012-08-0118-4/+825
* Merge pull request #158 from JoshRosen/fix/assembly-akka-configMatei Zaharia2012-07-301-2/+55
|\
| * Fix Akka configuration in assembly jar.Josh Rosen2012-07-301-2/+55
|/
* 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-287-10/+12
* | 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
* | Fixed SPARK_MEM not being passed when runner is javaMatei Zaharia2012-07-281-1/+4
* | 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-2624-4/+1822
|\ \
| * | Add persist(), splits(), glom(), and mapPartitions() to Java API.Josh Rosen2012-07-265-3/+83
| * | Remove StringOps.split() from Java WordCount.Josh Rosen2012-07-251-5/+2
| * | Minor cleanup and optimizations in Java API.Josh Rosen2012-07-248-25/+25
| * | Add type annotations to Java API methods.Josh Rosen2012-07-226-43/+90
| * | Use mapValues() in JavaPairRDD.cogroupResultToJava().Josh Rosen2012-07-223-22/+14
| * | Improve Java API examplesJosh Rosen2012-07-225-198/+143
| * | Add Java APIJosh Rosen2012-07-1825-4/+1761
* | | Stlystic changesDenny2012-07-2311-23/+23
* | | Always destroy SparkContext in after block for the unit tests.Denny2012-07-2311-114/+163
* | | 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-089-45/+182
* | 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-0613-39/+211
* | Miscellaneous bug fixesMatei Zaharia2012-07-065-9/+15
* | Some refactoring to make cluster scheduler pluggable.Matei Zaharia2012-07-0634-509/+718