aboutsummaryrefslogtreecommitdiff
path: root/project/build.properties
Commit message (Collapse)AuthorAgeFilesLines
* [SPARK-959] Updated SBT from 0.13.1 to 0.13.2Cheng Lian2014-04-161-1/+1
| | | | | | | | | | | | JIRA issue: [SPARK-959](https://spark-project.atlassian.net/browse/SPARK-959) SBT 0.13.2 has been officially released. This version updated Ivy 2.0 to Ivy 2.3, which fixes [IVY-899](https://issues.apache.org/jira/browse/IVY-899). This PR also removed previous workaround. Author: Cheng Lian <lian.cs.zju@gmail.com> Closes #426 from liancheng/updateSbt and squashes the following commits: 95e3dc8 [Cheng Lian] Updated SBT from 0.13.1 to 0.13.2 to fix SPARK-959
* Merge pull request #557 from ScrapCodes/style. Closes #557.Patrick Wendell2014-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | SPARK-1058, Fix Style Errors and Add Scala Style to Spark Build. Author: Patrick Wendell <pwendell@gmail.com> Author: Prashant Sharma <scrapcodes@gmail.com> == Merge branch commits == commit 1a8bd1c059b842cb95cc246aaea74a79fec684f4 Author: Prashant Sharma <scrapcodes@gmail.com> Date: Sun Feb 9 17:39:07 2014 +0530 scala style fixes commit f91709887a8e0b608c5c2b282db19b8a44d53a43 Author: Patrick Wendell <pwendell@gmail.com> Date: Fri Jan 24 11:22:53 2014 -0800 Adding scalastyle snapshot
* Use awk to extract the versionHolden Karau2014-01-061-3/+0
|
* CR feedback (sbt -> sbt/sbt and correct JAR path in script) :)Holden Karau2014-01-051-1/+1
|
* Add a script to download sbt if not present on the systemHolden Karau2014-01-041-0/+2
|
* Change build and run instructions to use assembliesMatei Zaharia2013-08-291-1/+1
| | | | | | | | | | | | | | | | This commit makes Spark invocation saner by using an assembly JAR to find all of Spark's dependencies instead of adding all the JARs in lib_managed. It also packages the examples into an assembly and uses that as SPARK_EXAMPLES_JAR. Finally, it replaces the old "run" script with two better-named scripts: "run-examples" for examples, and "spark-class" for Spark internal classes (e.g. REPL, master, etc). This is also designed to minimize the confusion people have in trying to use "run" to run their own classes; it's not meant to do that, but now at least if they look at it, they can modify run-examples to do a decent job for them. As part of this, Bagel's examples are also now properly moved to the examples package instead of bagel.
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
|
* Fix tests from different projects running in parallel in SBT 0.12Matei Zaharia2013-04-111-1/+1
|
* upgraded sbt version, sbt plugins and some library dependencies to latest ↵kalpit2013-03-261-1/+1
| | | | stable version
* Update SBT and SBT-Eclipse versionMatei Zaharia2012-06-171-1/+1
|
* Really upgrade to SBT 0.11.1 (through build.properties and plugin changes)Matei Zaharia2011-11-081-1/+1
|
* Upgrade to SBT 0.11.0.Ismael Juma2011-09-261-1/+1
|
* Initial work on converting build to SBT 0.10.1Ismael Juma2011-07-151-8/+1
|
* Merge branch 'master' into scala-2.9Matei Zaharia2011-07-141-1/+1
|\ | | | | | | | | | | Conflicts: project/build.properties repl/src/main/scala/spark/repl/SparkInterpreterLoop.scala
| * Update version number to 0.4-SNAPSHOTMatei Zaharia2011-07-141-1/+1
| |
* | Merge branch 'master' into scala-2.90.3-scala-2.9Matei Zaharia2011-07-141-1/+1
|\| | | | | | | | | Conflicts: project/build.properties
| * Change version to 0.30.3-scala-2.8Matei Zaharia2011-07-141-1/+1
| |
* | Update to Scala 2.9.0-1 and disable repl module for now.Ismael Juma2011-05-271-1/+1
|/ | | | The repl module requires more complex work.
* Update sbt to 0.7.7.Ismael Juma2011-05-271-1/+1
|
* Change project.organization to org.spark-project to fit Maven convention.Ismael Juma2011-05-271-2/+2
|
* Set project.version to 0.3-SNAPSHOT.Ismael Juma2011-05-271-1/+1
|
* Upgraded to SBT 0.7.5Matei Zaharia2011-05-091-1/+1
|
* Initial work to get Spark compiling with SBT 0.7.5 RC0Matei Zaharia2010-11-131-0/+8