aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Spark WebUI Implementation.Denny2012-08-0124-36/+399
* 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
* 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-3018-127/+351
* Initial framework to get a master and web UI up.Matei Zaharia2012-06-3011-29/+222
* Various code style fixes, mostly from IntelliJ IDEAMatei Zaharia2012-06-2941-287/+328
* Scalacheck groupId has changed https://github.com/rickynils/scalacheck/issues...rrmckinley2012-06-291-1/+1
* Increase the default wait time for EC2 clusters to 2 minutes.Matei Zaharia2012-06-291-2/+2
* Fixes to CoarseMesosSchedulerMatei Zaharia2012-06-291-8/+12
* Allow binding to a free port and change Akka logging to use SLF4J. AlsoMatei Zaharia2012-06-296-19/+38
* Ignore some IDE filesMatei Zaharia2012-06-281-0/+2
* Upgraded to Akka 2 and fixed test execution (which was still parallelMatei Zaharia2012-06-2811-271/+364