aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #296 from shivaram/block-manager-fixMatei Zaharia2012-11-011-3/+0
|\
| * Remove unnecessary hash-map put in MemoryStoreShivaram Venkataraman2012-11-011-3/+0
* | Merge pull request #297 from JoshRosen/fix/ec2-spot-instancesMatei Zaharia2012-11-011-21/+31
|\ \ | |/ |/|
| * Cancel spot instance requests when exiting spark-ec2.Josh Rosen2012-10-301-21/+31
|/
* Merge pull request #294 from JoshRosen/docs/quickstartMatei Zaharia2012-10-272-10/+10
|\
| * Fix Spark groupId in Scala Programming Guide.Josh Rosen2012-10-261-1/+1
| * Fix minor typos in quick start guide.Josh Rosen2012-10-231-9/+9
* | Don't throw an error in the block manager when a block is cached on the maste...root2012-10-261-0/+6
* | Strip leading mesos:// in URLs passed to MesosMatei Zaharia2012-10-241-2/+3
* | Merge pull request #281 from rxin/memreportMatei Zaharia2012-10-233-71/+93
|\ \
| * | Changed Spark version back to 0.6.0Reynold Xin2012-10-151-1/+1
| * | Serialize accumulator updates in TaskResult for local mode.Reynold Xin2012-10-151-4/+5
| * | Changed version to 0.6.0-rxin.Reynold Xin2012-10-151-1/+1
| * | Added a method to report slave memory status.Reynold Xin2012-10-142-67/+88
| |/
* | Merge remote-tracking branch 'JoshRosen/shuffle_refactoring' into devMatei Zaharia2012-10-2313-250/+113
|\ \
| * | Remove map-side combining from ShuffleMapTask.Josh Rosen2012-10-138-94/+37
| * | Remove mapSideCombine field from Aggregator.Josh Rosen2012-10-135-22/+15
| * | Change ShuffleFetcher to return an Iterator.Josh Rosen2012-10-138-167/+63
| * | Add helper methods to Aggregator.Josh Rosen2012-10-131-1/+32
* | | Merge pull request #286 from JoshRosen/ec2-error-handlingMatei Zaharia2012-10-231-4/+5
|\ \ \
| * | | Allow EC2 script to stop/destroy cluster after master/slave failures.Josh Rosen2012-10-181-4/+5
| | |/ | |/|
* | | Merge pull request #292 from tomdz/tweaked-run-fileMatei Zaharia2012-10-231-13/+30
|\ \ \
| * | | Tweaked run file to live more happily with typesafe's debian packageThomas Dudziak2012-10-221-13/+30
|/ / /
* | | Bump up version to 0.7.0-SNAPSHOT for master branchMatei Zaharia2012-10-223-4/+4
* | | Update version to 0.6.1-SNAPSHOT to show this is in developmentMatei Zaharia2012-10-223-4/+4
* | | Merge branch 'master' into devMatei Zaharia2012-10-210-0/+0
|\ \ \
| * | | Fix sbt assembly's merge rulesMatei Zaharia2012-10-151-2/+10
| * | | Comment out Sonatype publishing stuff so publish-local worksMatei Zaharia2012-10-102-2/+4
| * | | Increase version on 0.5 branch to 0.5.2-SNAPSHOTMatei Zaharia2012-10-092-2/+2
| * | | Change version in REPLv0.5.1Matei Zaharia2012-10-071-1/+1
| * | | Changes to run script and README to deal with updated Scala version andMatei Zaharia2012-10-073-9/+4
| * | | Merge pull request #252 from pwendell/0.5-with-sonatypeMatei Zaharia2012-10-076-10/+63
| |\ \ \
| | * | | Adding Sonatype releases to SBT.Patrick Wendell2012-10-076-10/+63
| |/ / /
| * | | Make reduce logging less verboseMatei Zaharia2012-10-061-3/+4
| * | | Merge branch 'master' into reduce-loggingMatei Zaharia2012-10-053-13/+30
| |\ \ \
| | * \ \ Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2012-10-052-12/+29
| | |\ \ \
| | | * \ \ Merge pull request #246 from shivaram/size-estimator-fix-masterMatei Zaharia2012-10-052-12/+29
| | | |\ \ \
| | | | * | | Fix SizeEstimator tests to work with String classes in JDK 6 and 7Shivaram Venkataraman2012-10-042-12/+29
| | | |/ / /
| | * / / / Only group elements ten at a time into SequenceFile records inMatei Zaharia2012-10-041-1/+1
| | |/ / /
| * | | | Let the reducer retry if a fetch fails before reading all recordsMatei Zaharia2012-10-043-22/+43
| * | | | Add more logging for number of records fetched by each reduceMatei Zaharia2012-10-041-1/+6
| |/ / /
| * | | Backport sampling fixes from dev (suggested by Henry Milner)Matei Zaharia2012-09-295-45/+54
| * | | Make error reporting less scary if we can't look up UseCompressedOopsMatei Zaharia2012-09-281-10/+6
| * | | Look for Kryo registrator using context class loaderMatei Zaharia2012-09-261-1/+2
| * | | Fixed GrowableAccumulatorParam.zero() to do a copy and to make sure it'sMatei Zaharia2012-09-111-3/+13
| * | | Merge pull request #175 from squito/collection_accumulatorsMatei Zaharia2012-09-113-5/+51
| |\ \ \
| | * \ \ Merge branch 'master' into collection_accumulatorsImran Rashid2012-09-116-11/+39
| | |\ \ \ | | |/ / / | |/| | |
| * | | | End runJob with a SparkException when a Mesos task fails too many timesMatei Zaharia2012-08-312-0/+4
| * | | | WordingMatei Zaharia2012-08-301-2/+1
| * | | | Update sbt build command to create JARsMatei Zaharia2012-08-301-1/+1