aboutsummaryrefslogtreecommitdiff
path: root/project
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into devMatei Zaharia2012-06-151-1/+1
|\
| * Changed version in master branch to 0.5.1-SNAPSHOT for furtherMatei Zaharia2012-06-131-1/+1
| | | | | | | | development.
| * Update version in SBTv0.5.0Matei Zaharia2012-06-121-1/+1
| |
* | Merge in engine improvements from the Spark Streaming project, developedMatei Zaharia2012-06-071-3/+7
|/ | | | | | jointly with Tathagata Das and Haoyuan Li. This commit imports the changes and ports them to Mesos 0.9, but does not yet pass unit tests due to various classes not supporting a graceful stop() yet.
* Use Mesos 0.9 RC3 JAR and protobuf 2.4.1Matei Zaharia2012-03-301-1/+1
|
* Merge branch 'master' into mesos-0.9Matei Zaharia2012-03-291-3/+1
|\
| * Remove dependency on AkkaMatei Zaharia2012-03-291-2/+0
| |
| * Added sbt-assembly for spark-repl project so we can generate anReynold Xin2012-03-221-1/+1
| | | | | | | | assembled jar for Shark.
* | Initial work to make Spark compile with Mesos 0.9 and Hadoop 1.0Matei Zaharia2012-03-171-2/+6
|/
* Add dependency on fastutil and update GuavaMatei Zaharia2012-02-061-2/+3
|
* Add dependency on Akka and NettyMatei Zaharia2011-12-151-1/+8
|
* Really upgrade to SBT 0.11.1 (through build.properties and plugin changes)Matei Zaharia2011-11-083-4/+5
|
* Switched Jetty to version 7.5 because 8.0 was causing a conflict with the ↵root2011-10-171-1/+1
| | | | log4j and Jetty libraries in Hadoop.
* 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
|
* 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-262-13/+8
|
* Upgrade to Scala 2.9.1.Ismael Juma2011-08-311-1/+1
| | | | | | | | | Interestingly, the version in Maven is 2.9.1, but SBT outputs file to the 2.9.1.final directory inside target. A couple of small changes in SparkIMain were also required. All tests pass and ./spark-shell launches successfully.
* 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
|
* Fix issue #69: Enable -optimize in the buildIsmael Juma2011-08-021-1/+1
|
* Add note about why we can't enable -deprecation switch.Ismael Juma2011-08-021-1/+1
|
* Merge branch 'scala-2.9'Matei Zaharia2011-08-012-2/+3
|\
| * Add publishTo configuration that publishes to target directory.Ismael Juma2011-07-311-0/+1
| | | | | | | | | | Until Spark is available in a Maven repository, this makes it easy to deploy to e.g. GitHub pages by copying target/maven to the repository.
| * Add type annotation to result of depJarSettings to workaround scalac bug.Ismael Juma2011-07-311-2/+2
| |
* | Merge branch 'scala-2.9'Matei Zaharia2011-08-017-126/+182
|\| | | | | | | | | Conflicts: project/build/SparkProject.scala
| * Add and configure junit_xml_listener as a replacement for XmlTestReport.Ismael Juma2011-07-212-25/+8
| |
| * Introduce DepJarPlugin based on AssemblyPlugin and use it in SparkBuild.Ismael Juma2011-07-183-36/+116
| |
| * Update sbt-idea to non-snapshot version and uncomment sbt-assembly dependency.Ismael Juma2011-07-181-5/+4
| |
| * Update test dependencies.Ismael Juma2011-07-181-2/+2
| |
| * Fix copy & paste error in version.Ismael Juma2011-07-181-1/+1
| |
| * Initial work on converting build to SBT 0.10.1Ismael Juma2011-07-155-124/+118
| |
| * Merge branch 'master' into scala-2.9Matei Zaharia2011-07-141-1/+1
| |\ | | | | | | | | | | | | | | | Conflicts: project/build.properties repl/src/main/scala/spark/repl/SparkInterpreterLoop.scala
| * \ Merge branch 'master' into scala-2.90.3-scala-2.9Matei Zaharia2011-07-141-1/+1
| |\ \ | | | | | | | | | | | | | | | | Conflicts: project/build.properties
| * \ \ Merge remote-tracking branch 'origin/master' into scala-2.9Matei Zaharia2011-06-071-1/+1
| |\ \ \
| * | | | Upgrade to scalacheck 1.9.Ismael Juma2011-05-311-1/+1
| | | | |
| * | | | Merge branch 'master' into scala-2.9Matei Zaharia2011-05-311-10/+6
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: project/build/SparkProject.scala
| * | | | | Various work to use the 2.9 interpreterMatei Zaharia2011-05-311-1/+1
| | | | | |
| * | | | | Update to Scala 2.9.0-1 and disable repl module for now.Ismael Juma2011-05-272-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | The repl module requires more complex work.
* | | | | | Various improvements to Kryo serializer:Matei Zaharia2011-07-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/spark/Executor.scala core/src/main/scala/spark/RDD.scala
| * | | | | Various fixesMatei Zaharia2011-05-291-0/+1
| | |/ / / | |/| | |
* | | | | Update version number to 0.4-SNAPSHOTMatei Zaharia2011-07-141-1/+1
| |_|_|/ |/| | |
* | | | Change version to 0.30.3-scala-2.8Matei Zaharia2011-07-141-1/+1
| | | |
* | | | Simplified parallel shuffle fetcher to use URLConnectionMatei Zaharia2011-07-111-1/+0
| | | |
* | | | Added parallel shuffle fetcherMatei Zaharia2011-07-091-2/+1
| |_|/ |/| |