aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17926][SQL][STREAMING] Added json for statusesTathagata Das2016-10-211-6/+5
* [SPARK-17960][PYSPARK][UPGRADE TO PY4J 0.10.4]Jagadeesan2016-10-213-1/+1
* [SPARK-17817] [PYSPARK] [FOLLOWUP] PySpark RDD Repartitioning Results in High...Liang-Chi Hsieh2016-10-181-6/+6
* [SPARK-17946][PYSPARK] Python crossJoin API similar to ScalaSrinath Shankar2016-10-142-6/+35
* [SPARK-11775][PYSPARK][SQL] Allow PySpark to register Java UDFJeff Zhang2016-10-141-1/+27
* [SPARK-16063][SQL] Add storageLevel to DatasetNick Pentreath2016-10-141-6/+30
* [SPARK-17870][MLLIB][ML] Change statistic to pValue for SelectKBest and Selec...Peng2016-10-142-6/+6
* [SPARK-15402][ML][PYSPARK] PySpark ml.evaluation should support save/loadYanbo Liang2016-10-141-9/+36
* [SPARK-15957][FOLLOW-UP][ML][PYSPARK] Add Python API for RFormula forceIndexL...Yanbo Liang2016-10-132-4/+43
* [SPARK-17731][SQL][STREAMING] Metrics for structured streamingTathagata Das2016-10-131-0/+301
* [SPARK-17745][ML][PYSPARK] update NB python api - add weight col parameterWeichenXu2016-10-121-13/+13
* [SPARK-17845] [SQL] More self-evident window function frame boundary APIReynold Xin2016-10-122-30/+84
* [SPARK-14761][SQL] Reject invalid join methods when join columns are not spec...Bijay Pathak2016-10-122-16/+21
* [SPARK-17720][SQL] introduce static SQL confWenchen Fan2016-10-111-1/+1
* [SPARK-17387][PYSPARK] Creating SparkContext() from python without spark-subm...Jeff Zhang2016-10-113-25/+75
* [SPARK-17817][PYSPARK] PySpark RDD Repartitioning Results in Highly Skewed Pa...Liang-Chi Hsieh2016-10-112-3/+20
* [SPARK-17338][SQL][FOLLOW-UP] add global temp viewWenchen Fan2016-10-111-0/+5
* [SPARK-17808][PYSPARK] Upgraded version of Pyrolite to 4.13Bryan Cutler2016-10-111-0/+8
* [SPARK-17844] Simplify DataFrame API for defining frame boundaries in window ...Reynold Xin2016-10-102-0/+57
* [SPARK-17338][SQL] add global temp viewWenchen Fan2016-10-103-4/+41
* [SPARK-16960][SQL] Deprecate approxCountDistinct, toDegrees and toRadians acc...hyukjinkwon2016-10-071-9/+24
* [SPARK-17805][PYSPARK] Fix in sqlContext.read.text when pass in list of pathsBryan Cutler2016-10-072-2/+8
* [SPARK-17744][ML] Parity check between the ml and mllib test suites for NBZheng RuiFeng2016-10-041-1/+0
* [SPARK-17587][PYTHON][MLLIB] SparseVector __getitem__ should follow __getitem...zero3232016-10-034-16/+36
* [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConverter patchJason White2016-10-034-24/+6
* [SPARK-17704][ML][MLLIB] ChiSqSelector performance improvement.Sean Owen2016-10-011-1/+1
* [SPARK-17699] Support for parsing JSON string columnsMichael Armbrust2016-09-291-0/+23
* [MINOR][PYSPARK][DOCS] Fix examples in PySpark documentationhyukjinkwon2016-09-284-10/+10
* [SPARK-17138][ML][MLIB] Add Python API for multinomial logistic regressionWeichenXu2016-09-271-20/+70
* [SPARK-17017][FOLLOW-UP][ML] Refactor of ChiSqSelector and add ML Python API.Yanbo Liang2016-09-262-37/+93
* [SPARK-17057][ML] ProbabilisticClassifierModels' thresholds should have at mo...Sean Owen2016-09-242-4/+5
* [SPARK-16861][PYSPARK][CORE] Refactor PySpark accumulator API on top of Accum...Holden Karau2016-09-231-3/+2
* [SPARK-17281][ML][MLLIB] Add treeAggregateDepth parameter for AFTSurvivalRegr...WeichenXu2016-09-221-5/+6
* [SPARK-17583][SQL] Remove uesless rowSeparator variable and set auto-expandin...hyukjinkwon2016-09-212-2/+2
* [SPARK-17219][ML] Add NaN value handling in BucketizerVinceShieh2016-09-211-0/+5
* [SPARK-17017][MLLIB][ML] add a chiSquare Selector based on False Positive Rat...Peng, Meng2016-09-211-5/+66
* [SPARK-17585][PYSPARK][CORE] PySpark SparkContext.addFile supports adding fil...Yanbo Liang2016-09-214-7/+21
* [SPARK-17437] Add uiWebUrl to JavaSparkContext and pyspark.SparkContextAdrian Petrescu2016-09-201-0/+5
* [SPARK-17100] [SQL] fix Python udf in filter on top of outer joinDavies Liu2016-09-191-0/+8
* [SPARK-16462][SPARK-16460][SPARK-15144][SQL] Make CSV cast null values properlyLiwei Lin2016-09-182-2/+4
* [SPARK-17548][MLLIB] Word2VecModel.findSynonyms no longer spuriously rejects ...William Benton2016-09-171-3/+9
* [SPARK-17472] [PYSPARK] Better error message for serialization failures of la...Eric Liang2016-09-142-1/+20
* [SPARK-17514] df.take(1) and df.limit(1).collect() should perform the same in...Josh Rosen2016-09-142-4/+19
* [SPARK-17525][PYTHON] Remove SparkContext.clearFiles() from the PySpark API a...Sami Jaktholm2016-09-141-8/+0
* [SPARK-17474] [SQL] fix python udf in TakeOrderedAndProjectExecDavies Liu2016-09-121-0/+8
* [SPARK-17389][FOLLOW-UP][ML] Change KMeans k-means|| default init steps from ...Yanbo Liang2016-09-112-8/+8
* [MINOR][ML] Correct weights doc of MultilayerPerceptronClassificationModel.Yanbo Liang2016-09-061-1/+1
* [SPARK-17311][MLLIB] Standardize Python-Java MLlib API to accept optional lon...Sean Owen2016-09-041-2/+2
* [SPARK-17298][SQL] Require explicit CROSS join for cartesian productsSrinath Shankar2016-09-031-1/+1
* [SPARK-17261] [PYSPARK] Using HiveContext after re-creating SparkContext in S...Jeff Zhang2016-09-021-0/+1