aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-16930][YARN] Fix a couple of races in cluster app initialization.Marcelo Vanzin2016-08-173-59/+66
* [SPARK-17102][SQL] bypass UserDefinedGenerator for json format checkWenchen Fan2016-08-171-1/+2
* [SPARK-17106] [SQL] Simplify the SubqueryExpression interfaceHerman van Hovell2016-08-178-74/+56
* [SPARK-15285][SQL] Generated SpecificSafeProjection.apply method grows beyond...Kazuaki Ishizaki2016-08-172-6/+66
* [SPARK-16444][SPARKR] Isotonic Regression wrapper in SparkRwm624@hotmail.com2016-08-176-1/+277
* [SPARK-17032][SQL] Add test cases for methods in ParserUtils.jiangxingbo2016-08-172-7/+128
* [MINOR][DOC] Fix the descriptions for `properties` argument in the documenati...mvervuurt2016-08-161-5/+6
* [SPARK-17068][SQL] Make view-usage visible during analysisHerman van Hovell2016-08-1620-71/+94
* [SPARK-17084][SQL] Rename ParserUtils.assert to validateHerman van Hovell2016-08-163-12/+11
* [SPARK-17089][DOCS] Remove api doc link for mapReduceTriplets operatorsandy2016-08-161-3/+2
* [SPARK-16519][SPARKR] Handle SparkR RDD generics that create warnings in R CM...Felix Cheung2016-08-1617-287/+312
* [MINOR][SPARKR] spark.glm weightCol should in the signature.Yanbo Liang2016-08-161-1/+1
* [SPARK-17035] [SQL] [PYSPARK] Improve Timestamp not to lose precision for all...Dongjoon Hyun2016-08-162-1/+6
* [MINOR][DOC] Correct code snippet results in quick start documentationlinbojin2016-08-161-5/+5