aboutsummaryrefslogtreecommitdiff
path: root/docs/spark-standalone.md
Commit message (Collapse)AuthorAgeFilesLines
...
* CR feedback from MateiEvan Chan2013-09-071-4/+1
|
* Add references to make-distribution.shEvan Chan2013-09-061-0/+11
|
* "launch" scripts is more accurate terminologyEvan Chan2013-09-061-2/+2
|
* Easier way to start the masterEvan Chan2013-09-061-1/+1
|
* Add notes about starting spark-shellEvan Chan2013-09-061-1/+5
|
* Run script fixes for Windows after package & assembly changeMatei Zaharia2013-09-011-2/+2
|
* More updates, describing changes to recommended use of environment varsMatei Zaharia2013-08-311-27/+25
| | | | and new Python stuff
* Change build and run instructions to use assembliesMatei Zaharia2013-08-291-2/+2
| | | | | | | | | | | | | | | | 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.
* Update spark-standalone.mdAndrew Ash2013-08-071-1/+1
|
* Use a separate memory setting for standalone cluster daemonsMatei Zaharia2013-02-101-0/+8
| | | | | Conflicts: docs/_config.yml
* Clarify the documentation on env variables for standalone modeMatei Zaharia2013-01-211-22/+21
|
* Use spark-env.sh to configure standalone master. See SPARK-638.Josh Rosen2012-12-141-1/+1
| | | | Also fixed a typo in the standalone mode documentation.
* Adds liquid variables to docs templating system so that they can be usedAndy Konwinski2012-10-081-2/+2
| | | | | | | | | 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.
* Updates to standalone cluster, web UI and deploy docs.Matei Zaharia2012-09-261-64/+130
|
* More updates to documentationMatei Zaharia2012-09-251-2/+2
|
* - Add docs/api to .gitignoreAndy Konwinski2012-09-161-7/+13
| | | | | | | | | | | | | - 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
* Added standalone and YARN docs. Merged standalone cluster into standalone docDenny2012-09-131-0/+80