aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* [branch-1.1][SPARK-3990] add a note on ALS usageXiangrui Meng2014-11-101-0/+12
* [BRANCH-1.1][SPARK-2652] change the default spark.serializer in pyspark back ...Xiangrui Meng2014-11-101-0/+1
* Update versions for 1.1.1 releaseAndrew Or2014-11-101-1/+1
* [SPARK-4304] [PySpark] Fix sort on empty RDDDavies Liu2014-11-072-0/+5
* [branch-1.1][SPARK-4148][PySpark] fix seed distribution and add some tests fo...Xiangrui Meng2014-11-053-9/+20
* [SPARK-2652] [PySpark] donot use KyroSerializer as default serializerDavies Liu2014-10-231-1/+0
* [SPARK-3500] [SQL] use JavaSchemaRDD as SchemaRDD._jschema_rddDavies Liu2014-09-122-20/+55
* SPARK-3211 .take() is OOM-prone with empty partitionsAndrew Ash2014-09-051-4/+4
* [SPARK-3401][PySpark] Wrong usage of tee command in python/run-testsKousuke Saruta2014-09-041-1/+1
* [SPARK-3307] [PySpark] Fix doc string of SparkContext.broadcast()Davies Liu2014-08-291-2/+0
* [SPARK-3239] [PySpark] randomize the dirs for each processDavies Liu2014-08-271-0/+4
* [SPARK-3167] Handle special driver configs in Windows (Branch 1.1)Andrew Or2014-08-261-0/+17
* [SPARK-2969][SQL] Make ScalaReflection be able to handle ArrayType.containsNu...Takuya UESHIN2014-08-261-3/+3
* [SPARK-2871] [PySpark] add histgram() APIDavies Liu2014-08-262-1/+232
* [SPARK-2871] [PySpark] add zipWithIndex() and zipWithUniqueId()Davies Liu2014-08-251-0/+47
* [SPARK-3140] Clarify confusing PySpark exception messageAndrew Or2014-08-201-3/+10
* [SPARK-3141] [PySpark] fix sortByKey() with take()Davies Liu2014-08-191-10/+8
* [SPARK-2974] [SPARK-2975] Fix two bugs related to spark.local.dirsJosh Rosen2014-08-191-1/+1
* [SPARK-3136][MLLIB] Create Java-friendly methods in RandomRDDsXiangrui Meng2014-08-191-10/+10
* [SPARK-2790] [PySpark] fix zip with serializers which have different batch si...Davies Liu2014-08-193-1/+54
* [SPARK-3114] [PySpark] Fix Python UDFs in Spark SQL.Josh Rosen2014-08-183-5/+3
* [SPARK-2850] [SPARK-2626] [mllib] MLlib stats examples + small fixesJoseph K. Bradley2014-08-183-10/+23
* [mllib] DecisionTree: treeAggregate + Python example bug fixJoseph K. Bradley2014-08-182-6/+9
* [SPARK-3103] [PySpark] fix saveAsTextFile() with utf-8Davies Liu2014-08-182-1/+12
* [SPARK-1065] [PySpark] improve supporting for large broadcastDavies Liu2014-08-166-21/+73
* [SPARK-3035] Wrong example with SparkContext.addFileiAmGhost2014-08-161-1/+1
* [SPARK-3081][MLLIB] rename RandomRDDGenerators to RandomRDDsXiangrui Meng2014-08-161-13/+12
* [SQL] Using safe floating-point numbers in doctestCheng Lian2014-08-161-2/+2
* [SQL] Python JsonRDD UTF8 Encoding FixAhir Reddy2014-08-141-1/+3
* [SPARK-2983] [PySpark] improve performance of sortByKey()Davies Liu2014-08-131-23/+24
* [SPARK-3013] [SQL] [PySpark] convert array into listDavies Liu2014-08-131-7/+7
* [SPARK-2993] [MLLib] colStats (wrapper around MultivariateStatisticalSummary)...Doris Xin2014-08-121-1/+65
* fix flaky testsDavies Liu2014-08-121-1/+1
* [SPARK-2844][SQL] Correctly set JVM HiveContext if it is passed into Python H...Ahir Reddy2014-08-111-0/+14
* [PySpark] [SPARK-2954] [SPARK-2948] [SPARK-2910] [SPARK-2101] Python 2.6 FixesJosh Rosen2014-08-115-7/+36
* [SPARK-2898] [PySpark] fix bugs in deamon.pyDavies Liu2014-08-101-31/+47
* [SPARK-2894] spark-shell doesn't accept flagsKousuke Saruta2014-08-091-1/+1
* [SPARK-2851] [mllib] DecisionTree Python consistency updateJoseph K. Bradley2014-08-061-35/+15
* Updating versions for Spark 1.1.0Patrick Wendell2014-08-062-2/+2
* [PySpark] Add blanklines to Python docstrings so example code renders correctlyRJ Nowling2014-08-061-0/+9
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-0627-134/+251
* [SPARK-2875] [PySpark] [SQL] handle null in schemaRDD()Davies Liu2014-08-061-0/+7
* [SPARK-2854][SQL] Finalize _acceptable_types in pyspark.sqlYin Huai2014-08-051-9/+20
* [SPARK-2550][MLLIB][APACHE SPARK] Support regularization and intercept in pys...Michael Giannakopoulos2014-08-051-6/+55
* [SPARK-1687] [PySpark] fix unit tests related to pickable namedtupleDavies Liu2014-08-041-1/+5
* [SPARK-1687] [PySpark] pickable namedtupleDavies Liu2014-08-042-0/+79
* [SPARK-1740] [PySpark] kill the python workerDavies Liu2014-08-032-6/+69
* [SPARK-2784][SQL] Deprecate hql() method in favor of a config option, 'spark....Michael Armbrust2014-08-031-8/+12
* [SPARK-2739][SQL] Rename registerAsTable to registerTempTableMichael Armbrust2014-08-021-4/+8
* [SPARK-2797] [SQL] SchemaRDDs don't support unpersist()Yin Huai2014-08-021-2/+2