aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-15346][MLLIB] Reduce duplicate computation in picking initial pointsDLucky2016-05-181-6/+10
* [SPARK-15334][SQL][HOTFIX] Fixes compilation error for Scala 2.10Cheng Lian2016-05-181-1/+1
* [MINOR][SQL] Remove unused pattern matching variables in Optimizers.Dongjoon Hyun2016-05-181-17/+16
* [SPARK-15322][MLLIB][CORE][SQL] update deprecate accumulator usage into accum...WeichenXu2016-05-187-26/+28
* [SPARK-15307][SQL] speed up listing files for data sourceDavies Liu2016-05-182-14/+33
* [SPARK-15334][SQL] HiveClient facade not compatible with Hive 0.12Sean Zhong2016-05-183-123/+545
* [SPARK-14978][PYSPARK] PySpark TrainValidationSplitModel should support valid...Takuya Kuwahara2016-05-182-10/+53
* [SPARK-14346] Fix scala-2.10 buildYin Huai2016-05-171-1/+1
* [SPARK-15171][SQL] Remove the references to deprecated method dataset.registe...Sean Zhong2016-05-1874-401/+407
* [SPARK-14346][SQL] Native SHOW CREATE TABLE for Hive tables/viewsCheng Lian2016-05-174-58/+333
* [SPARK-11735][CORE][SQL] Add a check in the constructor of SQLContext/SparkSe...Shixiong Zhu2016-05-173-1/+4
* [SPARK-15244] [PYTHON] Type of column name created with createDataFrame is no...Dongjoon Hyun2016-05-172-0/+9
* [SPARK-14615][ML] Use the new ML Vector and Matrix in the ML pipeline based a...DB Tsai2016-05-17182-484/+1176
* [MINOR][DOCS] Replace remaining 'sqlContext' in ScalaDoc/JavaDoc.Dongjoon Hyun2016-05-176-15/+15
* [SPARK-15182][ML] Copy MLlib doc to ML: ml.feature.tf, idfYuhao Yang2016-05-172-9/+45
* [SPARK-10216][SQL] Avoid creating empty files during overwriting with group b...hyukjinkwon2016-05-174-126/+182
* [SPARK-14346][SQL][FOLLOW-UP] add tests for CREAT TABLE USING with partition ...Wenchen Fan2016-05-173-2/+106
* [SPARK-15165] [SQL] Codegen can break because toCommentSafeString is not actu...Kousuke Saruta2016-05-173-1/+320
* [SPARK-15318][ML][EXAMPLE] spark.ml Collaborative Filtering example does not ...wm624@hotmail.com2016-05-171-7/+12
* [SPARK-15333][DOCS] Reorganize building-spark.md; rationalize vs wikiSean Owen2016-05-171-139/+156
* [SPARK-14434][ML] User guide doc and examples for GaussianMixture in spark.mlwm624@hotmail.com2016-05-174-0/+252
* [SPARK-15351][SQL] RowEncoder should support array as the external type for A...Wenchen Fan2016-05-175-55/+92
* [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen2016-05-1735-41/+59
* [SPARK-14906][ML] Copy linalg in PySpark to new ML packageXiangrui Meng2016-05-173-45/+1564
* [SPARK-14942][SQL][STREAMING] Reduce delay between batch construction and exe...Liwei Lin2016-05-164-19/+99
* [SPARK-12972][CORE][TEST-MAVEN][TEST-HADOOP2.2] Update org.apache.httpcompone...Sean Owen2016-05-162-1/+7
* [SPARK-14979][ML][PYSPARK] Add examples for GeneralizedLinearRegressionYanbo Liang2016-05-163-0/+227
* [SPARK-15305][ML][DOC] spark.ml document Bisectiong k-means has the incorrect...wm624@hotmail.com2016-05-161-3/+1
* [SPARK-15253][SQL] Support old table schema config key "spark.sql.sources.sch...Sean Zhong2016-05-162-11/+21
* [MINOR] Fix TyposZheng RuiFeng2016-05-156-41/+42
* [SPARK-12972][CORE] Update org.apache.httpcomponents.httpclientSean Owen2016-05-1510-63/+40