aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed a failure recovery bug and added some tests for fault recovery.Matei Zaharia2012-01-133-33/+54
* | Fixed a failure recovery bug and added some tests for fault recovery.Matei Zaharia2012-01-131-0/+77
* | Register RDDs with the MapOutputTracker even if they have no partitions.Matei Zaharia2012-01-053-8/+28
* | Add dependency on Akka and NettyMatei Zaharia2011-12-151-1/+8
* | Merge commit 'ad4ebff42c1b738746b2b9ecfbb041b6d06e3e16'Matei Zaharia2011-12-144-0/+63
|\ \
| * | Deduplicate exceptions when printing themAnkur Dave2011-11-143-3/+39
| * | Report errors in tasks to the driver via a Mesos status updateAnkur Dave2011-11-143-0/+27
| |/
* | Make Spark port default to 7077 so that it's not an ephemeral port that might...Matei Zaharia2011-12-141-1/+1
* | Merge remote-tracking branch 'origin/charles-newhadoop'Matei Zaharia2011-12-024-0/+198
|\ \
| * | Add new Hadoop API reading support.Charles Reiss2011-12-013-0/+130
| * | Add new Hadoop API writing support.Charles Reiss2011-12-012-0/+68
| |/
* | Fixed LocalFileLR to deal with a change in Scala IO sourcesMatei Zaharia2011-12-011-1/+1
* | Added fold() and aggregate() operations that reuse an object toMatei Zaharia2011-11-302-2/+55
* | Send SPARK_JAVA_OPTS to slave nodes.Matei Zaharia2011-11-301-1/+2
|/
* Bug fix: reject offers that we didn't find any tasks forMatei Zaharia2011-11-081-1/+1
* Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2011-11-081-23/+21
|\
| * Update Bagel unit tests to reflect API changeAnkur Dave2011-11-081-23/+21
* | Really upgrade to SBT 0.11.1 (through build.properties and plugin changes)Matei Zaharia2011-11-083-4/+5
|/
* Closure cleaner unit testMatei Zaharia2011-11-081-0/+132
* Updates to the closure cleaner to work better with closures in classes.Matei Zaharia2011-11-081-9/+42
* Update to SBT 0.11.1Matei Zaharia2011-11-071-0/+0
* Update REPL code to use our own version of JLineReader, which fixes #89.Matei Zaharia2011-11-073-8/+8
* Fix Scala version requirement in READMEMatei Zaharia2011-11-031-2/+1
* Make parallelize() work efficiently for ranges of Long, Double, etcMatei Zaharia2011-11-022-5/+52
* K-means exampleMatei Zaharia2011-11-013-3/+102
* Update Spark to work with the latest Mesos APIMatei Zaharia2011-10-304-13/+12
* Miscellaneous fixes:root2011-10-172-1/+12
* Switched Jetty to version 7.5 because 8.0 was causing a conflict with the log...root2011-10-171-1/+1
* Merge branch 'ankur-master'root2011-10-147-286/+487
|\
| * Implement standalone WikipediaPageRank with custom serializerAnkur Dave2011-10-091-0/+198
| * Update WikipediaPageRank to reflect Bagel API changesAnkur Dave2011-10-092-100/+129
| * Remove ShortestPath for nowAnkur Dave2011-10-091-95/+0
| * Simplify and genericize type parameters in BagelAnkur Dave2011-10-091-85/+129
| * Implement PairRDDFunctions.partitionByAnkur Dave2011-10-091-0/+9
| * Fix PairRDDFunctions.groupWith partitioningAnkur Dave2011-10-091-3/+9
| * Add custom partitioner support to PairRDDFunctions.combineByKeyAnkur Dave2011-10-091-2/+11
| * Use BufferedOutputStream in ShuffleMapTaskAnkur Dave2011-10-091-1/+2
* | Merge pull request #83 from ijuma/sbt-0.11Matei Zaharia2011-09-308-36/+42
|\ \
| * | Upgrade to sbt-idea 0.11.0 final.Ismael Juma2011-09-271-1/+1
| * | Add workaround for bug in SBT (issue #206).Ismael Juma2011-09-271-1/+4
| * | Set SCALA_VERSION to 2.9.1 (from 2.9.1.final) to match expectation of SBT 0.11.0Ismael Juma2011-09-261-1/+1
| * | Include "spark-" prefix in project name (used when artifact is published).Ismael Juma2011-09-261-18/+26
| * | Upgrade compress-lzf to 0.8.4.Ismael Juma2011-09-261-1/+1
| * | Upgrade Jetty to 8.0.1.Ismael Juma2011-09-261-1/+1
| * | Use scalatest and scalacheck compiled against Scala 2.9.1.Ismael Juma2011-09-261-2/+2
| * | Use new layout for plugins definitions (recommended for SBT 0.11)Ismael Juma2011-09-262-0/+0
| * | Upgrade to SBT 0.11.0.Ismael Juma2011-09-264-13/+8
|/ /
* | Merge pull request #82 from ijuma/scala-2.9.1Matei Zaharia2011-08-313-4/+4
|\ \
| * | Upgrade to Scala 2.9.1.Ismael Juma2011-08-313-4/+4
|/ /
* | Added a jarOfObject method to get the JAR of the class that an objectMatei Zaharia2011-08-291-5/+7