aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15394][ML][DOCS] User guide typos and grammar auditsethah2016-05-195-46/+45
* [SPARK-15398][ML] Update the warning message to recommend ML usageZheng RuiFeng2016-05-1912-37/+28
* [SPARK-15363][ML][EXAMPLE] Example code shouldn't use VectorImplicits._, asML...wm624@hotmail.com2016-05-191-2/+2
* [SPARK-15335][SQL] Implement TRUNCATE TABLE CommandLianhui Wang2016-05-193-0/+151
* [SPARK-15313][SQL] EmbedSerializerInFilter rule should keep exprIds of output...Takuya UESHIN2016-05-193-3/+18
* [SPARK-14261][SQL] Memory leak in Spark Thrift ServerOleg Danilov2016-05-191-0/+2
* [SPARK-14990][SQL] Fix checkForSameTypeInputExpr (ignore nullability)Reynold Xin2016-05-192-4/+56
* [SPARK-15075][SPARK-15345][SQL] Clean up SparkSession builder and propagate c...Reynold Xin2016-05-1943-357/+367
* [SPARK-11827][SQL] Adding java.math.BigInteger support in Java type inference...Kevin Yu2016-05-208-6/+76
* [SPARK-15321] Fix bug where Array[Timestamp] cannot be encoded/decoded correctlySumedh Mungee2016-05-201-0/+1
* Closes #11915Xiangrui Meng2016-05-190-0/+0
* [SPARK-15296][MLLIB] Refactor All Java Tests that use SparkSessionSandeep Singh2016-05-1959-1148/+207
* [SPARK-15416][SQL] Display a better message for not finding classes removed i...Shixiong Zhu2016-05-191-17/+44
* [MINOR][ML][PYSPARK] ml.evaluation Scala and Python API syncYanbo Liang2016-05-192-5/+2
* [SPARK-15341][DOC][ML] Add documentation for "model.write" to clarify "summar...Yanbo Liang2016-05-195-2/+23
* [SPARK-15375][SQL][STREAMING] Add ConsoleSink to structure streamingjerryshao2016-05-193-0/+76
* [SPARK-15414][MLLIB] Make the mllib,ml linalg type conversion APIs publicSandeep Singh2016-05-192-18/+42
* [SPARK-15361][ML] ML 2.0 QA: Scala APIs audit for ml.clusteringYanbo Liang2016-05-194-21/+43
* [SPARK-15411][ML] Add @since to ml.stat.MultivariateOnlineSummarizer.scalaDB Tsai2016-05-192-5/+10
* Fix the compiler error introduced by #13153 for Scala 2.10Shixiong Zhu2016-05-191-5/+5
* [SPARK-15392][SQL] fix default value of size estimation of logical planDavies Liu2016-05-194-7/+40
* [SPARK-15317][CORE] Don't store accumulators for every task in listenersShixiong Zhu2016-05-1911-32/+186
* [SPARK-14346][SQL] Lists unsupported Hive features in SHOW CREATE TABLE outputCheng Lian2016-05-194-21/+29
* [SPARK-15316][PYSPARK][ML] Add linkPredictionCol to GeneralizedLinearRegressionHolden Karau2016-05-191-11/+35
* [SPARK-15322][SQL][FOLLOW-UP] Update deprecated accumulator usage into accumu...hyukjinkwon2016-05-191-8/+8
* [SPARK-15387][SQL] SessionCatalog in SimpleAnalyzer does not need to make dat...Kousuke Saruta2016-05-191-2/+4
* [SPARK-15300] Fix writer lock conflict when remove a blockDavies Liu2016-05-192-8/+3
* [SPARK-14603][SQL][FOLLOWUP] Verification of Metadata Operations by Session C...gatorsmile2016-05-194-7/+14
* [SPARK-15390] fix broadcast with 100 millions rowsDavies Liu2016-05-193-4/+29
* [SPARK-14613][ML] Add @Since into the matrix and vector classes in spark-mlli...Pravin Gadakh2016-05-192-14/+94
* [SPARK-15292][ML] ML 2.0 QA: Scala APIs audit for classificationYanbo Liang2016-05-192-35/+91
* [SPARK-15362][ML] Make spark.ml KMeansModel load backwards compatibleYanbo Liang2016-05-191-5/+17
* [CORE][MINOR] Remove redundant set master in OutputCommitCoordinatorIntegrati...Sandeep Singh2016-05-191-1/+0
* [SPARK-14939][SQL] Add FoldablePropagation optimizerDongjoon Hyun2016-05-196-11/+208
* [SPARK-15031][EXAMPLES][FOLLOW-UP] Make Python param example working with Spa...hyukjinkwon2016-05-193-15/+13
* [SPARK-15381] [SQL] physical object operator should define reference correctlyWenchen Fan2016-05-184-47/+64
* [SPARK-15395][CORE] Use getHostString to create RpcAddressShixiong Zhu2016-05-181-4/+4
* [DOC][MINOR] ml.feature Scala and Python API syncBryan Cutler2016-05-195-19/+36
* [SPARK-14463][SQL] Document the semantics for read.textReynold Xin2016-05-183-2/+11
* [SPARK-15297][SQL] Fix Set -V Commandgatorsmile2016-05-193-5/+24
* [SPARK-15192][SQL] null check for SparkSession.createDataFrameWenchen Fan2016-05-189-22/+28
* [SPARK-15323][SPARK-14463][SQL] Fix reading of partitioned format=text datasetsJurriaan Pruis2016-05-185-15/+24
* Revert "[SPARK-15392][SQL] fix default value of size estimation of logical plan"Davies Liu2016-05-182-10/+2
* [SPARK-15392][SQL] fix default value of size estimation of logical planDavies Liu2016-05-182-2/+10
* [SPARK-15373][WEB UI] Spark UI should show consistent timezones.Dongjoon Hyun2016-05-187-28/+49
* [SPARK-15386][CORE] Master doesn't compile against Java 1.7 / Process.isAliveSean Owen2016-05-181-1/+1
* [SPARK-14891][ML] Add schema validation for ALSNick Pentreath2016-05-184-22/+147
* [SPARK-15342] [SQL] [PYSPARK] PySpark test for non ascii column name does not...Liang-Chi Hsieh2016-05-182-3/+11
* [SPARK-15357] Cooperative spilling should check consumer memory modeDavies Liu2016-05-1816-106/+145
* [SPARK-15263][CORE] Make shuffle service dir cleanup faster by using `rm -rf`Tejas Patil2016-05-183-16/+61