aboutsummaryrefslogtreecommitdiff
path: root/docs/quick-start.md
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge remote-tracking branch 'origin/master' into python-apiJosh Rosen2012-12-291-11/+11
| |\ | | | | | | | | | | | | Conflicts: docs/quick-start.md
| * | Add documentation for Python API.Josh Rosen2012-12-281-1/+39
| | |
* | | add repositories section to simple job pom.xmlMichael Heuer2013-01-111-0/+10
| |/ |/|
* | Adding multi-jar constructor in quickstartPatrick Wendell2012-11-271-2/+2
| |
* | Fix minor typos in quick start guide.Josh Rosen2012-10-231-9/+9
|/
* Adding dependency repos in quickstart examplePatrick Wendell2012-10-141-1/+5
|
* Removing reference to publish-local in the quickstartPatrick Wendell2012-10-091-11/+4
|
* Updates to documentation:Matei Zaharia2012-10-091-49/+45
| | | | | | | | - 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
* Updating lots of docs to use the new special version number variables,Andy Konwinski2012-10-081-5/+5
| | | | | also adding the version to the navbar so it is easy to tell which version of Spark these docs were compiled for.
* Merge remote-tracking branch 'public-spark/dev' into add-version-vars-to-docsAndy Konwinski2012-10-081-1/+1
|\ | | | | | | | | Conflicts: docs/quick-start.md
| * Removing one link in quickstartPatrick Wendell2012-10-081-1/+1
| |
* | Adds liquid variables to docs templating system so that they can be usedAndy Konwinski2012-10-081-7/+7
|/ | | | | | | | | 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.
* Responding to Matei's commentsPatrick Wendell2012-10-021-17/+57
|
* A Spark "Quick Start" examplePatrick Wendell2012-10-011-0/+199
This commit includes a quick start example that covers: 1) Basic usage of the Spark shell 2) A simple Spark job in Scala 3) A simple Spark job in Java