- Dec 10, 2013
-
-
Prashant Sharma authored
-
- Dec 07, 2013
-
-
Prashant Sharma authored
Incorporated Patrick's feedback comment on #211 and made maven build/dep-resolution atleast a bit faster.
-
- Oct 06, 2013
-
-
Patrick Wendell authored
-
- Sep 26, 2013
-
-
Prashant Sharma authored
-
- Sep 24, 2013
-
-
Patrick Wendell authored
-
- Sep 01, 2013
-
-
Matei Zaharia authored
* RDD, *RDDFunctions -> org.apache.spark.rdd * Utils, ClosureCleaner, SizeEstimator -> org.apache.spark.util * JavaSerializer, KryoSerializer -> org.apache.spark.serializer
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- Aug 29, 2013
-
-
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.
-
- Aug 18, 2013
-
-
Jey Kottalam authored
-
- Aug 16, 2013
-
-
Jey Kottalam authored
-
Jey Kottalam authored
-
Jey Kottalam authored
-
Jey Kottalam authored
-
- Jul 16, 2013
-
-
Matei Zaharia authored
-
- Apr 28, 2013
-
-
Mridul Muralidharan authored
-
- Apr 08, 2013
-
-
Matei Zaharia authored
superstep value upon recomputation, and set the default storage level in Bagel to MEMORY_AND_DISK
-
- Apr 07, 2013
-
-
Mridul Muralidharan authored
-
- Mar 28, 2013
-
-
Jey Kottalam authored
-
- Mar 15, 2013
-
-
Mikhail Bautin authored
Also rename parent project to spark-parent (otherwise it shows up as "parent" in IntelliJ, which is very confusing).
-
- Mar 11, 2013
-
-
Nick Pentreath authored
-
- Mar 09, 2013
-
-
Nick Pentreath authored
-
Nick Pentreath authored
-
- Mar 01, 2013
-
-
Mark Hamstra authored
-
- Feb 18, 2013
-
-
Matei Zaharia authored
-
- Feb 11, 2013
-
-
Matei Zaharia authored
-
Matei Zaharia authored
to lack of memoization
-
- Jan 31, 2013
-
-
Mikhail Bautin authored
See the discussion at https://github.com/mesos/spark/pull/355 for why default profile activation is a problem.
-
- Jan 25, 2013
-
-
Stephen Haberman authored
-
- Jan 12, 2013
-
-
Shivaram Venkataraman authored
-
- Jan 11, 2013
-
-
Shivaram Venkataraman authored
-
- Jan 08, 2013
-
-
Shivaram Venkataraman authored
by using -Dhadoop -Phadoop2.
-
- Jan 07, 2013
-
-
Shivaram Venkataraman authored
-
Tathagata Das authored
-
- Dec 10, 2012
-
-
Thomas Dudziak authored
-
Matei Zaharia authored
This will make it easier to make the "run" script work with a Maven build
-
- Nov 27, 2012
-
-
Thomas Dudziak authored
-
Thomas Dudziak authored
-
- Nov 20, 2012
-
-
Thomas Dudziak authored
-
- Oct 13, 2012
-
-
Matei Zaharia authored
-