aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11514][ML] Pass random seed to spark.ml DecisionTree*Yu ISHIKAWA2015-11-055-7/+14
* Revert "[SPARK-11469][SQL] Allow users to define nondeterministic udfs."Reynold Xin2015-11-056-262/+78
* [SPARK-11537] [SQL] fix negative hours/minutes/secondsDavies Liu2015-11-052-8/+28
* [SPARK-11542] [SPARKR] fix glm with long fomularDavies Liu2015-11-052-1/+14
* [SPARK-11536][SQL] Remove the internal implicit conversion from Expression to...Reynold Xin2015-11-051-281/+299
* [SPARK-10656][SQL] completely support special chars in DataFrameWenchen Fan2015-11-052-6/+16
* [SPARK-11260][SPARKR] with() function supportadrian5552015-11-055-6/+51
* [SPARK-11532][SQL] Remove implicit conversion from Expression to ColumnReynold Xin2015-11-051-52/+66
* [SPARK-10648] Oracle dialect to handle nonspecific numeric typesTravis Hegner2015-11-051-0/+25
* [SPARK-10265][DOCUMENTATION, ML] Fixed @Since annotation to ml.regressionEhsan M.Kermani2015-11-055-18/+119
* [SPARK-11513][SQL] Remove implicit conversion from LogicalPlan to DataFrameReynold Xin2015-11-052-50/+78
* [SPARK-11484][WEBUI] Using proxyBase set by spark AMSrinivasa Reddy Vundela2015-11-051-8/+4
* [SPARK-11473][ML] R-like summary statistics with intercept for OLS via normal...Yanbo Liang2015-11-054-41/+48
* [SPARK-11474][SQL] change fetchSize to fetchsizeHuaxin Gao2015-11-051-1/+2
* [SPARK-11501][CORE][YARN] Propagate spark.rpc config to executorsNishkam Ravi2015-11-051-0/+1
* [SPARK-11527][ML][PYSPARK] PySpark AFTSurvivalRegressionModel should expose c...Yanbo Liang2015-11-051-0/+24
* [MINOR][ML][DOC] Rename weights to coefficients in user guideYanbo Liang2015-11-051-12/+12
* [MINOR][SQL] A minor log line fixCheng Lian2015-11-051-1/+2
* [SPARK-11506][MLLIB] Removed redundant operation in Online LDA implementationa1singh2015-11-051-1/+1
* [SPARK-11449][CORE] PortableDataStream should be a factoryHerman van Hovell2015-11-051-29/+16
* [SPARK-11378][STREAMING] make StreamingContext.awaitTerminationOrTimeout retu...Nick Evans2015-11-052-1/+8
* [SPARK-11440][CORE][STREAMING][BUILD] Declare rest of @Experimental items non...Sean Owen2015-11-0515-75/+2
* [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