aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed issues duplicate class issues in sbt assembly.Tathagata Das2012-06-221-2/+10
* Various fixes when running on Mesosroot2012-06-203-5/+9
* Added testcase for ByteBufferInputStream bugs.Tathagata Das2012-06-171-2/+17
* Update SBT and SBT-Eclipse versionMatei Zaharia2012-06-172-8/+5
* 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
* Update version number for dev branchMatei Zaharia2012-06-152-2/+2
* Fixed HttpBroadcast to work with this branch's Serializer.Matei Zaharia2012-06-151-2/+2
* Merge branch 'master' into devMatei Zaharia2012-06-1518-102/+926
|\
| * Changed version in master branch to 0.5.1-SNAPSHOT for furtherMatei Zaharia2012-06-132-2/+2
| * Update version in SBTv0.5.0Matei Zaharia2012-06-121-1/+1
| * Updated version number to 0.5.0Matei Zaharia2012-06-121-1/+1
| * Added script for launching Spark on EC2 from Mesos, to make it easierMatei Zaharia2012-06-105-0/+571
| * 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-0911-100/+352
| |\|
| | * 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-096-95/+208
* | | Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-06-1512-138/+278
|\ \ \
| * | | Added shutdown for akka to SparkContext.stop(). Helps a little, but many test...Tathagata Das2012-06-136-9/+16
| * | | Multiple bug fixes to pass the testsuites ShuffleSuite and BlockManagerSuite.Tathagata Das2012-06-1311-131/+264
* | | | Update SBT to version 0.11.3-2.Matei Zaharia2012-06-072-0/+0
|/ / /
* | | 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-0786-1409/+6374
|/ /
* | Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-062-14/+11
|\|
| * Commit task outputs to Hadoop-supported storage systems in parallel on theMatei Zaharia2012-06-062-14/+11
* | Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-063-14/+103
|\|
| * Handle arrays that contain the same element many times better inMatei Zaharia2012-06-062-13/+102
| * Some refactoring to make BoundedMemoryCache test similar to othersMatei Zaharia2012-06-061-1/+1
* | Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-0512-0/+19
|\|
| * Add System.exit(0) at the end of all the example programs.Matei Zaharia2012-06-0512-0/+19
* | Merge branch 'master' into mesos-0.9Matei Zaharia2012-06-0331-185/+655
|\|
| * Merge branch 'master' of github.com:mesos/sparkReynold Xin2012-05-309-64/+243
| |\
| | * Merge pull request #132 from Benky/rb-first-iterationMatei Zaharia2012-05-267-47/+178
| | |\
| | | * MesosScheduler refactoringRichard Benkovsky2012-05-222-13/+42
| | | * Added tests for CacheTrackerActorRichard Benkovsky2012-05-222-1/+100
| | | * Little refactoringRichard Benkovsky2012-05-223-26/+20
| | | * Added tests for Utils.copyStreamRichard Benkovsky2012-05-221-1/+12
| | | * Formating fixedRichard Benkovsky2012-05-221-3/+1
| | | * Utils.memoryBytesToString fixedRichard Benkovsky2012-05-191-3/+3
| | * | Merge pull request #133 from Benky/565245871f666c22aebb2c534f4fb7e947fca9f5Matei Zaharia2012-05-262-17/+65
| | |\ \ | | | |/ | | |/|
| | | * BoundedMemoryCache.put fails when estimated size of 'value' is larger than ca...Richard Benkovsky2012-05-202-17/+65
| | |/
| | * Merge pull request #131 from rxin/masterMatei Zaharia2012-05-1810-37/+172
| | |\
| * | | Make spark.repl.Main.interp_ publicly accessible (so Shark can get ridReynold Xin2012-05-301-1/+1
| | |/ | |/|
| * | Made some RDD dependencies transient to reduce the amount of data neededReynold Xin2012-05-162-4/+4
| * | Updated Cache's put method to use a case class for response. PreviouslyReynold Xin2012-05-158-35/+50