Skip to content
Snippets Groups Projects
  1. Nov 12, 2013
  2. Aug 29, 2013
    • Matei Zaharia's avatar
      Change build and run instructions to use assemblies · 53cd50c0
      Matei Zaharia authored
      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.
      53cd50c0
  3. Aug 23, 2013
  4. Jun 22, 2013
  5. Jun 20, 2013
  6. Jun 17, 2013
  7. Jun 15, 2013
  8. Apr 10, 2013
  9. Apr 04, 2013
  10. Mar 26, 2013
  11. Mar 17, 2013
  12. Jan 14, 2013
    • folone's avatar
      Moved to scala 2.10.0. Notable changes are: · 25c0739b
      folone authored
      - akka  2.0.3  → 2.1.0
      - spray 1.0-M1 → 1.1-M7
      For now the repl subproject is commented out, as scala reflection api changed very much since the introduction of macros.
      25c0739b
  13. Oct 14, 2012
  14. Oct 13, 2012
  15. Oct 11, 2012
  16. Oct 10, 2012
    • Patrick Wendell's avatar
      Adding code for publishing to Sonatype. · 3ed172ea
      Patrick Wendell authored
      By default - I'm leaving this commented out. This is because
      there is a bug in the PGP signing plugin which causes it to active
      even duing a publish-local. So we'll just uncomment when we decide
      to publish.
      3ed172ea
  17. Oct 07, 2012
    • Patrick Wendell's avatar
      Adding Sonatype releases to SBT. · 14719b93
      Patrick Wendell authored
      This does a few things to get this branch ready for release:
      
      1. Upgrades the sbt and Scala version
      2. Sets the release number to 0.5.1
      3. Adds the Sonatype publishing target
      4. Installs the PGP signing plugin
      5. Removes the Mesos jar dependency
      14719b93
  18. Aug 01, 2012
  19. Jun 29, 2012
  20. Jun 17, 2012
  21. Nov 08, 2011
  22. Sep 27, 2011
  23. Sep 26, 2011
  24. Aug 29, 2011
  25. Jul 18, 2011
  26. Jul 17, 2011
  27. Jul 14, 2011
Loading