aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/tests.py
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-4051] [SQL] [PySpark] Convert Row into dictionaryDavies Liu2014-10-241-0/+9
* [SPARK-3993] [PySpark] fix bug while reuse worker after take()Davies Liu2014-10-231-1/+18
* Fix for sampling error in NumPy v1.9 [SPARK-3995][PYSPARK]freeman2014-10-221-0/+6
* [SPARK-3855][SQL] Preserve the result attribute of python UDFs though transfo...Michael Armbrust2014-10-171-0/+6
* [SPARK-3867][PySpark] ./python/run-tests failed when it run with Python 2.6 a...cocoatomo2014-10-111-1/+5
* [SPARK-3786] [PySpark] speedup testsDavies Liu2014-10-061-50/+42
* [SPARK-3749] [PySpark] fix bugs in broadcast large closure of RDDDavies Liu2014-10-011-2/+6
* [SPARK-3478] [PySpark] Profile the Python tasksDavies Liu2014-09-301-0/+30
* [SPARK-3681] [SQL] [PySpark] fix serialization of List and Map in SchemaRDDDavies Liu2014-09-271-0/+21
* Revert "[SPARK-3478] [PySpark] Profile the Python tasks"Josh Rosen2014-09-261-30/+0
* [SPARK-3478] [PySpark] Profile the Python tasksDavies Liu2014-09-261-0/+30
* [SPARK-3679] [PySpark] pickle the exact globals of functionsDavies Liu2014-09-241-0/+18
* [SPARK-3634] [PySpark] User's module should take precedence over system modulesDavies Liu2014-09-241-0/+12
* [PySpark] remove unnecessary use of numSlices from pyspark testsMatthew Farrellee2014-09-201-2/+2
* [SPARK-3592] [SQL] [PySpark] support applySchema to RDD of RowDavies Liu2014-09-191-1/+10
* [SPARK-3554] [PySpark] use broadcast automatically for large closureDavies Liu2014-09-181-0/+6
* [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