aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13324][CORE][BUILD] Update plugin, test, example dependencies for 2.xSean Owen2016-02-179-42/+42
* [MINOR][MLLIB] fix mllib compile warningsXiangrui Meng2016-02-172-0/+6
* [SPARK-13344][TEST] Fix harmless accumulator not found exceptionsAndrew Or2016-02-173-4/+30
* [SPARK-12953][EXAMPLES] RDDRelation writer set overwrite modeshijinkui2016-02-171-4/+3
* [SPARK-13109][BUILD] Fix SBT publishLocal issuejerryshao2016-02-173-1/+4
* [SPARK-13350][DOCS] Config doc updated to state that PYSPARK_PYTHON's default...Christopher C. Aycock2016-02-171-1/+1
* [SPARK-13357][SQL] Use generated projection and ordering for TakeOrderedAndPr...Takuya UESHIN2016-02-171-3/+4
* [SPARK-13279] Remove O(n^2) operation from scheduler.Sital Kedia2016-02-161-15/+13
* [SPARK-11627] Add initial input rate limit for spark streaming backpressure m...junhao2016-02-162-1/+16
* [SPARK-13308] ManagedBuffers passed to OneToOneStreamManager need to be freed...Josh Rosen2016-02-167-9/+119
* [SPARK-13280][STREAMING] Use a better logger name for FileBasedWriteAheadLog.Marcelo Vanzin2016-02-161-5/+15
* [SPARK-12976][SQL] Add LazilyGenerateOrdering and use it for RangePartitioner...Takuya UESHIN2016-02-163-8/+42
* [SPARK-12247][ML][DOC] Documentation for spark.ml's ALS and collaborative fil...BenFradet2016-02-1610-298/+431
* 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