aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[SPARK-12567] [SQL] Add aes_{encrypt,decrypt} UDFs"Reynold Xin2016-02-196-272/+0
* [SPARK-12567] [SQL] Add aes_{encrypt,decrypt} UDFsKai Jiang2016-02-196-0/+272
* [SPARK-12594] [SQL] Outer Join Elimination by Filter Conditionsgatorsmile2016-02-194-2/+302
* [SPARK-13407] Guard against garbage-collected accumulators in TaskMetrics.fro...Josh Rosen2016-02-192-32/+33
* [SPARK-13091][SQL] Rewrite/Propagate constraints for AliasesSameer Agarwal2016-02-192-1/+39
* [SPARK-13261][SQL] Expose maxCharactersPerColumn as a user configurable optionHossein2016-02-191-2/+15
* [SPARK-12966][SQL] ArrayType(DecimalType) support in Postgres JDBCBrandon Bradley2016-02-194-13/+30
* [SPARK-13384][SQL] Keep attribute qualifiers after dedup in AnalyzerLiang-Chi Hsieh2016-02-192-1/+16
* [MINOR][DOCS][MESOS] Clarify that Mesos version is a lower bound.Iulian Dragos2016-02-191-1/+1
* [SPARK-13339][DOCS] Clarify commutative / associative operator requirements f...Sean Owen2016-02-1914-69/+68
* [SPARK-13380][SQL][DOCUMENT] Document Rand(seed) and Randn(seed) Return Indet...gatorsmile2016-02-182-1/+5
* [SPARK-13237] [SQL] generated broadcast outer joinDavies Liu2016-02-1812-371/+448
* [SPARK-13351][SQL] fix column pruning on ExpandDavies Liu2016-02-182-2/+41
* [SPARK-13371][CORE][STRING] TaskSetManager.dequeueSpeculativeTask compares Op...Sean Owen2016-02-185-7/+11
* Add github pull request templateReynold Xin2016-02-171-0/+12
* [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