aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Added the Spark Streaing code, ported to Akka 2Matei Zaharia2012-07-282-0/+47
* 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
* Initial framework to get a master and web UI up.Matei Zaharia2012-06-3010-27/+217
* Various code style fixes, mostly from IntelliJ IDEAMatei Zaharia2012-06-2940-287/+326
* 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
* Upgraded to Akka 2 and fixed test execution (which was still parallelMatei Zaharia2012-06-2810-267/+360
* Various fixes when running on Mesosroot2012-06-203-5/+9
* Added testcase for ByteBufferInputStream bugs.Tathagata Das2012-06-171-2/+17
* Fixed nasty corner case bug in ByteBufferInputStream. Could not add a test ca...Tathagata Das2012-06-171-4/+8
* Various fixes to get unit tests running. In particular, shut downMatei Zaharia2012-06-175-24/+42
* Fixed HttpBroadcast to work with this branch's Serializer.Matei Zaharia2012-06-151-2/+2
* Merge branch 'master' into devMatei Zaharia2012-06-159-97/+352
|\
| * Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-091-3/+3
| |\
| | * Further bug fix to HttpBroadcastMatei Zaharia2012-06-091-3/+3
| * | Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-091-0/+1
| |\|
| | * Bug fix to HttpBroadcastMatei Zaharia2012-06-091-0/+1
| * | Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-099-97/+351
| |\|
| | * Change the default broadcast implementation to a simple HTTP-basedMatei Zaharia2012-06-095-5/+144
| | * Performance improvements to shuffle operations: in particular, preserveMatei Zaharia2012-06-094-92/+207
* | | Added shutdown for akka to SparkContext.stop(). Helps a little, but many test...Tathagata Das2012-06-135-8/+15
* | | Multiple bug fixes to pass the testsuites ShuffleSuite and BlockManagerSuite.Tathagata Das2012-06-1311-131/+264
* | | Added BlockManagerSuite, which I'd forgotten to merge.Matei Zaharia2012-06-071-0/+182
* | | Merge in engine improvements from the Spark Streaming project, developedMatei Zaharia2012-06-0784-1401/+6361
|/ /