aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark
Commit message (Expand)AuthorAgeFilesLines
* [PySpark] Add blank line so that Python RDD.top() docstring renders correctlyRJ Nowling2014-09-121-0/+1
* [SPARK-3047] [PySpark] add an option to use str in textFileRDDDavies Liu2014-09-112-11/+23
* [SPARK-3458] enable python "with" statements for SparkContextMatthew Farrellee2014-09-092-0/+43
* [SPARK-3443][MLLIB] update default values of tree:Xiangrui Meng2014-09-081-2/+2
* [SPARK-3417] Use new-style classes in PySparkMatthew Rocklin2014-09-084-4/+4
* SPARK-2978. Transformation with MR shuffle semanticsSandy Ryza2014-09-082-0/+32
* [SPARK-3415] [PySpark] removes SerializingAdapter codeWard Viaene2014-09-072-5/+12
* [SPARK-2334] fix AttributeError when call PipelineRDD.id()Davies Liu2014-09-063-4/+20
* [SPARK-3273][SPARK-3301]We should read the version information from the same ...GuoQiang Li2014-09-061-2/+2
* Spark-3406 add a default storage level to python RDD persist APIHolden Karau2014-09-062-2/+8
* SPARK-3211 .take() is OOM-prone with empty partitionsAndrew Ash2014-09-051-4/+4
* [SPARK-3378] [DOCS] Replace the word "SparkSQL" with right word "Spark SQL"Kousuke Saruta2014-09-041-3/+3
* [SPARK-2435] Add shutdown hook to pysparkMatthew Farrellee2014-09-031-0/+2
* [SPARK-3335] [SQL] [PySpark] support broadcast in Python UDFDavies Liu2014-09-032-8/+31
* [SPARK-3309] [PySpark] Put all public API in __all__Davies Liu2014-09-0317-26/+81
* [SPARK-2871] [PySpark] add countApproxDistinct() APIDavies Liu2014-09-022-5/+50
* SPARK-3318: Documentation update in addFile on how to use SparkFiles.getHolden Karau2014-08-301-2/+2
* [SPARK-3307] [PySpark] Fix doc string of SparkContext.broadcast()Davies Liu2014-08-291-2/+0
* [SPARK-2871] [PySpark] add RDD.lookup(key)Davies Liu2014-08-271-132/+79
* [SPARK-3167] Handle special driver configs in WindowsAndrew Or2014-08-261-0/+17
* [SPARK-3073] [PySpark] use external sort in sortBy() and sortByKey()Davies Liu2014-08-264-11/+1021
* [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-241-0/+47
* [SPARK-2871] [PySpark] add approx API for RDDDavies Liu2014-08-231-0/+81
* [SPARK-2871] [PySpark] add `key` argument for max(), min() and top(n)Davies Liu2014-08-231-17/+27
* [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-182-2/+2
* [SPARK-2850] [SPARK-2626] [mllib] MLlib stats examples + small fixesJoseph K. Bradley2014-08-182-10/+22
* [mllib] DecisionTree: treeAggregate + Python example bug fixJoseph K. Bradley2014-08-181-6/+8
* [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-114-7/+28
* [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
* [PySpark] Add blanklines to Python docstrings so example code renders correctlyRJ Nowling2014-08-061-0/+9