aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16508][SPARKR] doc updates and more CRAN check fixesFelix Cheung2016-08-2212-114/+119
* [SPARK-17162] Range does not support SQL generationEric Liang2016-08-228-18/+44
* [MINOR][SQL] Fix some typos in comments and test hintsSean Zhong2016-08-223-7/+7
* [SPARKR][MINOR] Add Xiangrui and Felix to maintainersShivaram Venkataraman2016-08-221-0/+2
* [SPARK-17173][SPARKR] R MLlib refactor, cleanup, reformat, fix deprecation in...Felix Cheung2016-08-222-117/+98
* [SPARK-16320][DOC] Document G1 heap region's effect on spark 2.0 vs 1.6Sean Owen2016-08-221-19/+17
* [SPARKR][MINOR] Fix Cache Folder Path in WindowsJunyang Qian2016-08-221-1/+1
* [SPARK-15113][PYSPARK][ML] Add missing num features num classesHolden Karau2016-08-224-11/+66
* [SPARK-17085][STREAMING][DOCUMENTATION AND ACTUAL CODE DIFFERS - UNSUPPORTED ...Jagadeesan2016-08-221-2/+2
* [SPARK-17115][SQL] decrease the threshold when split expressionsDavies Liu2016-08-223-5/+59
* [SPARK-16968] Document additional options in jdbc WriterGraceH2016-08-221-0/+14
* [SPARK-17127] Make unaligned access in unsafe available for AArch64Richael2016-08-221-1/+1
* [SPARK-16498][SQL] move hive hack for data source table into HiveExternalCatalogWenchen Fan2016-08-2124-653/+536
* [SPARK-17098][SQL] Fix `NullPropagation` optimizer to handle `COUNT(NULL) OVE...Dongjoon Hyun2016-08-213-0/+49
* [MINOR][R] add SparkR.Rcheck/ and SparkR_*.tar.gz to R/.gitignoreXiangrui Meng2016-08-211-0/+2
* [SPARK-17002][CORE] Document that spark.ssl.protocol. is required for SSLwm624@hotmail.com2016-08-212-1/+7
* [SPARK-16961][FOLLOW-UP][SPARKR] More robust test case for spark.gaussianMixt...Yanbo Liang2016-08-211-22/+25
* [SPARK-17090][ML] Make tree aggregation level in linear/logistic regression c...hqzizania2016-08-205-17/+74
* [SPARK-12666][CORE] SparkSubmit packages fix for when 'default' conf doesn't ...Bryan Cutler2016-08-201-4/+7
* [SPARK-17124][SQL] RelationalGroupedDataset.agg should preserve order and all...petermaxlee2016-08-212-2/+14
* [SPARK-17104][SQL] LogicalRelation.newInstance should follow the semantics of...Liang-Chi Hsieh2016-08-202-2/+16
* [SPARKR][EXAMPLE] change example APP namewm624@hotmail.com2016-08-201-1/+1
* [SPARK-16508][SPARKR] Fix CRAN undocumented/duplicated arguments warnings.Junyang Qian2016-08-2011-267/+419
* [SPARK-15018][PYSPARK][ML] Improve handling of PySpark Pipeline when used wit...Bryan Cutler2016-08-192-8/+14
* [SPARK-17150][SQL] Support SQL generation for inline tablespetermaxlee2016-08-204-2/+30
* [SPARK-17158][SQL] Change error message for out of range numeric literalsSrinath Shankar2016-08-193-17/+27
* [SPARK-17149][SQL] array.sql for testing array related functionspetermaxlee2016-08-197-33/+248
* [SPARK-16443][SPARKR] Alternating Least Squares (ALS) wrapperJunyang Qian2016-08-196-5/+322
* [SPARK-17113] [SHUFFLE] Job failure due to Executor OOM in offheap modeSital Kedia2016-08-192-1/+8
* [SPARK-11227][CORE] UnknownHostException can be thrown when NameNode HA is en...Kousuke Saruta2016-08-191-1/+21
* [SPARK-16673][WEB UI] New Executor Page removed conditional for Logs and Thre...Alex Bozarth2016-08-192-11/+34
* [SPARK-16994][SQL] Whitelist operators for predicate pushdownReynold Xin2016-08-194-7/+35
* [SPARK-16965][MLLIB][PYSPARK] Fix bound checking for SparseVector.Jeff Zhang2016-08-193-15/+40
* [SPARK-17141][ML] MinMaxScaler should remain NaN value.Yanbo Liang2016-08-192-2/+31
* [SPARK-16961][CORE] Fixed off-by-one error that biased randomizeInPlaceNick Lavers2016-08-196-15/+50
* [SPARK-7159][ML] Add multiclass logistic regression to Spark MLsethah2016-08-184-88/+2062
* HOTFIX: compilation broken due to protected ctor.Reynold Xin2016-08-181-2/+1
* [SPARK-16947][SQL] Support type coercion and foldable expression for inline t...petermaxlee2016-08-199-46/+452
* [SPARK-16447][ML][SPARKR] LDA wrapper in SparkRXusen Yin2016-08-187-2/+490
* [SPARK-17117][SQL] 1 / NULL should not fail analysispetermaxlee2016-08-184-23/+89
* [SPARK-17069] Expose spark.range() as table-valued function in SQLEric Liang2016-08-188-1/+267
* [SPARK-17087][MESOS] Documentation for Making Spark on Mesos honor port restr...Stavros Kontopoulos2016-08-181-0/+10
* [SPARK-17107][SQL] Remove redundant pushdown rule for UnionLiang-Chi Hsieh2016-08-182-17/+7
* [SPARK-16391][SQL] Support partial aggregation for reduceGroupsReynold Xin2016-08-183-5/+146
* [SPARK-17034][SQL] Minor code cleanup for UnresolvedOrdinalpetermaxlee2016-08-184-37/+28
* [SPARK-16995][SQL] TreeNodeException when flat mapping RelationalGroupedDatas...Liang-Chi Hsieh2016-08-182-0/+26
* [SPARK-17038][STREAMING] fix metrics retrieval source of 'lastReceivedBatch'Xin Ren2016-08-172-3/+6
* [SPARK-17096][SQL][STREAMING] Improve exception string reported through the S...Tathagata Das2016-08-174-14/+10
* [SPARK-16736][CORE][SQL] purge superfluous fs callsSteve Loughran2016-08-1713-109/+92
* [SPARK-16446][SPARKR][ML] Gaussian Mixture Model wrapper in SparkRYanbo Liang2016-08-176-3/+338