Skip to content
Snippets Groups Projects
  1. May 09, 2014
    • Patrick Wendell's avatar
      SPARK-1565 (Addendum): Replace `run-example` with `spark-submit`. · 06b15baa
      Patrick Wendell authored
      Gives a nicely formatted message to the user when `run-example` is run to
      tell them to use `spark-submit`.
      
      Author: Patrick Wendell <pwendell@gmail.com>
      
      Closes #704 from pwendell/examples and squashes the following commits:
      
      1996ee8 [Patrick Wendell] Feedback form Andrew
      3eb7803 [Patrick Wendell] Suggestions from TD
      2474668 [Patrick Wendell] SPARK-1565 (Addendum): Replace `run-example` with `spark-submit`.
      06b15baa
  2. Apr 19, 2014
    • Reynold Xin's avatar
      README update · 28238c81
      Reynold Xin authored
      Author: Reynold Xin <rxin@apache.org>
      
      Closes #443 from rxin/readme and squashes the following commits:
      
      16853de [Reynold Xin] Updated SBT and Scala instructions.
      3ac3ceb [Reynold Xin] README update
      28238c81
  3. Feb 26, 2014
  4. Jan 09, 2014
  5. Jan 08, 2014
  6. Jan 06, 2014
  7. Jan 04, 2014
  8. Jan 03, 2014
  9. Jan 02, 2014
  10. Dec 16, 2013
  11. Dec 10, 2013
  12. Dec 06, 2013
  13. Nov 11, 2013
    • Joey's avatar
      Update README.md · 143c01db
      Joey authored
      Changing image references to master branch.
      143c01db
  14. Nov 02, 2013
  15. Oct 29, 2013
  16. Sep 02, 2013
  17. Sep 01, 2013
  18. Aug 31, 2013
  19. Aug 30, 2013
  20. Aug 29, 2013
    • Matei Zaharia's avatar
      2de756ff
    • 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
  21. Aug 21, 2013
  22. Jul 16, 2013
  23. Jul 11, 2013
  24. Apr 29, 2013
  25. Mar 26, 2013
  26. Mar 17, 2013
  27. Oct 20, 2012
  28. Oct 14, 2012
Loading