aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Adding multi-jar constructor in quickstartPatrick Wendell2012-11-271-2/+2
|
* Doc fixMatei Zaharia2012-11-161-1/+1
|
* Merge pull request #294 from JoshRosen/docs/quickstartMatei Zaharia2012-10-272-10/+10
|\ | | | | Fix minor typos in quickstart and Scala programming guides
| * Fix Spark groupId in Scala Programming Guide.Josh Rosen2012-10-261-1/+1
| |
| * Fix minor typos in quick start guide.Josh Rosen2012-10-231-9/+9
| |
* | Bump up version to 0.7.0-SNAPSHOT for master branchMatei Zaharia2012-10-221-2/+2
| |
* | Update version to 0.6.1-SNAPSHOT to show this is in developmentMatei Zaharia2012-10-221-2/+2
| |
* | Fix a path in the web UIMatei Zaharia2012-10-201-1/+1
|/
* Adding dependency repos in quickstart examplePatrick Wendell2012-10-141-1/+5
|
* Some doc fixes, including showing version number in nav bar againMatei Zaharia2012-10-135-10/+22
|
* tweaksMatei Zaharia2012-10-131-7/+7
|
* Document how to configure SPARK_MEM & co on a per-job basisMatei Zaharia2012-10-131-7/+19
|
* Some doc and usability improvements:Matei Zaharia2012-10-121-0/+5
| | | | | | | - Added a StorageLevels class for easy access to StorageLevel constants in Java - Added doc comments on Function classes in Java - Updated Accumulator and HadoopWriter docs slightly
* Merge branch 'dev' of github.com:mesos/spark into devMatei Zaharia2012-10-125-18/+18
|\
| * Updating Bagel build instructionsPatrick Wendell2012-10-091-2/+3
| |
| * Updating programming guide with new link instructionsPatrick Wendell2012-10-091-1/+7
| |
| * Removing reference to publish-local in the quickstartPatrick Wendell2012-10-091-11/+4
| |
| * Fixing YARN instructionsPatrick Wendell2012-10-091-3/+3
| |
| * Adding SNAPSHOT to Spark version in doc configPatrick Wendell2012-10-091-1/+1
| |
* | TweakMatei Zaharia2012-10-122-2/+2
|/
* Updates to documentation:Matei Zaharia2012-10-097-110/+123
| | | | | | | | - Edited quick start and tuning guide to simplify them a little - Simplified top menu bar - Made private a SparkContext constructor parameter that was left as public - Various small fixes
* Merge pull request #260 from andyk/update-docs-to-use-version-varsMatei Zaharia2012-10-099-21/+34
|\ | | | | Updates docs to use the new version num vars and adds Spark version in nav bar
| * Updating lots of docs to use the new special version number variables,Andy Konwinski2012-10-089-21/+34
| | | | | | | | | | also adding the version to the navbar so it is easy to tell which version of Spark these docs were compiled for.
* | Adding new download instructionsPatrick Wendell2012-10-081-1/+1
|/
* Updates README.md with instructions for running jekyll without buildingAndy Konwinski2012-10-081-1/+3
| | | | scaladoc (i.e. run `SKIP_SCALADOC=1 jekyll`).
* Merge remote-tracking branch 'public-spark/dev' into add-version-vars-to-docsAndy Konwinski2012-10-082-2/+7
|\ | | | | | | | | Conflicts: docs/quick-start.md
| * Merge pull request #254 from pwendell/quickstart-fixMatei Zaharia2012-10-081-1/+1
| |\ | | | | | | Removing one link in quickstart
| | * Removing one link in quickstartPatrick Wendell2012-10-081-1/+1
| | |
| * | Fixes the small gap above the nav menu dropdown boxes and the hoverableAndy Konwinski2012-10-081-1/+6
| |/ | | | | | | | | menu items that was causing the dropdowns to go away when the user moved their mouse down towards them.
* / Adds liquid variables to docs templating system so that they can be usedAndy Konwinski2012-10-0814-89/+95
|/ | | | | | | | | 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.
* Links quick start from nav barMatei Zaharia2012-10-051-0/+1
|
* Some additions to the Tuning Guide.Patrick Wendell2012-10-031-7/+12
| | | | | | | | 1. Slight change in organization 2. Added pre-requisites 3. Made a new section about determining memory footprint of an RDD 4. Other small changes
* Merge pull request #236 from pwendell/quickstartMatei Zaharia2012-10-032-0/+243
|\ | | | | A Spark "Quick Start" example
| * Responding to Matei's commentsPatrick Wendell2012-10-022-101/+57
| |
| * A Spark "Quick Start" examplePatrick Wendell2012-10-013-0/+287
| | | | | | | | | | | | | | 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
* | First cut at adding documentation for GC tuningShivaram Venkataraman2012-10-021-5/+63
|/
* Some bug fixes and logging fixes for broadcast.Matei Zaharia2012-10-011-1/+2
|
* Added mapPartitionsWithSplit to the programming guide.Reynold Xin2012-09-291-0/+6
|
* Allow controlling number of splits in distinct().Josh Rosen2012-09-281-0/+4
|
* Added an option to compress blocks in the block storeMatei Zaharia2012-09-271-0/+17
|
* Renamed storage levels to something cleaner; fixes #223.Matei Zaharia2012-09-271-12/+12
|
* Minor typosMatei Zaharia2012-09-262-3/+3
|
* Minor doc fixesMatei Zaharia2012-09-262-2/+5
|
* Updates to standalone cluster, web UI and deploy docs.Matei Zaharia2012-09-268-90/+185
|
* More updates to docs, including tuning guideMatei Zaharia2012-09-267-43/+388
|
* Doc tweaksMatei Zaharia2012-09-261-2/+2
|
* Doc fixesMatei Zaharia2012-09-253-15/+19
|