aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add support for value class serialization and deserializationvalue-classesJakob Odersky2016-09-282-3/+13
* [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
* [SPARK-17499][SPARKR][ML][MLLIB] make the default params in sparkR spark.mlp ...WeichenXu2016-09-233-7/+33
* [SPARK-16861][PYSPARK][CORE] Refactor PySpark accumulator API on top of Accum...Holden Karau2016-09-232-22/+25
* [BUILD] Closes some stale PRshyukjinkwon2016-09-230-0/+0
* [SPARK-17640][SQL] Avoid using -1 as the default batchId for FileStreamSource...Shixiong Zhu2016-09-222-30/+31
* [SPARK-16719][ML] Random Forests should communicate fewer trees on each itera...Joseph K. Bradley2016-09-222-34/+46
* [SPARK-17639][BUILD] Add jce.jar to buildclasspath when building.Marcelo Vanzin2016-09-223-8/+7
* [SPARK-17635][SQL] Remove hardcode "agg_plan" in HashAggregateExecYucai Yu2016-09-221-1/+1
* [SPARK-17569][SPARK-17569][TEST] Make the unit test added for work againBurak Yavuz2016-09-221-1/+1
* [SPARK-16240][ML] ML persistence backward compatibility for LDAGayathri Murali2016-09-222-18/+72
* [SPARK-17616][SQL] Support a single distinct aggregate combined with a non-pa...Herman van Hovell2016-09-223-9/+111
* [SPARK-17638][STREAMING] Stop JVM StreamingContext when the Python process is...Shixiong Zhu2016-09-223-2/+35
* [SPARK-17613] S3A base paths with no '/' at the end return empty DataFramesBurak Yavuz2016-09-222-2/+53
* Skip building R vignettes if Spark is not builtShivaram Venkataraman2016-09-221-3/+22
* [SPARK-17365][CORE] Remove/Kill multiple executors together to reduce RPC cal...Dhruve Ashar2016-09-2211-55/+239
* [SQL][MINOR] correct the comment of SortBasedAggregationIterator.safeProjWenchen Fan2016-09-221-2/+9
* [SPARK-17281][ML][MLLIB] Add treeAggregateDepth parameter for AFTSurvivalRegr...WeichenXu2016-09-222-10/+25