aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark
Commit message (Expand)AuthorAgeFilesLines
* fix bugs of dot in pythonXusen Yin2014-04-222-5/+5
* Add insertInto and saveAsTable to Python API.Michael Armbrust2014-04-191-0/+13
* Fixed broken pyspark shell.Reynold Xin2014-04-181-2/+2
* SPARK-1483: Rename minSplits to minPartitions in public APIsCodingCat2014-04-181-3/+3
* [python alternative] pyspark require Python2, failing if system default is Py...AbhishekKr2014-04-161-6/+14
* [SQL] SPARK-1424 Generalize insertIntoTable functions on SchemaRDDsMichael Armbrust2014-04-151-4/+10
* [WIP] SPARK-1430: Support sparse data in Python MLlibMatei Zaharia2014-04-156-131/+1066
* SPARK-1426: Make MLlib work with NumPy versions older than 1.7Sandeep2014-04-152-8/+9
* SPARK-1374: PySpark API for SparkSQLAhir Reddy2014-04-153-1/+384
* 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-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 #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-181-0/+10
|\
| * Complain if Python and NumPy versions are too old for MLlibMatei Zaharia2014-01-141-0/+10
* | Merge pull request #462 from mateiz/conf-file-fixPatrick Wendell2014-01-181-6/+4
|/
* 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-115-23/+82
* Merge branch 'master' into MatrixFactorizationModel-fixHossein Falaki2014-01-073-3/+3
|\