aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-12706] [SQL] grouping() and grouping_id()Davies Liu2016-02-1017-63/+309
* [SPARK-13205][SQL] SQL Generation Support for Self Joingatorsmile2016-02-113-2/+22
* [SPARK-12725][SQL] Resolving Name Conflicts in SQL Generation and Name Ambigu...gatorsmile2016-02-119-36/+78
* [SPARK-13274] Fix Aggregator Links on GroupedDataset Scala APIraela2016-02-101-4/+8
* [SPARK-13146][SQL] Management API for continuous queriesTathagata Das2016-02-1017-109/+1680
* [SPARK-12414][CORE] Remove closure serializerSean Owen2016-02-104-14/+3
* [SPARK-13057][SQL] Add benchmark codes and the performance results for implem...Takeshi YAMAMURO2016-02-101-0/+240
* [HOTFIX] Fix Scala 2.10 build break in TakeOrderedAndProjectSuite.Josh Rosen2016-02-101-2/+2
* [SPARK-13126] fix the right margin of history page.zhuol2016-02-101-1/+1
* [SPARK-13163][WEB UI] Column width on new History Server DataTables not getti...Alex Bozarth2016-02-101-0/+1