aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-11236] [TEST-MAVEN] [TEST-HADOOP1.0] [CORE] Update Tachyon dependency ...Calvin Jia2015-11-022-9/+5
* [SPARK-10592] [ML] [PySpark] Deprecate weights and use coefficients instead i...vectorijk2015-11-0214-211/+263
* [SPARK-11343][ML] Allow float and double prediction/label columns in Regressi...Dominik Dahlem2015-11-021-4/+8
* [SPARK-10286][ML][PYSPARK][DOCS] Add @since annotation to pyspark.ml.param an...lihao2015-11-024-0/+230
* [SPARK-11383][DOCS] Replaced example code in mllib-naive-bayes.md/mllib-isoto...Rishabh Bhardwaj2015-11-028-207/+391
* [SPARK-11371] Make "mean" an alias for "avg" operatortedyu2015-11-022-0/+10
* [SPARK-11358][MLLIB] deprecate runs in k-meansXiangrui Meng2015-11-022-2/+6
* [SPARK-11456][TESTS] Remove deprecated junit.framework in Java testsSean Owen2015-11-024-83/+84
* [SPARK-11437] [PYSPARK] Don't .take when converting RDD to DataFrame with pro...Jason White2015-11-021-7/+1
* [SPARK-10997][CORE] Add "client mode" to netty rpc env.Marcelo Vanzin2015-11-0217-190/+266
* [SPARK-9817][YARN] Improve the locality calculation of containers by taking p...jerryshao2015-11-025-40/+159
* [SPARK-11311][SQL] spark cannot describe temporary functionsDaoyuan Wang2015-11-022-1/+15
* [SPARK-10786][SQL] Take the whole statement to generate the CommandProcessorhuangzhaowei2015-11-021-1/+1
* [SPARK-11413][BUILD] Bump joda-time version to 2.9 for java 8 and s3Yongjia Wang2015-11-021-1/+1
* [SPARK-11271][SPARK-11016][CORE] Use Spark BitSet instead of RoaringBitmap to...Liang-Chi Hsieh2015-11-027-33/+82
* [SPARK-9722] [ML] Pass random seed to spark.ml DecisionTree*Yu ISHIKAWA2015-11-011-3/+5
* [SPARK-9298][SQL] Add pearson correlation aggregation functionLiang-Chi Hsieh2015-11-017-2/+311
* [SPARK-11073][CORE][YARN] Remove akka dependency in secret key generation.Marcelo Vanzin2015-11-018-83/+138
* [SPARK-11020][CORE] Wait for HDFS to leave safe mode before initializing HS.Marcelo Vanzin2015-11-012-3/+166
* [SPARK-11410][SQL] Add APIs to provide functionality similar to Hive's DISTRI...Nong Li2015-11-014-19/+186
* [SPARK-11338] [WEBUI] Prepend app links on HistoryPage with uiRoot pathChristian Kadner2015-11-012-7/+23