aboutsummaryrefslogtreecommitdiff
path: root/docs/bagel-programming-guide.md
Commit message (Collapse)AuthorAgeFilesLines
* run-example -> bin/run-examplePrashant Sharma2014-01-021-2/+2
|
* Various broken links in documentationPatrick Wendell2013-12-071-1/+1
|
* Some doc improvementsMatei Zaharia2013-09-021-1/+1
| | | | | - List higher-level projects that run on Spark - Tweak CSS
* More fixesMatei Zaharia2013-09-011-14/+13
|
* Fix more URLs in docsMatei Zaharia2013-09-011-2/+6
|
* Update docs for new packageMatei Zaharia2013-09-011-3/+3
|
* Change build and run instructions to use assembliesMatei Zaharia2013-08-291-1/+1
| | | | | | | | | | | | | | | | 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.
* Some doc fixes, including showing version number in nav bar againMatei Zaharia2012-10-131-1/+1
|
* Updating Bagel build instructionsPatrick Wendell2012-10-091-2/+3
|
* Adds liquid variables to docs templating system so that they can be usedAndy Konwinski2012-10-081-1/+1
| | | | | | | | | 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.
* Add Java Programming Guide; fix broken doc links.Josh Rosen2012-09-161-1/+1
|
* Making the link to api scaladocs work and migrating other code snippetsAndy Konwinski2012-09-121-73/+90
| | | | to use pygments syntax highlighting.
* Remove title from content in BagelMatei Zaharia2012-09-121-1/+0
|
* Fixing lots of broken links.Andy Konwinski2012-09-121-1/+1
|
* Adding docs directory containing documentation currently on the wikiAndy Konwinski2012-09-121-0/+144
which can be compiled via jekyll, using the command `jekyll`. To compile and run a local webserver to serve the doc as a website, run `jekyll --server`.