aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/context.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1550] [PySpark] Allow SparkContext creation after failed attemptsJosh Rosen2014-07-271-6/+12
* [SPARK-2652] [PySpark] Turning some default configs for PySparkDavies Liu2014-07-261-1/+12
* [SPARK-1458] [PySpark] Expose sc.version in Java and PySparkJosh Rosen2014-07-261-0/+7
* [SPARK-2014] Make PySpark store RDDs in MEMORY_ONLY_SER with compression by d...Prashant Sharma2014-07-241-1/+1
* [SPARK-2470] PEP8 fixes to PySparkNicholas Chammas2014-07-211-20/+25
* [SPARK-2061] Made splits deprecated in JavaRDDLikeAnant2014-06-201-1/+1
* SPARK-1416: PySpark support for SequenceFile and Hadoop InputFormatsNick Pentreath2014-06-091-0/+137
* [SPARK-1161] Add saveAsPickleFile and SparkContext.pickleFile in PythonKan Zhang2014-06-031-0/+14
* SPARK-1839: PySpark RDD#take() shouldn't always read from driverAaron Davidson2014-05-311-0/+26
* Added doctest and method description in context.pyJyotiska NK2014-05-281-1/+14
* [SPARK-1900 / 1918] PySpark on YARN is brokenAndrew Or2014-05-241-2/+6
* [SPARK-1519] Support minPartitions param of wholeTextFiles() in PySparkKan Zhang2014-05-211-2/+10
* SPARK-1579: Clean up PythonRDD and avoid swallowing IOExceptionsAaron Davidson2014-05-071-1/+1
* [SPARK-1549] Add Python support to spark-submitMatei Zaharia2014-05-061-0/+6
* [SPARK-986]: Job cancelation for PySparkAhir Reddy2014-04-241-3/+49
* SPARK-1483: Rename minSplits to minPartitions in public APIsCodingCat2014-04-181-3/+3
* SPARK-1305: Support persisting RDD's directly to TachyonHaoyuan Li2014-04-041-2/+5
* SPARK-1414. Python API for SparkContext.wholeTextFilesMatei Zaharia2014-04-041-2/+42
* [SPARK-972] Added detailed callsite info for ValueError in context.py (resubm...jyotiska2014-03-101-1/+15
* SPARK-1187, Added missing Python APIsPrabin Banka2014-03-061-0/+31
* SPARK-1114: Allow PySpark to use existing JVM and GatewayAhir Reddy2014-02-201-5/+12
* Switch from MUTF8 to UTF8 in PySpark serializers.Josh Rosen2014-01-281-2/+2
* 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