- Feb 19, 2014
-
-
CodingCat authored
https://spark-project.atlassian.net/browse/SPARK-1105 fix site scala version error Author: CodingCat <zhunansjtu@gmail.com> Closes #618 from CodingCat/doc_version and squashes the following commits: 39bb8aa [CodingCat] more fixes 65bedb0 [CodingCat] fix site scala version error in doc
-
- Jan 23, 2014
-
-
Josh Rosen authored
Also, replace the last reference to it in the docs. This fixes SPARK-1026.
-
- Jan 06, 2014
-
-
Holden Karau authored
-
- Jan 02, 2014
-
-
Prashant Sharma authored
-
Prashant Sharma authored
-
Prashant Sharma authored
-
- Dec 30, 2013
-
-
Matei Zaharia authored
-
- Dec 29, 2013
-
-
Reynold Xin authored
This reverts commit 79b20e4d, reversing changes made to 7375047d.
-
- Dec 28, 2013
-
-
Jyun-Fan Tsai authored
val => var
-
- Dec 18, 2013
-
-
fengdong authored
-
- Dec 17, 2013
-
-
fengdong authored
-
- Oct 23, 2013
-
-
Patrick Wendell authored
-
- Oct 22, 2013
-
-
Aaron Davidson authored
-
- Sep 08, 2013
-
-
Matei Zaharia authored
Also changed uses of "job" terminology to "application" when they referred to an entire Spark program, to avoid confusion.
-
- 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 30, 2013
-
-
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.
-
- Jun 22, 2013
-
-
Matei Zaharia authored
-
- May 15, 2013
-
-
Andrew Ash authored
-
- Feb 25, 2013
-
-
Matei Zaharia authored
Also warns if spark.cleaner.ttl is not set in the version where you pass your own SparkContext.
-
- Feb 06, 2013
-
-
Mark Hamstra authored
ordering, so the reduce function must also be commutative.
-
- Jan 23, 2013
-
-
Tathagata Das authored
Made StorageLevel constructor private, and added StorageLevels.create() to the Java API. Updates scala and java programming guides.
-
- Oct 26, 2012
-
-
Josh Rosen authored
-
- Oct 12, 2012
-
-
Matei Zaharia authored
-
- Oct 10, 2012
-
-
Patrick Wendell authored
-
- Oct 09, 2012
-
-
Matei Zaharia authored
- Edited quick start and tuning guide to simplify them a little - Simplified top menu bar - Made private a SparkContext constructor parameter that was left as public - Various small fixes
-
- Oct 08, 2012
-
-
Andy Konwinski authored
also adding the version to the navbar so it is easy to tell which version of Spark these docs were compiled for.
-
Andy Konwinski authored
throughout the docs: SPARK_VERSION, SCALA_VERSION, and MESOS_VERSION. To use them, e.g. use {{site.SPARK_VERSION}}. Also removes uses of {{HOME_PATH}} which were being resolved to "" by the templating system anyway.
-
- Sep 29, 2012
-
-
Reynold Xin authored
-
Josh Rosen authored
-
- Sep 27, 2012
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- Sep 26, 2012
-
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
Matei Zaharia authored
-
- Sep 25, 2012
-
-
Matei Zaharia authored
-
- Sep 16, 2012
-
-
Andy Konwinski authored
- Rework/expand the nav bar with more of the docs site - Removing parts of docs about EC2 and Mesos that differentiate between running 0.5 and before - Merged subheadings from running-on-amazon-ec2.html that are still relevant (i.e., "Using a newer version of Spark" and "Accessing Data in S3") into ec2-scripts.html and deleted running-on-amazon-ec2.html - Added some TODO comments to a few docs - Updated the blurb about AMP Camp - Renamed programming-guide to spark-programming-guide - Fixing typos/etc. in Standalone Spark doc
-