aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/tests.py
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16224] [SQL] [PYSPARK] SparkSession builder's configs need to be set t...Yin Huai2016-06-281-0/+8
* [SPARK-15433] [PYSPARK] PySpark core test should not use SerDe from PythonMLL...Liang-Chi Hsieh2016-05-241-2/+2
* [SPARK-13687][PYTHON] Cleanup PySpark parallelize temporary filesHolden Karau2016-04-101-0/+7
* [SPARK-14418][PYSPARK] fix unpersist of Broadcast in PythonDavies Liu2016-04-061-0/+15
* [SPARK-14368][PYSPARK] Support python.spark.worker.memory with upper-case unit.Yong Tang2016-04-051-0/+12
* [SPARK-13697] [PYSPARK] Fix the missing module name of TransformFunctionSeria...Shixiong Zhu2016-03-061-0/+6
* [SPARK-11295][PYSPARK] Add packages to JUnit output for Python testsGábor Lipták2016-01-201-0/+1
* Revert "[SPARK-11295] Add packages to JUnit output for Python tests"Xiangrui Meng2016-01-191-1/+0
* [SPARK-11295] Add packages to JUnit output for Python testsGábor Lipták2016-01-191-0/+1
* [SPARK-7021] Add JUnit output for Python unit testsGábor Lipták2015-10-221-5/+14
* [SPARK-11114][PYSPARK] add getOrCreate for SparkContext/SQLContext in PythonDavies Liu2015-10-191-0/+4
* [SPARK-6919] [PYSPARK] Add asDict method to StatCounterErik Shilts2015-09-291-0/+20
* [SPARK-10710] Remove ability to disable spilling in core and SQLJosh Rosen2015-09-191-12/+1
* [SPARK-10542] [PYSPARK] fix serialize namedtupleDavies Liu2015-09-141-0/+5
* [SPARK-9244] Increase some memory defaultsMatei Zaharia2015-07-221-3/+3
* [SPARK-9021] [PYSPARK] Change RDD.aggregate() to do reduce(mapPartitions()) i...Nicholas Hwang2015-07-191-12/+129
* [SPARK-8706] [PYSPARK] [PROJECT INFRA] Add pylint checks to PySparkMechCoder2015-07-151-1/+2
* [SPARK-7735] [PYSPARK] Raise Exception on non-zero exit from pipe commandsScott Taylor2015-07-101-0/+12
* [SPARK-8583] [SPARK-5482] [BUILD] Refactor python/run-tests to integrate with...Josh Rosen2015-06-271-1/+2
* [SPARK-8202] [PYSPARK] fix infinite loop during external sort in PySparkDavies Liu2015-06-181-1/+4
* [SPARK-8373] [PYSPARK] Add emptyRDD to pyspark and fix the issue when calling...zsxwing2015-06-171-0/+8
* [SPARK-7711] Add a startTime property to match the corresponding one in ScalaHolden Karau2015-05-211-0/+4
* [SPARK-7150] SparkContext.range() and SQLContext.range()Daoyuan Wang2015-05-181-0/+5
* [SPARK-6216] [PYSPARK] check python version of worker with driverDavies Liu2015-05-181-3/+3
* [SPARK-7438] [SPARK CORE] Fixed validation of relativeSD in countApproxDistinctVinod K C2015-05-091-1/+0
* [SPARK-6953] [PySpark] speed up python testsReynold Xin2015-04-211-35/+61
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-152/+175
* [SPARK-6886] [PySpark] fix big closure with shuffleDavies Liu2015-04-151-4/+2
* [SPARK-6216] [PySpark] check the python version in workerDavies Liu2015-04-101-0/+16
* [SPARK-5969][PySpark] Fix descending pyspark.rdd.sortByKey.Milan Straka2015-04-101-0/+11
* [SPARK-3074] [PySpark] support groupByKey() with single huge keyDavies Liu2015-04-091-4/+46
* [SPARK-6294] fix hang when call take() in JVM on PythonRDDDavies Liu2015-03-121-0/+5
* [SPARK-5973] [PySpark] fix zip with two RDDs with AutoBatchedSerializerDavies Liu2015-02-241-0/+6
* [SPARK-5811] Added documentation for maven coordinates and added Spark Packag...Burak Yavuz2015-02-171-4/+65
* [SPARK-5785] [PySpark] narrow dependency for cogroup/join in PySparkDavies Liu2015-02-171-1/+37
* [SPARK-4172] [PySpark] Progress API in PythonDavies Liu2015-02-171-0/+31
* [SPARK-5554] [SQL] [PySpark] add more tests for DataFrame Python APIDavies Liu2015-02-031-261/+0
* [SPARK-5154] [PySpark] [Streaming] Kafka streaming support in PythonDavies Liu2015-02-021-1/+9
* [SQL] Improve DataFrame API error reportingReynold Xin2015-02-021-2/+4
* [SPARK-5464] Fix help() for Python DataFrame instancesJosh Rosen2015-01-291-0/+10
* [SPARK-4387][PySpark] Refactoring python profiling code to make it extensibleYandu Oppacher2015-01-281-9/+31
* [SPARK-5361]Multiple Java RDD <-> Python RDD conversions not working correctlyWinston Chen2015-01-281-0/+19
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-271-69/+86
* [SPARK-4866] support StructType as key in MapTypeDavies Liu2014-12-161-0/+8
* [SPARK-4841] fix zip with textFile()Davies Liu2014-12-151-0/+9
* [SPARK-4548] []SPARK-4517] improve performance of python broadcastDavies Liu2014-11-241-14/+4
* [SPARK-4578] fix asDict() with nested Row()Davies Liu2014-11-241-3/+4
* [SPARK-3721] [PySpark] broadcast objects larger than 2GDavies Liu2014-11-181-2/+50
* [SPARK-4304] [PySpark] Fix sort on empty RDDDavies Liu2014-11-071-0/+3
* [SPARK-4186] add binaryFiles and binaryRecords in PythonDavies Liu2014-11-061-0/+19