aboutsummaryrefslogtreecommitdiff
path: root/core/lib
Commit message (Collapse)AuthorAgeFilesLines
* Removes the included mesos-0.9.0.jar and adds a libraryDependency toAndy Konwinski2012-10-031-0/+0
| | | | | | the build file so that mesos-0.9.0-incubating.jar (which contains the same class files, but has a silightly different name) will be pulled down from Maven Central instead.
* Use Mesos 0.9 RC3 JAR and protobuf 2.4.1Matei Zaharia2012-03-301-0/+0
|
* Fixes to work with the very latest Mesos 0.9 APIMatei Zaharia2012-03-291-0/+0
|
* Initial work to make Spark compile with Mesos 0.9 and Hadoop 1.0Matei Zaharia2012-03-172-0/+0
|
* Update Spark to work with the latest Mesos APIMatei Zaharia2011-10-301-0/+0
|
* New mesos.jarMatei Zaharia2011-08-101-0/+0
|
* Updated to newest Mesos API, which includes better memory accountingMatei Zaharia2011-08-011-0/+0
| | | | by specifying per-executor memory.
* Various improvements to Kryo serializer:Matei Zaharia2011-07-214-0/+0
| | | | | | | | | - Replaced modified Kryo version with the standard one augmented with the kryo-serializers package, which includes support for classes with no-arg constructors (that was why we had a modified Kryo before) - The kryo-serializers version also fixes issue #72. - Added a bunch of tests. - Serialize maps and a few other common types properly by default.
* Merge branch 'new-rdds-protobuf'Matei Zaharia2011-07-211-0/+0
|\ | | | | | | | | | | Conflicts: core/src/main/scala/spark/Executor.scala core/src/main/scala/spark/RDD.scala
| * Various fixesMatei Zaharia2011-05-292-0/+0
| |
| * Merge branch 'master' into new-rdds-protobufMatei Zaharia2011-05-29124-431114/+0
| |\ | |/ |/| | | | | Conflicts: run
| * Initial work on making stuff compile with protobuf Mesosroot2011-05-242-0/+0
| |
* | Move REPL classes to separate module.Ismael Juma2011-05-271-0/+0
| |
* | Delete liblzf from lib as it's no longer used.Ismael Juma2011-05-2720-11490/+0
| |
* | Remove several dependencies from git and configure them as SBT managed ↵Ismael Juma2011-05-27103-419624/+0
|/ | | | | | dependencies. Upgrade some of the dependencies while at it.
* Various minor fixesMatei Zaharia2011-05-191-0/+0
|
* Updated modified Kryo to use objenesisMatei Zaharia2011-03-082-0/+0
|
* Added pluggable serializers and Kryo serializationMatei Zaharia2011-03-0723-288/+0
|
* Removed old slf4j jars that came with HadoopMatei Zaharia2011-03-012-0/+0
|
* Updated Hadoop to 0.20.2 to include some bug fixesMatei Zaharia2011-03-01156-3286/+100443
|
* Merge branch 'master' into sbtMatei Zaharia2011-02-022-0/+11
| | | | | | | | | | Conflicts: Makefile core/src/main/java/spark/compress/lzf/LZF.java core/src/main/java/spark/compress/lzf/LZFInputStream.java core/src/main/java/spark/compress/lzf/LZFOutputStream.java core/src/main/native/spark_compress_lzf_LZF.c run
* Made examples and core subprojectsMatei Zaharia2011-02-01197-0/+334234