aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct SparseVector.parse documentationMiles Yucht2016-02-161-1/+1
* [SPARK-13221] [SQL] Fixing GroupingSets when Aggregate Functions Containing G...gatorsmile2016-02-1510-107/+155
* [SPARK-13018][DOCS] Replace example code in mllib-pmml-model-export.md using ...Xin Ren2016-02-152-32/+62
* [SPARK-13097][ML] Binarizer allowing Double AND Vector input typesseddonm12016-02-152-17/+81
* [SPARK-13312][MLLIB] Update java train-validation-split example in ml-guideJeremyNixon2016-02-151-2/+2
* [SPARK-12995][GRAPHX] Remove deprecate APIs from PregelTakeshi YAMAMURO2016-02-157-134/+42
* [SPARK-12503][SPARK-12505] Limit pushdown in UNION ALL and OUTER JOINJosh Rosen2016-02-146-9/+294
* [SPARK-13185][SQL] Reuse Calendar object in DateTimeUtils.StringToDate method...Carson Wang2016-02-141-1/+9
* [SPARK-13278][CORE] Launcher fails to start with JDK 9 EAClaes Redestad2016-02-144-7/+37
* [SPARK-13300][DOCUMENTATION] Added pygments.rb dependancyAmit Dev2016-02-141-8/+13
* [SPARK-13296][SQL] Move UserDefinedFunction into sql.expressions.Reynold Xin2016-02-1315-217/+320
* [SPARK-13172][CORE][SQL] Stop using RichException.getStackTrace it is deprecatedSean Owen2016-02-137-12/+14
* Closes #11185Reynold Xin2016-02-130-0/+0
* [SPARK-12363][MLLIB] Remove setRun and fix PowerIterationClustering failed testLiang-Chi Hsieh2016-02-134-85/+96
* [SPARK-13142][WEB UI] Problem accessing Web UI /logPage/ on Microsoft Windowsmarkpavey2016-02-131-2/+2
* [SPARK-13293][SQL] generate ExpandDavies Liu2016-02-122-1/+140
* [SPARK-5095] remove flaky testMichael Gummelt2016-02-121-0/+5
* [SPARK-5095] Fix style in mesos coarse grained scheduler codeMichael Gummelt2016-02-122-10/+12
* [SPARK-12630][PYSPARK] [DOC] PySpark classification parameter desc to consist...vijaykiran2016-02-121-118/+143
* [SPARK-12962] [SQL] [PySpark] PySpark support covar_samp and covar_popYanbo Liang2016-02-121-6/+35
* [SPARK-13260][SQL] count(*) does not work with CSV data sourcehyukjinkwon2016-02-122-45/+41
* [SPARK-13282][SQL] LogicalPlan toSql should just return a StringReynold Xin2016-02-126-156/+141
* [SPARK-12705] [SQL] push missing attributes for SortDavies Liu2016-02-123-83/+67
* [SPARK-13154][PYTHON] Add linting for pydocsHolden Karau2016-02-122-0/+27
* [SPARK-12974][ML][PYSPARK] Add Python API for spark.ml bisecting k-meansYanbo Liang2016-02-121-1/+124
* [SPARK-6166] Limit number of in flight outbound requestsSanket2016-02-115-15/+49
* [SPARK-7889][WEBUI] HistoryServer updates UI for incomplete appsSteve Loughran2016-02-1110-74/+1654
* [SPARK-13153][PYSPARK] ML persistence failed when handle no default value par...Tommy YU2016-02-111-2/+3
* [SPARK-12746][ML] ArrayType(_, true) should also accept ArrayType(_, false)Earthson Lu2016-02-111-1/+2
* [SPARK-13277][BUILD] Follow-up ANTLR warnings are treated as build errorsHerman van Hovell2016-02-111-3/+6
* [SPARK-12915][SQL] add SQL metrics of numOutputRows for whole stage codegenDavies Liu2016-02-119-31/+71
* [SPARK-12765][ML][COUNTVECTORIZER] fix CountVectorizer.transform's lost trans...Liu Xiang2016-02-111-0/+1
* [SPARK-13047][PYSPARK][ML] Pyspark Params.hasParam should not throw an errorsethah2016-02-112-4/+12
* [SPARK-13035][ML][PYSPARK] PySpark ml.clustering support export/importYanbo Liang2016-02-111-4/+25
* [MINOR][ML][PYSPARK] Cleanup test cases of clustering.pyYanbo Liang2016-02-112-15/+9
* [SPARK-13037][ML][PYSPARK] PySpark ml.recommendation support export/importKai Jiang2016-02-111-4/+27
* [SPARK-11515][ML] QuantileDiscretizer should take random seedYu ISHIKAWA2016-02-112-6/+11
* [SPARK-13265][ML] Refactoring of basic ML import/export for other file system...Yu ISHIKAWA2016-02-111-6/+7
* Revert "[SPARK-13279] Remove O(n^2) operation from scheduler."Reynold Xin2016-02-111-9/+6
* [SPARK-13279] Remove O(n^2) operation from scheduler.Sital Kedia2016-02-111-6/+9
* [SPARK-12982][SQL] Add table name validation in temp table registrationjayadevanmurali2016-02-112-1/+13
* [SPARK-13277][SQL] ANTLR ignores other rule using the USING keywordLiang-Chi Hsieh2016-02-111-1/+1
* [STREAMING][TEST] Fix flaky streaming.FailureSuiteTathagata Das2016-02-112-2/+6
* [SPARK-13124][WEB UI] Fixed CSS and JS issues caused by addition of JQuery Da...Alex Bozarth2016-02-113-14/+20
* [SPARK-13074][CORE] Add JavaSparkContext. getPersistentRDDs methodJunyang2016-02-112-0/+22
* [SPARK-13264][DOC] Removed multi-byte characters in spark-env.sh.templateSasaki Toru2016-02-115-5/+5
* [SPARK-13270][SQL] Remove extra new lines in whole stage codegen and include ...Nong Li2016-02-102-2/+20
* [SPARK-13235][SQL] Removed an Extra Distinct from the Plan when Using Union i...gatorsmile2016-02-112-29/+32
* [SPARK-13276] Catch bad characters at the end of a Table Identifier/Expressio...Herman van Hovell2016-02-113-4/+17
* [SPARK-13234] [SQL] remove duplicated SQL metricsDavies Liu2016-02-1024-208/+80