aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-17710][HOTFIX] Fix ClassCircularityError in ReplSuite tests in Maven b...Weiqing Yang2016-09-281-2/+4
* [SPARK-17641][SQL] Collect_list/Collect_set should not collect null values.Herman van Hovell2016-09-282-1/+18
* [SPARK-17713][SQL] Move row-datasource related tests out of JDBCSuiteEric Liang2016-09-282-8/+72
* [SPARK-17673][SQL] Incorrect exchange reuse with RowDataSourceScanEric Liang2016-09-282-0/+12
* [SPARK-17644][CORE] Do not add failedStages when abortStage for fetch failurew002289702016-09-282-12/+70
* [MINOR][PYSPARK][DOCS] Fix examples in PySpark documentationhyukjinkwon2016-09-284-10/+10
* [SPARK-17017][ML][MLLIB][ML][DOC] Updated the ml/mllib feature selection docs...Shuai Lin2016-09-282-8/+20
* [SPARK-17499][SPARKR][FOLLOWUP] Check null first for layers in spark.mlp to a...hyukjinkwon2016-09-271-0/+3
* [SPARK-17666] Ensure that RecordReaders are closed by data source file scansJosh Rosen2016-09-278-9/+46
* [SPARK-17056][CORE] Fix a wrong assert regarding unroll memory in MemoryStoreLiang-Chi Hsieh2016-09-271-1/+1
* [SPARK-17618] Guard against invalid comparisons between UnsafeRow and other f...Josh Rosen2016-09-271-1/+6
* [SPARK-17677][SQL] Break WindowExec.scala into multiple filesReynold Xin2016-09-277-1015/+1112
* [SPARK-17660][SQL] DESC FORMATTED for VIEW Lacks View Definitiongatorsmile2016-09-272-0/+28
* [SPARK-17682][SQL] Mark children as final for unary, binary, leaf expressions...Reynold Xin2016-09-275-14/+9
* [SPARK-16516][SQL] Support for pushing down filters for decimal and timestamp...hyukjinkwon2016-09-283-9/+89
* [SPARK-16777][SQL] Do not use deprecated listType API in ParquetSchemaConverterhyukjinkwon2016-09-281-9/+17
* [SPARK-16757] Set up Spark caller context to HDFS and YARNWeiqing Yang2016-09-278-10/+126
* [SPARK-17138][ML][MLIB] Add Python API for multinomial logistic regressionWeichenXu2016-09-271-20/+70
* [SPARK-15962][SQL] Introduce implementation with a dense format for UnsafeArr...Kazuaki Ishizaki2016-09-2711-231/+750
* Fix two comments since Actor is not used anymore.Ding Fei2016-09-262-2/+3
* [SPARK-17577][FOLLOW-UP][SPARKR] SparkR spark.addFile supports adding directo...Yanbo Liang2016-09-262-2/+29
* [Docs] Update spark-standalone.md to fix linkAndrew Mills2016-09-261-1/+1
* [SPARK-17652] Fix confusing exception message while reserving capacitySameer Agarwal2016-09-262-9/+9
* [SPARK-17153][SQL] Should read partition data when reading new files in files...Liang-Chi Hsieh2016-09-265-3/+110
* [SPARK-17649][CORE] Log how many Spark events got dropped in LiveListenerBusShixiong Zhu2016-09-261-1/+25
* [SPARK-16356][ML] Add testImplicits for ML unit tests and promote toDF()hyukjinkwon2016-09-2645-460/+462
* [SPARK-14525][SQL] Make DataFrameWrite.save work for jdbcJustin Pihony2016-09-269-73/+246
* [SPARK-17017][FOLLOW-UP][ML] Refactor of ChiSqSelector and add ML Python API.Yanbo Liang2016-09-267-128/+206
* [SPARK-17650] malformed url's throw exceptions before bricking ExecutorsBurak Yavuz2016-09-253-7/+51
* [SPARK-17551][SQL] Add DataFrame API for null orderingxin wu2016-09-257-33/+144
* [MINOR][SPARKR] Add sparkr-vignettes.html to gitignore.Yanbo Liang2016-09-241-0/+1
* [SPARK-17057][ML] ProbabilisticClassifierModels' thresholds should have at mo...Sean Owen2016-09-247-29/+52
* [SPARK-10835][ML] Word2Vec should accept non-null string array, in addition t...Sean Owen2016-09-242-1/+23
* [SPARK-17651][SPARKR] Set R package version number along with mvnShivaram Venkataraman2016-09-231-0/+15
* [SPARK-12221] add cpu time to metricsjisookim2016-09-2330-21/+492
* [SPARK-17643] Remove comparable requirement from OffsetMichael Armbrust2016-09-235-94/+9
* [SPARK-17210][SPARKR] sparkr.zip is not distributed to executors when running...Jeff Zhang2016-09-232-0/+19