aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Set spark.executor.uri from environment variable (needed by Mesos)Ivan Wick2014-04-101-0/+3
* SPARK-1428: MLlib should convert non-float64 NumPy arrays to float64 instead ...Sandeep2014-04-101-4/+14
* Spark 1271: Co-Group and Group-By should pass Iterable[X]Holden Karau2014-04-083-7/+41
* SPARK-1099: Introduce local[*] mode to infer number of coresAaron Davidson2014-04-071-1/+1
* SPARK-1421. Make MLlib work on Python 2.6Matei Zaharia2014-04-052-6/+11
* SPARK-1305: Support persisting RDD's directly to TachyonHaoyuan Li2014-04-043-16/+22
* SPARK-1414. Python API for SparkContext.wholeTextFilesMatei Zaharia2014-04-042-3/+43
* Spark 1162 Implemented takeOrdered in pyspark.Prashant Sharma2014-04-031-5/+102
* [SPARK-1212, Part II] Support sparse data in MLlibXiangrui Meng2014-04-021-5/+7
* SPARK-1336 Reducing the output of run-tests script.Prashant Sharma2014-03-291-7/+12
* SPARK-1322, top in pyspark should sort result in descending order.Prashant Sharma2014-03-261-3/+3
* Added doctest for map function in rdd.pyJyotiska NK2014-03-191-0/+4
* Spark 1246 add min max to stat counterDan McClary2014-03-182-3/+41
* SPARK-1240: handle the case of empty RDD when takeSampleCodingCat2014-03-161-0/+4
* SPARK-1162 Added top in python.Prashant Sharma2014-03-121-0/+25
* Spark-1163, Added missing Python RDD functionsprabinb2014-03-112-0/+46
* SPARK-1168, Added foldByKey to pyspark.Prashant Sharma2014-03-101-0/+14
* [SPARK-972] Added detailed callsite info for ValueError in context.py (resubm...jyotiska2014-03-102-8/+29
* SPARK-977 Added Python RDD.zip functionPrabin Banka2014-03-102-2/+47
* SPARK-929: Fully deprecate usage of SPARK_MEMAaron Davidson2014-03-091-1/+1
* Spark 1165 rdd.intersection in python and javaPrashant Sharma2014-03-071-0/+17
* SPARK-1187, Added missing Python APIsPrabin Banka2014-03-062-0/+38
* SPARK-1109 wrong API docs for pyspark map functionPrashant Sharma2014-03-041-1/+1
* SPARK-1115: Catch depickling errorsBouke van der Bijl2014-02-261-24/+24
* doctest updated for mapValues, flatMapValues in rdd.pyjyotiska2014-02-221-0/+10
* Fixed minor typo in worker.pyjyotiska2014-02-221-1/+1
* SPARK-1114: Allow PySpark to use existing JVM and GatewayAhir Reddy2014-02-202-10/+22
* Merge pull request #562 from jyotiska/master. Closes #562.jyotiska2014-02-081-0/+36
* Merge pull request #542 from markhamstra/versionBump. Closes #542.Mark Hamstra2014-02-081-1/+1
* Merge pull request #498 from ScrapCodes/python-api. Closes #498.Prashant Sharma2014-02-061-0/+60
* Switch from MUTF8 to UTF8 in PySpark serializers.Josh Rosen2014-01-283-9/+9
* Merge pull request #504 from JoshRosen/SPARK-1025Reynold Xin2014-01-251-0/+11
|\
| * Fix for SPARK-1025: PySpark hang on missing files.Josh Rosen2014-01-231-0/+11
* | Deprecate mapPartitionsWithSplit in PySpark.Josh Rosen2014-01-231-4/+21
|/
* 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
* Merge pull request #426 from mateiz/py-ml-testsPatrick Wendell2014-01-182-5/+15
|\
| * Complain if Python and NumPy versions are too old for MLlibMatei Zaharia2014-01-141-0/+10
| * Re-enable Python MLlib tests (require Python 2.7 and NumPy 1.7+)Matei Zaharia2014-01-141-5/+5
* | Merge pull request #462 from mateiz/conf-file-fixPatrick Wendell2014-01-181-6/+4
|/
* Disable MLlib tests for now while Jenkins is still on Python 2.6Matei Zaharia2014-01-131-5/+5
* Log Python exceptions to stderr as wellMatei Zaharia2014-01-121-0/+4
* Update some Python MLlib parameters to use camelCase, and tweak docsMatei Zaharia2014-01-112-21/+21
* Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-116-23/+87
* Merge branch 'master' into MatrixFactorizationModel-fixHossein Falaki2014-01-076-4/+4
|\
| * Merge remote-tracking branch 'apache-github/master' into remove-binariesPatrick Wendell2014-01-033-3/+3
| |\
| | * Merge pull request #317 from ScrapCodes/spark-915-segregate-scriptsPatrick Wendell2014-01-033-3/+3
| | |\
| | | * sbin/spark-class* -> bin/spark-class*Prashant Sharma2014-01-031-1/+1
| | | * pyspark -> bin/pysparkPrashant Sharma2014-01-021-1/+1
| | | * Merge branch 'scripts-reorg' of github.com:shane-huang/incubator-spark into s...Prashant Sharma2014-01-022-2/+2
| | | |\