aboutsummaryrefslogtreecommitdiff
path: root/project/SparkBuild.scala
Commit message (Expand)AuthorAgeFilesLines
* merged dev branchDenny2012-08-021-55/+4
|\
| * Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-08-021-55/+3
| |\
| | * Use sbt mergeStrategy for reference.conf files.Josh Rosen2012-08-021-55/+3
| * | Mostly stlyistic changes.Denny2012-08-021-1/+1
| * | merge dev branchDenny2012-08-011-2/+55
| |\|
| * | Spark WebUI Implementation.Denny2012-08-011-1/+2
* | | Spark standalone mode cluster scripts.Denny2012-08-011-1/+0
| |/ |/|
* | Fix Akka configuration in assembly jar.Josh Rosen2012-07-301-2/+55
|/
* Add Java APIJosh Rosen2012-07-181-1/+2
* Initial framework to get a master and web UI up.Matei Zaharia2012-06-301-2/+5
* Scalacheck groupId has changed https://github.com/rickynils/scalacheck/issues...rrmckinley2012-06-291-1/+1
* Upgraded to Akka 2 and fixed test execution (which was still parallelMatei Zaharia2012-06-281-4/+4
* Fixed issues duplicate class issues in sbt assembly.Tathagata Das2012-06-221-2/+10
* Update version number for dev branchMatei Zaharia2012-06-151-1/+1
* 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
| * 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
|/
* 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
* | 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-081-2/+3
* Switched Jetty to version 7.5 because 8.0 was causing a conflict with the log...root2011-10-171-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
* Upgrade to Scala 2.9.1.Ismael Juma2011-08-311-1/+1
* 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-291-4/+4
* 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-011-0/+1
|\
| * Add publishTo configuration that publishes to target directory.Ismael Juma2011-07-311-0/+1
* | Merge branch 'scala-2.9'Matei Zaharia2011-08-011-1/+3
|/
* Add and configure junit_xml_listener as a replacement for XmlTestReport.Ismael Juma2011-07-211-25/+1
* Introduce DepJarPlugin based on AssemblyPlugin and use it in SparkBuild.Ismael Juma2011-07-181-34/+8
* 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-151-0/+101