aboutsummaryrefslogtreecommitdiff
path: root/python/run-tests
Commit message (Expand)AuthorAgeFilesLines
* [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
* Merge branch 'scripts-reorg' of github.com:shane-huang/incubator-spark into s...Prashant Sharma2014-01-021-1/+1
|\
| * add scripts in binshane-huang2013-09-231-1/+1
* | Fix some Python docs and make sure to unset SPARK_TESTING in PythonMatei Zaharia2013-12-291-1/+1
* | Fix some other Python tests due to initializing JVM in a different wayMatei Zaharia2013-12-291-0/+1
* | Add custom serializer support to PySpark.Josh Rosen2013-11-101-0/+1
|/
* Fix PySpark unit tests on Python 2.6.Josh Rosen2013-08-141-14/+12
* Allow python/run-tests to run from any directoryMatei Zaharia2013-07-291-0/+3
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-1/+19
* Don't download files to master's working directory.Josh Rosen2013-01-211-0/+3
* Add RDD checkpointing to Python API.Josh Rosen2013-01-201-0/+3
* Launch accumulator tests in run-testsMatei Zaharia2013-01-201-0/+3
* Indicate success/failure in PySpark test script.Josh Rosen2013-01-091-0/+17
* Add `pyspark` script to replace the other scripts.Josh Rosen2013-01-011-0/+9