aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Add `pyspark` script to replace the other scripts.Josh Rosen2013-01-012-7/+46
* Rename top-level 'pyspark' directory to 'python'Josh Rosen2013-01-011-4/+4
* Minor documentation and style fixes for PySpark.Josh Rosen2013-01-012-4/+7
* Merge remote-tracking branch 'origin/master' into python-apiJosh Rosen2012-12-297-31/+33
|\
| * Updated Kryo documentation for Kryo version update.Reynold Xin2012-12-211-14/+16
| * Use spark-env.sh to configure standalone master. See SPARK-638.Josh Rosen2012-12-141-1/+1
| * 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 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
| |/
* | Add documentation for Python API.Josh Rosen2012-12-285-6/+121
* | Add epydoc API documentation for PySpark.Josh Rosen2012-12-273-5/+30
|/
* 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
* 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
* Merge pull request #260 from andyk/update-docs-to-use-version-varsMatei Zaharia2012-10-099-21/+34
|\
| * Updating lots of docs to use the new special version number variables,Andy Konwinski2012-10-089-21/+34
* | Adding new download instructionsPatrick Wendell2012-10-081-1/+1
|/
* Updates README.md with instructions for running jekyll without buildingAndy Konwinski2012-10-081-1/+3
* Merge remote-tracking branch 'public-spark/dev' into add-version-vars-to-docsAndy Konwinski2012-10-082-2/+7
|\
| * Merge pull request #254 from pwendell/quickstart-fixMatei Zaharia2012-10-081-1/+1
| |\
| | * 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
| |/
* / Adds liquid variables to docs templating system so that they can be usedAndy Konwinski2012-10-0814-89/+95
|/
* 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
* Links quick start from nav barMatei Zaharia2012-10-051-0/+1
* Some additions to the Tuning Guide.Patrick Wendell2012-10-031-7/+12
* Merge pull request #236 from pwendell/quickstartMatei Zaharia2012-10-032-0/+243
|\
| * Responding to Matei's commentsPatrick Wendell2012-10-022-101/+57
| * A Spark "Quick Start" examplePatrick Wendell2012-10-013-0/+287
* | 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