aboutsummaryrefslogtreecommitdiff
path: root/docs/ec2-scripts.md
Commit message (Collapse)AuthorAgeFilesLines
* More fair scheduler docs and property names.Matei Zaharia2013-09-081-4/+4
| | | | | Also changed uses of "job" terminology to "application" when they referred to an entire Spark program, to avoid confusion.
* Version bump for ec2 docsPatrick Wendell2013-08-241-1/+1
|
* Merge branch 'master' into ec2-updatesPatrick Wendell2013-07-311-3/+2
|\ | | | | | | | | Conflicts: ec2/deploy.generic/root/mesos-ec2/ec2-variables.sh
| * Made use of spark.executor.memory setting consistent and documented itMatei Zaharia2013-06-301-3/+2
| | | | | | | | | | | | Conflicts: core/src/main/scala/spark/SparkContext.scala
* | Updating relevant documentationPatrick Wendell2013-07-311-18/+14
|/
* Some tweaks to docsMatei Zaharia2013-02-261-7/+10
|
* Changes based on Matei's commentPatrick Wendell2013-01-201-2/+3
|
* Clarifying log directory in EC2 guidePatrick Wendell2013-01-191-1/+2
|
* 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-7/+6
|
* More updates to docs, including tuning guideMatei Zaharia2012-09-261-0/+10
|
* - Add docs/api to .gitignoreAndy Konwinski2012-09-161-15/+19
| | | | | | | | | | | | | - 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
* Adds ec2-scripts.md back (it was mistakenly removed earlier due toAndy Konwinski2012-09-121-0/+146
| | | | git weirdness).
* Small tweaks to generated doc pagesMatei Zaharia2012-09-121-146/+0
|
* Fixing a hanging sentence in docs/ec2-scripts.mdAndy Konwinski2012-09-121-1/+1
|
* Fixing lots of broken links.Andy Konwinski2012-09-121-7/+7
|
* Updated base README to point to documentation site instead of wiki, updatedAndy Konwinski2012-09-121-0/+146
docs/README.md to describe use of Jekyll, and renmaed things to make them more consistent with the lower-case-with-hyphens convention.