aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11559][MLLIB] Make `runs` no effect in mllib.KMeansYanbo Liang2016-04-264-41/+16
* [MINOR] Follow-up to #12625Andrew Or2016-04-263-6/+6
* [SPARK-14912][SQL] Propagate data source options to Hadoop configurationReynold Xin2016-04-2612-57/+99
* [SPARK-14313][ML][SPARKR] AFTSurvivalRegression model persistence in SparkRYanbo Liang2016-04-264-3/+91
* [SPARK-14910][SQL] Native DDL Command Support for Describe Function in Non-id...gatorsmile2016-04-264-3/+79
* [MINOR][DOCS] Minor typo fixesJacek Laskowski2016-04-2610-15/+14
* [SPARK-14756][CORE] Use parseLong instead of valueOfAzeem Jiva2016-04-265-13/+13
* [SPARK-14889][SPARK CORE] scala.MatchError: NONE (of class scala.Enumeration)...Subhobrata Dey2016-04-262-0/+4
* Fix dynamic allocation docs to address cached data.Michael Gummelt2016-04-261-2/+3
* [SPARK-13962][ML] spark.ml Evaluators should support other numeric types for ...BenFradet2016-04-268-51/+88
* [HOTFIX] Fix the problem for real this time.Reynold Xin2016-04-251-5/+5
* [HOTFIX] Fix compilationReynold Xin2016-04-251-4/+4
* [SPARK-14861][SQL] Replace internal usages of SQLContext with SparkSessionAndrew Or2016-04-25101-715/+785
* [SPARK-14904][SQL] Put removed HiveContext in compatibility moduleAndrew Or2016-04-253-0/+170
* [SPARK-14870][SQL][FOLLOW-UP] Move decimalDataWithNulls in DataFrameAggregate...Sameer Agarwal2016-04-252-15/+9
* [SPARK-14902][SQL] Expose RuntimeConfig in SparkSessionAndrew Or2016-04-2538-81/+131
* [SPARK-14888][SQL] UnresolvedFunction should use FunctionIdentifierReynold Xin2016-04-2513-92/+117
* [SPARK-14828][SQL] Start SparkSession in REPL instead of SQLContextAndrew Or2016-04-256-50/+65
* [SPARK-14312][ML][SPARKR] NaiveBayes model persistence in SparkRYanbo Liang2016-04-256-5/+162
* [SPARK-13739][SQL] Push Predicate Through Windowgatorsmile2016-04-255-33/+294
* [SPARK-14721][SQL] Remove HiveContext (part 2)Andrew Or2016-04-2521-110/+86
* [SPARK-14731][shuffle]Revert SPARK-12130 to make 2.0 shuffle service compatib...Lianhui Wang2016-04-2510-39/+39
* [SPARK-10574][ML][MLLIB] HashingTF supports MurmurHash3Yanbo Liang2016-04-255-30/+162
* [SPARK-14892][SQL][TEST] Disable the HiveCompatibilitySuite test case for INP...gatorsmile2016-04-251-2/+4
* [MINOR][ML][PYTHON][DOC] Remove use of JavaMLWriter/Reader in public Python A...Joseph K. Bradley2016-04-251-4/+4
* [SPARK-14433][PYSPARK][ML] PySpark ml GaussianMixturewm624@hotmail.com2016-04-252-3/+170
* [SPARK-14744][EXAMPLES] Clean up examples packaging, remove outdated examples.Marcelo Vanzin2016-04-2511-1125/+16
* [SPARK-14768][ML][PYSPARK] removed expectedType from Param __init__()Jason Lee2016-04-251-8/+1
* [SPARK-14875][SQL] Makes OutputWriterFactory.newInstance publicCheng Lian2016-04-252-2/+2
* [SPARK-14636] Add minimum memory checks for drivers and executorsPeter Ableda2016-04-251-0/+16
* [SPARK-14758][ML] Add checking for StepSize and TolZheng RuiFeng2016-04-251-2/+4
* [SPARK-14790] Always run scalastyle on sbt compile and testEric Liang2016-04-252-1/+84
* [SPARK-14870] [SQL] Fix NPE in TPCDS q14aSameer Agarwal2016-04-244-3/+37
* [SPARK-14881] [PYTHON] [SPARKR] pyspark and sparkR shell default log level sh...felixcheung2016-04-242-0/+5
* [SPARK-14883][DOCS] Fix wrong R examples and make them up-to-dateDongjoon Hyun2016-04-245-36/+31
* [SPARK-14885][SQL] When creating a CatalogColumn, we should use the catalogSt...Yin Huai2016-04-242-3/+3
* [SPARK-14868][BUILD] Enable NewLineAtEofChecker in checkstyle and fix lint-ja...Dongjoon Hyun2016-04-2426-45/+45
* [SPARK-14876][SQL] SparkSession should be case insensitive by defaultReynold Xin2016-04-245-190/+208
* Disable flaky script transformation testReynold Xin2016-04-241-2/+2
* [SPARK-14548][SQL] Support not greater than and not less than operator in Spa...jliwork2016-04-245-3/+15
* [SPARK-14691][SQL] Simplify and Unify Error Generation for Unsupported Alter ...gatorsmile2016-04-245-138/+40
* [DOCS][MINOR] Screenshot + minor fixes to improve reading for accumulatorsJacek Laskowski2016-04-242-6/+12
* [SPARK-13267][WEB UI] document the ?param arguments of the REST API; lift theā€¦Steve Loughran2016-04-241-16/+51
* Support single argument version of sqlContext.getConfmathieu longtin2016-04-231-3/+17
* [SPARK-14879][SQL] Move CreateMetastoreDataSource and CreateMetastoreDataSour...Yin Huai2016-04-239-451/+497
* [SPARK-14833][SQL][STREAMING][TEST] Refactor StreamTests to test for source f...Tathagata Das2016-04-232-197/+233
* [SPARK-14838] [SQL] Set default size for ObjecType to avoid failure when esti...Liang-Chi Hsieh2016-04-232-2/+24
* [SPARK-12148][SPARKR] fix doc after renaming DataFrame to SparkDataFramefelixcheung2016-04-232-10/+11
* [SPARK-14856] Correct message in assertion for 'returning batch for wide table'tedyu2016-04-231-1/+1
* [MINOR] [SQL] Fix error message string in nullSafeEvel of TernaryExpressionDongjoon Hyun2016-04-231-1/+2