aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/context.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Python code after change of getOrElseMatei Zaharia2014-01-011-6/+8
* Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2013-12-311-7/+2
|\
| * Fixed Python API for sc.setCheckpointDir. Also other fixes based on Reynold's...Tathagata Das2013-12-241-7/+2
* | Updated docs for SparkConf and handled review commentsMatei Zaharia2013-12-301-12/+12
* | Properly show Spark properties on web UI, and change app name propertyMatei Zaharia2013-12-291-2/+2
* | Fix some Python docs and make sure to unset SPARK_TESTING in PythonMatei Zaharia2013-12-291-1/+2
* | Add Python docs about SparkConfMatei Zaharia2013-12-291-1/+2
* | Fix some other Python tests due to initializing JVM in a different wayMatei Zaharia2013-12-291-8/+15
* | Add SparkConf support in PythonMatei Zaharia2013-12-291-12/+28
* | Fix Python use of getLocalDirMatei Zaharia2013-12-291-1/+1
|/
* Add collectPartition to JavaRDD interface.Shivaram Venkataraman2013-12-181-3/+0
* FramedSerializer: _dumps => dumps, _loads => loads.Josh Rosen2013-11-101-1/+1
* Add custom serializer support to PySpark.Josh Rosen2013-11-101-16/+45
* Remove Pickle-wrapping of Java objects in PySpark.Josh Rosen2013-11-031-5/+5
* Pass self to SparkContext._ensure_initialized.Ewen Cheslack-Postava2013-10-221-1/+10
* Add classmethod to SparkContext to set system properties.Ewen Cheslack-Postava2013-10-221-12/+29
* Whoopsy daisyAaron Davidson2013-09-081-1/+0
* Export StorageLevel and refactorAaron Davidson2013-09-071-23/+12
* Remove reflection, hard-code StorageLevelsAaron Davidson2013-09-071-22/+24
* Memoize StorageLevels read from JVMAaron Davidson2013-09-061-2/+9
* SPARK-660: Add StorageLevel support in PythonAaron Davidson2013-09-051-0/+14
* Move some classes to more appropriate packages:Matei Zaharia2013-09-011-2/+2
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-2/+2
* Implementing SPARK-878 for PySpark: adding zip and egg files to context and p...Andre Schumacher2013-08-161-3/+11
* SPARK-815. Python parallelize() should split lists before batchingMatei Zaharia2013-07-291-2/+9
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* Fix reporting of PySpark doctest failures.Josh Rosen2013-02-031-1/+3
* Use spark.local.dir for PySpark temp files (SPARK-580).Josh Rosen2013-02-011-4/+8
* Do not launch JavaGateways on workers (SPARK-674).Josh Rosen2013-02-011-10/+17
* Merge pull request #396 from JoshRosen/spark-653Matei Zaharia2013-01-241-10/+5
|\
| * Make AccumulatorParam an abstract base class.Josh Rosen2013-01-211-10/+5
* | Allow PySpark's SparkFiles to be used from driverJosh Rosen2013-01-231-6/+21
* | Fix sys.path bug in PySpark SparkContext.addPyFileJosh Rosen2013-01-221-2/+0
* | Don't download files to master's working directory.Josh Rosen2013-01-211-4/+36
|/
* Update checkpointing API docs in Python/Java.Josh Rosen2013-01-201-4/+7
* Add checkpointFile() and more tests to PySpark.Josh Rosen2013-01-201-1/+5
* Add RDD checkpointing to Python API.Josh Rosen2013-01-201-0/+9
* Added accumulators to PySparkMatei Zaharia2013-01-201-0/+38
* Change PYSPARK_PYTHON_EXEC to PYSPARK_PYTHON.Josh Rosen2013-01-101-1/+1
* Change PySpark RDD.take() to not call iterator().Josh Rosen2013-01-031-0/+1
* Rename top-level 'pyspark' directory to 'python'Josh Rosen2013-01-011-0/+158