aboutsummaryrefslogtreecommitdiff
path: root/python/run-tests
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8583] [SPARK-5482] [BUILD] Refactor python/run-tests to integrate with...Josh Rosen2015-06-271-161/+3
* [SPARK-7639] [PYSPARK] [MLLIB] Python API for KernelDensityMechCoder2015-06-061-0/+1
* [MINOR] Enable PySpark SQL readerwriter and window testsJosh Rosen2015-05-311-0/+2
* [SPARK-7899] [PYSPARK] Fix Python 3 pyspark/sql/types module conflictMichael Nazario2015-05-291-38/+38
* [SPARK-7543] [SQL] [PySpark] split dataframe.py into multiple filesDavies Liu2015-05-151-0/+2
* [SPARK-7487] [ML] Feature Parity in PySpark for ml.regressionBurak Yavuz2015-05-121-0/+2
* [SPARK-7333] [MLLIB] Add BinaryClassificationEvaluator to PySparkXiangrui Meng2015-05-051-0/+1
* [SPARK-7022] [PYSPARK] [ML] Add ML.Tuning.ParamGridBuilder to PySparkOmede Firouz2015-05-031-0/+1
* [SPARK-6953] [PySpark] speed up python testsReynold Xin2015-04-211-5/+8
* [SPARK-4897] [PySpark] Python 3 supportDavies Liu2015-04-161-1/+14
* [SPARK-6211][Streaming] Add Python Kafka API unit testjerryshao2015-04-091-1/+18
* [SPARK-6264] [MLLIB] Support FPGrowth algorithm in Python APIYanbo Liang2015-04-091-0/+1
* [SPARK-6090][MLLIB] add a basic BinaryClassificationMetrics to PySpark/MLlibXiangrui Meng2015-03-051-0/+1
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-131-1/+2
* [SPARK-5780] [PySpark] Mute the logging during unit testsDavies Liu2015-02-121-1/+1
* [SPARK-5469] restructure pyspark.sql into multiple filesDavies Liu2015-02-091-2/+4
* [SPARK-5554] [SQL] [PySpark] add more tests for DataFrame Python APIDavies Liu2015-02-031-0/+1
* [SPARK-5477] refactor stat.pyXiangrui Meng2015-01-291-1/+1
* [SPARK-4586][MLLIB] Python API for ML pipeline and parametersXiangrui Meng2015-01-281-0/+8
* [SPARK-4387][PySpark] Refactoring python profiling code to make it extensibleYandu Oppacher2015-01-281-0/+1
* [SPARK-3721] [PySpark] broadcast objects larger than 2GDavies Liu2014-11-181-1/+1
* [SPARK-4348] [PySpark] [MLlib] rename random.py to rand.pyDavies Liu2014-11-131-1/+1
* [SPARK-4058] [PySpark] Log file name is hard coded even though there is a var...Kousuke Saruta2014-10-281-2/+2
* Add echo "Run streaming tests ..."Ken Takagiwa2014-10-121-0/+1
* [SPARK-2377] Python API for Streaminggiwa2014-10-121-0/+7
* [SPARK-3868][PySpark] Hard to recognize which module is tested from unit-test...cocoatomo2014-10-091-3/+4
* [SPARK-3486][MLlib][PySpark] PySpark support for Word2VecLiquan Pei2014-10-071-0/+1
* [SPARK-3786] [PySpark] speedup testsDavies Liu2014-10-061-37/+37
* [SPARK-3491] [MLlib] [PySpark] use pickle to serialize data in MLlibDavies Liu2014-09-191-1/+0
* [SPARK-3094] [PySpark] compatitable with PyPyDavies Liu2014-09-121-0/+21
* Provide a default PYSPARK_PYTHON for python/run_testsMatthew Farrellee2014-09-081-0/+2
* SPARK-3337 Paranoid quoting in shell to allow install dirs with spaces within.Prashant Sharma2014-09-081-2/+4
* [SPARK-3378] [DOCS] Replace the word "SparkSQL" with right word "Spark SQL"Kousuke Saruta2014-09-041-1/+1
* [SPARK-3401][PySpark] Wrong usage of tee command in python/run-testsKousuke Saruta2014-09-041-1/+1
* [SPARK-3114] [PySpark] Fix Python UDFs in Spark SQL.Josh Rosen2014-08-181-3/+1
* [SPARK-2850] [SPARK-2626] [mllib] MLlib stats examples + small fixesJoseph K. Bradley2014-08-181-0/+1
* [mllib] DecisionTree: treeAggregate + Python example bug fixJoseph K. Bradley2014-08-181-0/+1
* [PySpark] [SPARK-2954] [SPARK-2948] [SPARK-2910] [SPARK-2101] Python 2.6 FixesJosh Rosen2014-08-111-0/+8
* [SPARK-2478] [mllib] DecisionTree Python APIJoseph K. Bradley2014-08-021-0/+1
* [SPARK-2724] Python version of RandomRDDGeneratorsDoris Xin2014-07-311-0/+1
* [SPARK-2538] [PySpark] Hash based disk spilling aggregationDavies Liu2014-07-241-0/+1
* HOTFIX: A few PySpark tests were not actually runAndrew Or2014-06-111-1/+4
* HOTFIX: Fix Python tests on Jenkins.Patrick Wendell2014-06-101-4/+7
* FIX: Don't build Hive in assembly unless running Hive tests.Patrick Wendell2014-04-171-1/+3
* [WIP] SPARK-1430: Support sparse data in Python MLlibMatei Zaharia2014-04-151-1/+3
* SPARK-1374: PySpark API for SparkSQLAhir Reddy2014-04-151-0/+4
* SPARK-1336 Reducing the output of run-tests script.Prashant Sharma2014-03-291-7/+12
* Re-enable Python MLlib tests (require Python 2.7 and NumPy 1.7+)Matei Zaharia2014-01-141-5/+5
* Disable MLlib tests for now while Jenkins is still on Python 2.6Matei Zaharia2014-01-131-5/+5
* Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-111-0/+5