aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Preparing Spark release v1.5.0-rc1v1.5.0-rc1Patrick Wendell2015-08-2033-33/+33
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-2033-33/+33
* Preparing Spark release v1.5.0-rc1Patrick Wendell2015-08-2033-33/+33
* [SPARK-9245] [MLLIB] LDA topic assignmentsJoseph K. Bradley2015-08-204-7/+74
* [SPARK-10108] Add since tags to mllib.featureMechCoder2015-08-209-11/+76
* [SPARK-10138] [ML] move setters to MultilayerPerceptronClassifier and add Jav...Xiangrui Meng2015-08-202-27/+101
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-2033-33/+33
* Preparing Spark release v1.5.0-rc1Patrick Wendell2015-08-2033-33/+33
* [SPARK-10126] [PROJECT INFRA] Fix typo in release-build.sh which broke snapsh...Josh Rosen2015-08-201-2/+2
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-2033-33/+33
* Preparing Spark release v1.5.0-rc1Patrick Wendell2015-08-2033-33/+33
* [SPARK-10136] [SQL] Fixes Parquet support for Avro array of primitive arrayCheng Lian2015-08-2013-844/+1718
* [SPARK-9982] [SPARKR] SparkR DataFrame fail to return data of Decimal typeAlex Shkurenko2015-08-201-0/+5
* [MINOR] [SQL] Fix sphinx warnings in PySpark SQLMechCoder2015-08-202-5/+7
* [SPARK-10100] [SQL] Eliminate hash table lookup if there is no grouping key i...Reynold Xin2015-08-202-10/+22
* [SPARK-10092] [SQL] Backports #8324 to branch-1.5Yin Huai2015-08-2016-94/+398
* [SPARK-10128] [STREAMING] Used correct classloader to deserialize WAL dataTathagata Das2015-08-191-2/+3
* [SPARK-10125] [STREAMING] Fix a potential deadlock in JobGenerator.stopzsxwing2015-08-191-0/+4
* [SPARK-10124] [MESOS] Fix removing queued driver in mesos cluster mode.Timothy Chen2015-08-191-8/+11
* [SPARK-9812] [STREAMING] Fix Python 3 compatibility issue in PySpark Streamin...zsxwing2015-08-198-14/+23
* [SPARK-9242] [SQL] Audit UDAF interface.Reynold Xin2015-08-1918-349/+386
* [SPARK-9895] User Guide for RFormula Feature TransformerEric Liang2015-08-192-2/+110
* [SPARK-6489] [SQL] add column pruning for GenerateWenchen Fan2015-08-193-2/+100
* [SPARK-10119] [CORE] Fix isDynamicAllocationEnabled when config is expliticly...Marcelo Vanzin2015-08-192-1/+15
* [SPARK-10083] [SQL] CaseWhen should support type coercion of DecimalType and ...Daoyuan Wang2015-08-192-2/+13
* [SPARK-9899] [SQL] Disables customized output committer when speculation is onCheng Lian2015-08-192-1/+49
* [SPARK-10090] [SQL] fix decimal scale of divisionDavies Liu2015-08-196-31/+157
* [SPARK-9627] [SQL] Stops using Scala runtime reflection in DictionaryEncodingCheng Lian2015-08-192-12/+4
* [SPARK-10073] [SQL] Python withColumn should replace the old columnDavies Liu2015-08-193-7/+12
* [SPARK-10087] [CORE] [BRANCH-1.5] Disable spark.shuffle.reduceLocality.enable...Yin Huai2015-08-192-3/+3
* [SPARK-10107] [SQL] fix NPE in format_numberDavies Liu2015-08-192-3/+3
* [SPARK-8918] [MLLIB] [DOC] Add @since tags to mllib.clusteringXiangrui Meng2015-08-199-52/+338
* [SPARK-10106] [SPARKR] Add `ifelse` Column function to SparkRYu ISHIKAWA2015-08-193-1/+22
* [SPARK-10097] Adds `shouldMaximize` flag to `ml.evaluation.Evaluator`Feynman Liang2015-08-1910-22/+52
* [SPARK-9856] [SPARKR] Add expression functions into SparkR whose params are c...Yu ISHIKAWA2015-08-195-6/+649
* [SPARK-10084] [MLLIB] [DOC] Add Python example for mllib FP-growth user guideYanbo Liang2015-08-191-23/+50
* [SPARK-10060] [ML] [DOC] spark.ml DecisionTree user guideJoseph K. Bradley2015-08-195-13/+519
* [SPARK-8949] Print warnings when using preferred locations featureHan JU2015-08-191-0/+5
* [SPARK-9977] [DOCS] Update documentation for StringIndexerlewuathe2015-08-191-1/+5
* [DOCS] [SQL] [PYSPARK] Fix typo in ntile functionMoussa Taifi2015-08-191-1/+1
* [SPARK-10070] [DOCS] Remove Guava dependencies in user guidesSean Owen2015-08-192-35/+38
* Fix Broken LinkBill Chambers2015-08-191-1/+1
* [SPARK-9967] [SPARK-10099] [STREAMING] Renamed conf spark.streaming.backpress...Tathagata Das2015-08-184-8/+8
* [SPARK-9952] Fix N^2 loop when DAGScheduler.getPreferredLocsInternal accesses...Josh Rosen2015-08-184-16/+18
* [SPARK-9508] GraphX Pregel docs update with new Pregel codeAlexander Ulanov2015-08-181-10/+8
* [SPARK-9705] [DOC] fix docs about Python versionDavies Liu2015-08-182-3/+15
* [SPARK-10093] [SPARK-10096] [SQL] Avoid transformation on executors & fix UDF...Reynold Xin2015-08-184-7/+68
* [SPARK-10095] [SQL] use public API of BigIntegerDavies Liu2015-08-183-45/+11
* [SPARK-10075] [SPARKR] Add `when` expressino function in SparkRYu ISHIKAWA2015-08-185-0/+45
* [SPARK-9939] [SQL] Resorts to Java process API in CliSuite, HiveSparkSubmitSu...Cheng Lian2015-08-195-91/+149