aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-11425] [SPARK-11486] Improve hybrid aggregationDavies Liu2015-11-048-214/+165
* [SPARK-11307] Reduce memory consumption of OutputCommitCoordinatorJosh Rosen2015-11-043-16/+34
* [SPARK-11398] [SQL] unnecessary def dialectClassName in HiveContext, and misl...Zhenhua Wang2015-11-043-7/+12
* [SPARK-11491] Update build to use Scala 2.10.5Josh Rosen2015-11-047-12/+12
* [SPARK-11510][SQL] Remove SQL aggregation tests for higher order statisticsReynold Xin2015-11-043-147/+28
* [SPARK-10028][MLLIB][PYTHON] Add Python API for PrefixSpanYu ISHIKAWA2015-11-043-2/+122
* [SPARK-11493] remove bitset from BytesToBytesMapDavies Liu2015-11-043-244/+15
* [SPARK-10949] Update Snappy version to 1.1.2Adam Roberts2015-11-044-7/+10
* [SPARK-11505][SQL] Break aggregate functions into multiple filesReynold Xin2015-11-0417-950/+1223
* [SPARK-11504][SQL] API audit for distributeBy and localSortReynold Xin2015-11-043-83/+113
* [SPARK-10304][SQL] Following up checking valid dir structure for partition di...Liang-Chi Hsieh2015-11-042-1/+29
* Closes #9464Reynold Xin2015-11-040-0/+0
* [SPARK-11490][SQL] variance should alias var_samp instead of var_pop.Reynold Xin2015-11-0411-114/+32
* [SPARK-11197][SQL] add doc for run SQL on files directlyWenchen Fan2015-11-041-0/+38
* [SPARK-11485][SQL] Make DataFrameHolder and DatasetHolder public.Reynold Xin2015-11-044-4/+21
* [SPARK-11235][NETWORK] Add ability to stream data using network lib.Marcelo Vanzin2015-11-0420-29/+1196
* [SPARK-10622][CORE][YARN] Differentiate dead from "mostly dead" executors.Marcelo Vanzin2015-11-047-50/+157
* [SPARK-11443] Reserve space linesXusen Yin2015-11-041-1/+1
* [SPARK-11380][DOCS] Replace example code in mllib-frequent-pattern-mining.md ...Pravin Gadakh2015-11-048-161/+387
* [SPARK-9492][ML][R] LogisticRegression in R should provide model statisticsYanbo Liang2015-11-044-8/+37
* [SPARK-11442] Reduce numSlices for local metrics test of SparkListenerSuitetedyu2015-11-041-4/+5
* [SPARK-2960][DEPLOY] Support executing Spark from symlinks (reopen)jerryshao2015-11-0431-183/+213
* [SPARK-11455][SQL] fix case sensitivity of partition byWenchen Fan2015-11-034-11/+39
* [SPARK-11329] [SQL] Cleanup from spark-11329 fix.Nong2015-11-034-52/+55
* [DOC] Missing link to R DataFrame API doclewuathe2015-11-032-9/+98
* [SPARK-11489][SQL] Only include common first order statistics in GroupedDataReynold Xin2015-11-033-207/+28
* [SPARK-11466][CORE] Avoid mockito in multi-threaded FsHistoryProviderSuite test.Marcelo Vanzin2015-11-032-39/+34
* Fix typo in WebUIJacek Laskowski2015-11-031-1/+1
* [SPARK-11477] [SQL] support create Dataset from RDDWenchen Fan2015-11-043-0/+20
* [SPARK-11467][SQL] add Python API for stddev/varianceDavies Liu2015-11-033-67/+105
* [SPARK-11407][SPARKR] Add doc for running from RStudiofelixcheung2015-11-031-3/+43
* [SPARK-10978][SQL] Allow data sources to eliminate filtersCheng Lian2015-11-036-68/+315
* [SPARK-9790][YARN] Expose in WebUI if NodeManager is the reason why executors...Mark Grover2015-11-038-17/+29
* [SPARK-11349][ML] Support transform string label for RFormulaYanbo Liang2015-11-032-1/+28
* [MINOR][ML] Fix naming conventions of AFTSurvivalRegression coefficientsYanbo Liang2015-11-032-25/+25
* [SPARK-9836][ML] Provide R-like summary statistics for OLS via normal equatio...Yanbo Liang2015-11-034-7/+243
* [SPARK-10304] [SQL] Partition discovery should throw an exception if the dir ...Liang-Chi Hsieh2015-11-032-13/+59
* [SPARK-11256] Mark all Stage/ResultStage/ShuffleMapStage internal state as pr...Reynold Xin2015-11-034-38/+80
* [SPARK-10533][SQL] handle scientific notation in sqlParserDaoyuan Wang2015-11-033-5/+32
* [SPARK-11344] Made ApplicationDescription and DriverDescription case classesJacek Lewandowski2015-11-037-46/+34
* [SPARK-11404] [SQL] Support for groupBy using column expressionsMichael Armbrust2015-11-033-6/+106
* [SPARK-11436] [SQL] rebind right encoder when join 2 datasetsWenchen Fan2015-11-032-1/+11
* [SPARK-10429] [SQL] make mutableProjection atomicDavies Liu2015-11-033-98/+97
* [SPARK-9858][SPARK-9859][SPARK-9861][SQL] Add an ExchangeCoordinator to estim...Yin Huai2015-11-039-44/+1115
* [SPARK-9034][SQL] Reflect field names defined in GenericUDTFnavis.ryu2015-11-0216-17/+34
* [SPARK-11469][SQL] Allow users to define nondeterministic udfs.Yin Huai2015-11-026-78/+262
* [SPARK-11432][GRAPHX] Personalized PageRank shouldn't use uniform initializationYves Raimond2015-11-022-15/+27
* [SPARK-11329][SQL] Support star expansion for structs.Nong Li2015-11-026-38/+230
* [SPARK-5354][SQL] Cached tables should preserve partitioning and ord…Nong Li2015-11-023-9/+97
* [MINOR][ML] removed the old `getModelWeights` functionDB Tsai2015-11-021-10/+0