aboutsummaryrefslogtreecommitdiff
path: root/docs/quick-start.md
Commit message (Collapse)AuthorAgeFilesLines
...
* 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