aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/tests.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3519] add distinct(n) to PySparkMatthew Farrellee2014-09-161-0/+17
* [SPARK-2951] [PySpark] support unpickle array.array for Python 2.6Davies Liu2014-09-151-2/+0
* [SPARK-3463] [PySpark] aggregate and show spilled bytes in PythonDavies Liu2014-09-131-7/+8
* [SPARK-3030] [PySpark] Reuse Python workerDavies Liu2014-09-131-0/+35
* [SPARK-3500] [SQL] use JavaSchemaRDD as SchemaRDD._jschema_rddDavies Liu2014-09-121-0/+28
* [SPARK-3094] [PySpark] compatitable with PyPyDavies Liu2014-09-121-9/+76
* [SPARK-3458] enable python "with" statements for SparkContextMatthew Farrellee2014-09-091-0/+29
* SPARK-2978. Transformation with MR shuffle semanticsSandy Ryza2014-09-081-0/+8
* [SPARK-3415] [PySpark] removes SerializingAdapter codeWard Viaene2014-09-071-0/+11
* [SPARK-2334] fix AttributeError when call PipelineRDD.id()Davies Liu2014-09-061-0/+9
* [SPARK-3335] [SQL] [PySpark] support broadcast in Python UDFDavies Liu2014-09-031-0/+22
* [SPARK-2871] [PySpark] add countApproxDistinct() APIDavies Liu2014-09-021-0/+16
* [SPARK-3073] [PySpark] use external sort in sortBy() and sortByKey()Davies Liu2014-08-261-1/+41
* [SPARK-2871] [PySpark] add histgram() APIDavies Liu2014-08-261-0/+104
* [SPARK-2790] [PySpark] fix zip with serializers which have different batch si...Davies Liu2014-08-191-1/+26
* [SPARK-3103] [PySpark] fix saveAsTextFile() with utf-8Davies Liu2014-08-181-0/+9
* [SPARK-1065] [PySpark] improve supporting for large broadcastDavies Liu2014-08-161-0/+7
* [PySpark] [SPARK-2954] [SPARK-2948] [SPARK-2910] [SPARK-2101] Python 2.6 FixesJosh Rosen2014-08-111-3/+10
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-061-62/+81
* [SPARK-1687] [PySpark] pickable namedtupleDavies Liu2014-08-041-0/+19
* [SPARK-1740] [PySpark] kill the python workerDavies Liu2014-08-031-0/+51
* StatCounter on NumPy arrays [PYSPARK][SPARK-2012]Jeremy Freeman2014-08-011-0/+24
* [SPARK-2024] Add saveAsSequenceFile to PySparkKan Zhang2014-07-301-13/+304
* [SPARK-791] [PySpark] fix pickle itemgetter with cloudpickleDavies Liu2014-07-291-0/+6
* [SPARK-2580] [PySpark] keep silent in worker if JVM close the socketDavies Liu2014-07-291-0/+6
* [SPARK-1550] [PySpark] Allow SparkContext creation after failed attemptsJosh Rosen2014-07-271-0/+6
* [SPARK-2601] [PySpark] Fix Py4J error when transforming pickleFilesJosh Rosen2014-07-261-0/+9
* [SPARK-2538] [PySpark] Hash based disk spilling aggregationDavies Liu2014-07-241-0/+57
* [SPARK-2470] PEP8 fixes to PySparkNicholas Chammas2014-07-211-3/+7
* SPARK-554. Add aggregateByKey.Sandy Ryza2014-06-121-0/+15
* SPARK-1416: PySpark support for SequenceFile and Hadoop InputFormatsNick Pentreath2014-06-091-0/+145
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-031-4/+0
* SPARK-1917: fix PySpark import of scipy.special functionsUri Laserson2014-05-311-0/+24
* [SPARK-1549] Add Python support to spark-submitMatei Zaharia2014-05-061-4/+127
* SPARK-1004. PySpark on YARNSandy Ryza2014-04-291-1/+3
* Fix for SPARK-1025: PySpark hang on missing files.Josh Rosen2014-01-231-0/+11
* Fix SPARK-978: ClassCastException in PySpark cartesian.Josh Rosen2014-01-231-0/+9
* Fix SPARK-1034: Py4JException on PySpark Cartesian ResultJosh Rosen2014-01-231-0/+7
* Fixed Python API for sc.setCheckpointDir. Also other fixes based on Reynold's...Tathagata Das2013-12-241-2/+2
* Fix UnicodeEncodeError in PySpark saveAsTextFile().Josh Rosen2013-11-281-0/+15
* Add custom serializer support to PySpark.Josh Rosen2013-11-101-1/+2
* Implementing SPARK-878 for PySpark: adding zip and egg files to context and p...Andre Schumacher2013-08-161-0/+11
* Fix PySpark unit tests on Python 2.6.Josh Rosen2013-08-141-5/+8
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* Add tests and fixes for Python daemon shutdownJey Kottalam2013-06-211-0/+43
* Do not launch JavaGateways on workers (SPARK-674).Josh Rosen2013-02-011-1/+1
* Fix stdout redirection in PySpark.Josh Rosen2013-02-011-0/+9
* Replace old 'master' term with 'driver'.Stephen Haberman2013-01-251-1/+1
* Allow PySpark's SparkFiles to be used from driverJosh Rosen2013-01-231-0/+23
* Fix sys.path bug in PySpark SparkContext.addPyFileJosh Rosen2013-01-221-5/+33