aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | |\
| | | | * Merge branch 'reorgscripts' into scripts-reorgshane-huang2013-09-272-2/+2
| | | | |\
| | | | | * fix paths and change spark to use APP_MEM as application driver memory instea...shane-huang2013-09-261-1/+1
| | | | | * add scripts in binshane-huang2013-09-231-1/+1
| | | | | * added spark-class and spark-executor to sbinshane-huang2013-09-231-1/+1
| * | | | | Changes on top of Prashant's patch.Patrick Wendell2014-01-033-1/+1
| * | | | | fixed review commentsPrashant Sharma2014-01-032-0/+0
| |/ / / /
* | | | | Added predictAll python function to MatrixFactorizationModelHossein Falaki2014-01-061-4/+6
* | | | | Added Rating deserializerHossein Falaki2014-01-061-3/+18
* | | | | Added python binding for bulk recommendationHossein Falaki2014-01-042-1/+19
|/ / / /
* | | | Merge pull request #311 from tmyklebu/masterMatei Zaharia2014-01-021-11/+55
|\ \ \ \ | |/ / / |/| | |