aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19139][CORE] New auth mechanism for transport library.Marcelo Vanzin2017-01-2434-422/+1709
* [SPARK-18036][ML][MLLIB] Fixing decision trees handling edge casesIlya Matiach2017-01-243-6/+51
* [SPARK-17913][SQL] compare atomic and string type column may return confusing...Wenchen Fan2017-01-247-7/+38
* [SPARK-14049][CORE] Add functionality in spark history sever API to query app...Parag Chaudhari2017-01-247-5/+311
* [SPARK-19246][SQL] CataLogTable's partitionSchema order and exist checkwindpiger2017-01-241-4/+9
* [SPARK-19152][SQL] DataFrameWriter.saveAsTable support hive appendwindpiger2017-01-249-38/+83
* delete useless var “j”Souljoy Zhuo2017-01-241-2/+0
* [DOCS] Fix typo in docsuncleGen2017-01-245-7/+7
* [SPARK-18823][SPARKR] add support for assigning to columnFelix Cheung2017-01-242-13/+55
* [SPARK-16101][HOTFIX] Fix the build with Scala 2.10 by explicit typed argumenthyukjinkwon2017-01-231-1/+1
* [SPARK-19268][SS] Disallow adaptive query execution for streaming queriesShixiong Zhu2017-01-232-1/+17
* [SPARK-9435][SQL] Reuse function in Java UDF to correctly support expressions...hyukjinkwon2017-01-232-23/+68
* [SPARK-19272][SQL] Remove the param `viewOriginalText` from `CatalogTable`jiangxingbo2017-01-249-45/+39
* [SPARK-19290][SQL] add a new extending interface in Analyzer for post-hoc res...Wenchen Fan2017-01-236-55/+30
* [SPARK-17747][ML] WeightCol support non-double numeric datatypesZheng RuiFeng2017-01-239-38/+95
* [SPARK-19306][CORE] Fix inconsistent state in DiskBlockObject when expection ...jerryshao2017-01-231-19/+25
* [SPARK-16473][MLLIB] Fix BisectingKMeans Algorithm failing in edge caseIlya Matiach2017-01-233-7/+44
* [SPARK-17455][MLLIB] Improve PAVA implementation in IsotonicRegressionz001qdp2017-01-232-71/+97
* [SPARK-14709][ML] spark.ml API for linear SVMYuhao2017-01-233-2/+789
* [SPARK-19284][SQL] append to partitioned datasource table should without cust...windpiger2017-01-233-5/+36
* [SPARK-19146][CORE] Drop more elements when stageData.taskData.size > retaine...Yuming Wang2017-01-233-9/+47
* [SPARK-19218][SQL] Fix SET command to show a result correctly and in a sorted...Dongjoon Hyun2017-01-233-3/+36
* [SPARK-19155][ML] Make family case insensitive in GLMactuaryzhang2017-01-232-4/+6
* [SPARK-19309][SQL] disable common subexpression elimination for conditional e...Wenchen Fan2017-01-237-171/+84
* [SPARK-19229][SQL] Disallow Creating Hive Source Tables when Hive Support is ...gatorsmile2017-01-2218-93/+72
* [SPARK-16101][SQL] Refactoring CSV read path to be consistent with JSON data ...hyukjinkwon2017-01-237-316/+293
* [SPARK-19291][SPARKR][ML] spark.gaussianMixture supports output log-likelihood.Yanbo Liang2017-01-213-5/+19
* [SPARK-19155][ML] MLlib GeneralizedLinearRegression family and link should ca...Yanbo Liang2017-01-212-6/+6
* [SPARK-19153][SQL] DataFrameWriter.saveAsTable work with create partitioned t...windpiger2017-01-223-19/+26
* [SPARK-19117][SPARK-18922][TESTS] Fix the rest of flaky, newly introduced and...hyukjinkwon2017-01-215-9/+13
* [SPARK-17724][STREAMING][WEBUI] Unevaluated new lines in tooltip in DAG Visua...Xin Ren2017-01-211-2/+32
* [SPARK-19305][SQL] partitioned table should always put partition columns at t...Wenchen Fan2017-01-212-18/+72
* [SPARK-14536][SQL] fix to handle null value in array type column for postgres.sureshthalamati2017-01-202-5/+13
* [SPARK-16101][SQL] Refactoring CSV write path to be consistent with JSON data...hyukjinkwon2017-01-215-115/+135
* [SPARK-19267][SS] Fix a race condition when stopping StateStoreShixiong Zhu2017-01-201-27/+61
* [SPARK-18589][SQL] Fix Python UDF accessing attributes from both side of joinDavies Liu2017-01-205-13/+30
* [SPARK-19314][SS][CATALYST] Do not allow sort before aggregation in Structure...Tathagata Das2017-01-202-3/+8
* [SPARK-19069][CORE] Expose task 'status' and 'duration' in spark history serv...Parag Chaudhari2017-01-2015-5/+360
* [SPARK-19302][DOC][MINOR] Fix the wrong item format in security.mdsarutak2017-01-201-0/+1
* [SPARK-19271][SQL] Change non-cbo estimation of aggregatewangzhenhua2017-01-197-11/+38
* [SPARK-19292][SQL] filter with partition columns should be case-insensitive o...Wenchen Fan2017-01-193-2/+25
* [SPARK-17912] [SQL] Refactor code generation to get data for ColumnVector/Col...Kazuaki Ishizaki2017-01-192-84/+135
* [SPARK-19295][SQL] IsolatedClientLoader's downloadVersion should log the loca...Yin Huai2017-01-191-0/+1
* [SPARK-16654][CORE] Add UI coverage for Application Level BlacklistingJosé Hiram Soltren2017-01-1936-235/+950
* [SPARK-19059][SQL] Unable to retrieve data from parquet table whose name star...jayadevanmurali2017-01-192-46/+53
* [SPARK-14272][ML] Add Loglikelihood in GaussianMixtureSummaryZheng RuiFeng2017-01-195-4/+27
* [SPARK-19265][SQL] make table relation cache general and does not depend on hiveWenchen Fan2017-01-1920-198/+144
* Update known_translations for contributor namesYin Huai2017-01-181-2/+3
* [SPARK-14975][ML] Fixed GBTClassifier to predict probability per training ins...Ilya Matiach2017-01-185-29/+248
* [SPARK-19182][DSTREAM] Optimize the lock in StreamingJobProgressListener to n...uncleGen2017-01-182-8/+13