aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
Commit message (Collapse)AuthorAgeFilesLines
* Some tweaks to docsMatei Zaharia2013-02-261-0/+7
|
* Change spark.cleaner.delay to spark.cleaner.ttl. Updated docs.Tathagata Das2013-02-231-3/+3
|
* Use a separate memory setting for standalone cluster daemonsMatei Zaharia2013-02-101-1/+9
| | | | | Conflicts: docs/_config.yml
* Replace old 'master' term with 'driver'.Stephen Haberman2013-01-251-6/+6
|
* Add more Akka settings to docsMatei Zaharia2013-01-211-0/+16
|
* Updated Streaming Programming Guide.Tathagata Das2013-01-011-0/+11
|
* tweaksMatei Zaharia2012-10-131-7/+7
|
* Document how to configure SPARK_MEM & co on a per-job basisMatei Zaharia2012-10-131-7/+19
|
* Adds liquid variables to docs templating system so that they can be usedAndy Konwinski2012-10-081-8/+8
| | | | | | | | | 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.
* Made compression configurable separately for shuffle, broadcast and RDDsMatei Zaharia2012-10-071-14/+27
|
* Modified shuffle to limit the maximum outstanding data size in bytes,Matei Zaharia2012-10-061-3/+5
| | | | | | instead of the maximum number of outstanding fetches. This should make it faster when there are many small map output files, as well as more robust to overallocating memory on large map outputs.
* Some bug fixes and logging fixes for broadcast.Matei Zaharia2012-10-011-1/+2
|
* Added an option to compress blocks in the block storeMatei Zaharia2012-09-271-0/+17
|
* Minor doc fixesMatei Zaharia2012-09-261-1/+1
|
* Updates to standalone cluster, web UI and deploy docs.Matei Zaharia2012-09-261-4/+4
|
* More updates to docs, including tuning guideMatei Zaharia2012-09-261-7/+167
|
* - Add docs/api to .gitignoreAndy Konwinski2012-09-161-2/+0
| | | | | | | | | | | | | - 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
* Fixing lots of broken links.Andy Konwinski2012-09-121-2/+2
|
* Adding docs directory containing documentation currently on the wikiAndy Konwinski2012-09-121-0/+24
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`.