aboutsummaryrefslogtreecommitdiff
path: root/docs/python-programming-guide.md
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1566] consolidate programming guide, and general doc updatesMatei Zaharia2014-05-301-166/+2
* [SPARK-1824] Remove <master> from Python examplesAndrew Or2014-05-161-15/+17
* Add language tabs and Python version to interactive part of quick-startMatei Zaharia2014-05-141-1/+1
* [SPARK-1753 / 1773 / 1814] Update outdated docs for spark-submit, YARN, stand...Andrew Or2014-05-121-1/+1
* fix broken in link in python docsAndy Konwinski2014-05-101-1/+1
* SPARK-1637: Clean up examples for 1.0Sandeep2014-05-061-2/+2
* [SPARK-1549] Add Python support to spark-submitMatei Zaharia2014-05-061-14/+14
* SPARK-1004. PySpark on YARNSandy Ryza2014-04-291-0/+3
* [SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and JavadocsMatei Zaharia2014-04-211-2/+2
* SPARK-1426: Make MLlib work with NumPy versions older than 1.7Sandeep2014-04-151-3/+3
* SPARK-1099: Introduce local[*] mode to infer number of coresAaron Davidson2014-04-071-3/+4
* SPARK-1421. Make MLlib work on Python 2.6Matei Zaharia2014-04-051-1/+1
* SPARK-1183. Don't use "worker" to mean executorSandy Ryza2014-03-131-3/+3
* Updated link for pyspark examples in docsJyotiska NK2014-02-261-1/+1
* Clarify that Python 2.7 is only needed for MLlibMatei Zaharia2014-01-151-2/+2
* Update Python required version to 2.7, and mention MLlib supportMatei Zaharia2014-01-121-1/+7
* Simplify and fix pyspark script.Patrick Wendell2014-01-071-2/+3
* Code review feedbackHolden Karau2014-01-051-1/+1
* Merge remote-tracking branch 'apache-github/master' into remove-binariesPatrick Wendell2014-01-031-14/+14
|\
| * pyspark -> bin/pysparkPrashant Sharma2014-01-021-14/+14
* | Merge branch 'master' into spark-1002-remove-jarsPrashant Sharma2014-01-031-7/+8
|\|
| * Updated docs for SparkConf and handled review commentsMatei Zaharia2013-12-301-7/+8
* | Removed sbt folder and changed docs accordinglyPrashant Sharma2014-01-021-1/+1
|/
* Add notes to python documentation about using SparkContext.setSystemProperty.Ewen Cheslack-Postava2013-10-221-0/+11
* Fix PySpark docs and an overly long line of code after fdbae41eMatei Zaharia2013-10-091-1/+1
* Update Python API featuresMatei Zaharia2013-09-101-1/+1
* More fair scheduler docs and property names.Matei Zaharia2013-09-081-6/+6
* Doc improvementsMatei Zaharia2013-09-011-18/+18
* Fix more URLs in docsMatei Zaharia2013-09-011-2/+5
* More updates, describing changes to recommended use of environment varsMatei Zaharia2013-08-311-2/+2
* Update some build instructions because only sbt assembly and mvn packageMatei Zaharia2013-08-291-1/+1
* Add docs about ipythonMatei Zaharia2013-07-291-3/+31
* Clarify that PySpark is not supported on Windowsroot2013-07-011-3/+2
* Simplify Python docs a little to do substring searchMatei Zaharia2013-06-261-4/+3
* Some tweaks to docsMatei Zaharia2013-02-251-2/+2
* Added checkpointing and fault-tolerance semantics to the programming guide. F...Tathagata Das2013-02-181-1/+1
* Make module help available in python shell.Patrick Wendell2013-01-301-0/+1
* Inclue packaging and launching pyspark in guide.Patrick Wendell2013-01-301-2/+8
* Fix Python guide to say accumulators are availableMatei Zaharia2013-01-201-1/+0
* Add mapPartitionsWithSplit() to PySpark.Josh Rosen2013-01-081-1/+0
* Add `pyspark` script to replace the other scripts.Josh Rosen2013-01-011-5/+44
* Minor documentation and style fixes for PySpark.Josh Rosen2013-01-011-2/+1
* Add documentation for Python API.Josh Rosen2012-12-281-0/+74