aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10142] [STREAMING] Made python checkpoint recovery handle non-local ch...Tathagata Das2015-08-233-16/+58
* [SPARK-10164] [MLLIB] Fixed GMM distributed decomposition bugJoseph K. Bradley2015-08-232-9/+35
* [SPARK-10148] [STREAMING] Display active and inactive receiver numbers in Str...zsxwing2015-08-232-0/+14
* Update streaming-programming-guide.mdKeiji Yoshida2015-08-231-1/+1
* Update programming-guide.mdKeiji Yoshida2015-08-221-1/+1
* [SPARK-9893] User guide with Java test suite for VectorSlicerXusen Yin2015-08-212-0/+218
* [SPARK-10163] [ML] Allow single-category features for GBT modelsJoseph K. Bradley2015-08-211-5/+0
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-2133-33/+33
* Preparing Spark release v1.5.0-rc2Patrick Wendell2015-08-2133-33/+33
* Version update for Spark 1.5.0 and add CHANGES.txt file.Reynold Xin2015-08-215-7/+24657
* [SPARK-10143] [SQL] Use parquet's block size (row group size) setting as the ...Yin Huai2015-08-211-2/+39
* [SPARK-9864] [DOC] [MLlib] [SQL] Replace since in scaladoc to Since annotationMechCoder2015-08-2168-862/+692
* [SPARK-10122] [PYSPARK] [STREAMING] Fix getOffsetRanges bug in PySpark-Stream...jerryshao2015-08-212-2/+7
* [SPARK-10130] [SQL] type coercion for IF should have children resolved firstDaoyuan Wang2015-08-212-0/+8
* [SPARK-9846] [DOCS] User guide for Multilayer Perceptron ClassifierAlexander Ulanov2015-08-202-0/+124
* [SPARK-10140] [DOC] add target fields to @SinceXiangrui Meng2015-08-201-0/+2
* Preparing development version 1.5.1-SNAPSHOTPatrick Wendell2015-08-2033-33/+33
* 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