aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-17239][ML][DOC] Update user guide for multiclass logistic regressionsethah2016-10-057-7/+255
* [SPARK-17328][SQL] Fix NPE with EXPLAIN DESCRIBE TABLEDongjoon Hyun2016-10-055-18/+68
* [SPARK-17258][SQL] Parse scientific decimal literals as decimalsHerman van Hovell2016-10-047-39/+38
* [SPARK-17658][SPARKR] read.df/write.df API taking path optionally in SparkRhyukjinkwon2016-10-046-13/+127
* [SPARK-17495][SQL] Add Hash capability semantically equivalent to Hive'sTejas Patil2016-10-046-151/+631
* [SPARK-17549][SQL] Only collect table size stat in driver for cached relation.Marcelo Vanzin2016-10-042-18/+20
* [SPARKR][DOC] minor formatting and output cleanup for R vignettesFelix Cheung2016-10-041-11/+20
* [SPARK-17744][ML] Parity check between the ml and mllib test suites for NBZheng RuiFeng2016-10-047-12/+70
* [SPARK-16962][CORE][SQL] Fix misaligned record accesses for SPARC architecturessumansomasundar2016-10-046-46/+144
* [SPARK-17671][WEBUI] Spark 2.0 history server summary page is slow even set s...Sean Owen2016-10-047-35/+22
* [SPARK-17559][MLLIB] persist edges if their storage level is non in PeriodicG...ding2016-10-041-1/+4
* [SPARK-17773] Input/Output] Add VoidObjectInspectorErgin Seyfe2016-10-032-0/+3
* [SPARK-17702][SQL] Code generation including too many mutable states exceeds ...Takuya UESHIN2016-10-038-12/+48
* [SPARK-17112][SQL] "select null" via JDBC triggers IllegalArgumentException i...Dongjoon Hyun2016-10-032-6/+46
* [SPARK-17753][SQL] Allow a complex expression as the input a value based case...Herman van Hovell2016-10-033-7/+11
* [SPARK-17587][PYTHON][MLLIB] SparseVector __getitem__ should follow __getitem...zero3232016-10-034-16/+36
* [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConverter patchJason White2016-10-034-24/+6
* [SPARK-17718][DOCS][MLLIB] Make loss function formulation label note clearer ...Sean Owen2016-10-031-4/+5
* [SPARK-17073][SQL] generate column-level statisticsZhenhua Wang2016-10-0313-114/+906
* [SPARK-17736][DOCUMENTATION][SPARKR] Update R README for rmarkdown,…Jagadeesan2016-10-031-2/+2
* [SPARK-17598][SQL][WEB UI] User-friendly name for Spark Thrift Server in web UIAlex Bozarth2016-10-031-1/+1
* [SPARK-14914][CORE][SQL] Skip/fix some test cases on Windows due to limitatio...Tao LI2016-10-025-12/+16
* [SPARK-17509][SQL] When wrapping catalyst datatype to Hive data type avoid…Sital Kedia2016-10-022-177/+145
* [SPARK-17704][ML][MLLIB] ChiSqSelector performance improvement.Sean Owen2016-10-013-13/+13
* [SPARK-17717][SQL] Add Exist/find methods to Catalog [FOLLOW-UP]Herman van Hovell2016-10-014-88/+71
* [SPARK-17740] Spark tests should mock / interpose HDFS to ensure that streams...Eric Liang2016-09-305-7/+147
* [MINOR][DOC] Add an up-to-date description for default serialization during s...Dongjoon Hyun2016-09-301-0/+1
* [SPARK-17739][SQL] Collapse adjacent similar Window operatorsDongjoon Hyun2016-09-302-0/+90
* [SPARK-15353][CORE] Making peer selection for block replication pluggableShubham Chopra2016-09-309-99/+492
* [SPARK-17703][SQL] Add unnamed version of addReferenceObj for minor objects.Takuya UESHIN2016-09-303-4/+28
* [SPARK-17738] [SQL] fix ARRAY/MAP in columnar cacheDavies Liu2016-09-302-7/+7
* [SPARK-14077][ML][FOLLOW-UP] Revert change for NB Model's Load to maintain co...Zheng RuiFeng2016-09-301-4/+7
* [SPARK-14077][ML] Refactor NaiveBayes to support weighted instancesZheng RuiFeng2016-09-293-112/+191
* [SPARK-17717][SQL] Add exist/find methods to Catalog.Herman van Hovell2016-09-294-25/+339
* [SPARK-17697][ML] Fixed bug in summary calculations that pattern match agains...Bryan Cutler2016-09-294-7/+49
* [SPARK-17412][DOC] All test should not be run by `root` or any admin userDongjoon Hyun2016-09-291-0/+1
* [SPARK-17676][CORE] FsHistoryProvider should ignore hidden filesImran Rashid2016-09-292-3/+40
* [SPARK-17721][MLLIB][ML] Fix for multiplying transposed SparseMatrix with Spa...Bjarne Fruergaard2016-09-294-4/+46
* [SPARK-17612][SQL] Support `DESCRIBE table PARTITION` SQL syntaxDongjoon Hyun2016-09-296-18/+287
* [SPARK-17653][SQL] Remove unnecessary distincts in multiple unionsLiang-Chi Hsieh2016-09-293-30/+89
* [SPARK-17699] Support for parsing JSON string columnsMichael Armbrust2016-09-2919-23/+198
* [SPARK-17715][SCHEDULER] Make task launch logs DEBUGBrian Cho2016-09-291-1/+1
* [SPARK-17672] Spark 2.0 history server web Ui takes too long for a single app...Gang Wu2016-09-296-1/+19
* [SPARK-17648][CORE] TaskScheduler really needs offers to be an IndexedSeqImran Rashid2016-09-297-27/+26
* [DOCS] Reorganize explanation of Accumulators and Broadcast VariablesJosé Hiram Soltren2016-09-291-164/+164
* [MINOR][DOCS] Fix th doc. of spark-streaming with kinesisTakeshi YAMAMURO2016-09-291-6/+3
* [SPARK-17614][SQL] sparkSession.read() .jdbc(***) use the sql syntax "where 1...Sean Owen2016-09-292-5/+16
* [SPARK-17704][ML][MLLIB] ChiSqSelector performance improvement.Yanbo Liang2016-09-292-18/+30
* [SPARK-16356][FOLLOW-UP][ML] Enforce ML test of exception for local/distribut...Yanbo Liang2016-09-291-4/+9
* [SPARK-17712][SQL] Fix invalid pushdown of data-independent filters beneath a...Josh Rosen2016-09-282-1/+18