aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Removed a debugging lineMatei Zaharia2011-08-291-1/+0
* | Added a convenience method for getting the JAR file that loaded a classMatei Zaharia2011-08-291-0/+18
* | Only include JAR files in lib in the unmanaged classpath.Matei Zaharia2011-08-291-1/+1
* | Use the new SBT 0.10 assembly plugin instead of the DepJar code we had.Matei Zaharia2011-08-293-112/+6
|/
* Made a log message slightly less uglyMatei Zaharia2011-08-271-1/+1
* New mesos.jarMatei Zaharia2011-08-101-0/+0
* Minor fix: can use >= when checking memoryMatei Zaharia2011-08-021-1/+1
* Merge pull request #77 from ijuma/issue69Matei Zaharia2011-08-021-1/+1
|\
| * Fix issue #69: Enable -optimize in the buildIsmael Juma2011-08-021-1/+1
* | Merge pull request #76 from ijuma/deprecations-scala-2.9Matei Zaharia2011-08-0235-100/+68
|\|
| * Add note about why we can't enable -deprecation switch.Ismael Juma2011-08-021-1/+1
| * Use process instead of main as the latter is deprecated.Ismael Juma2011-08-021-1/+1