aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17379][BUILD] Upgrade netty-all to 4.0.41 final for bug fixesAdam Roberts2016-09-157-6/+11
* [SPARK-17451][CORE] CoarseGrainedExecutorBackend should inform driver before ...Tejas Patil2016-09-152-6/+23
* [SPARK-17406][BUILD][HOTFIX] MiMa excludes fixSean Owen2016-09-151-12/+17
* [SPARK-17536][SQL] Minor performance improvement to JDBC batch insertsJohn Muller2016-09-151-1/+1
* [SPARK-17406][WEB UI] limit timeline executor eventscenyuhai2016-09-158-148/+162
* [SPARK-17521] Error when I use sparkContext.makeRDD(Seq())codlife2016-09-151-1/+1
* [SPARK-17524][TESTS] Use specified spark.buffer.pageSizeAdam Roberts2016-09-151-2/+4
* [SPARK-17507][ML][MLLIB] check weight vector size in ANNWeichenXu2016-09-151-6/+4
* [SPARK-17440][SPARK-17441] Fixed Multiple Bugs in ALTER TABLEgatorsmile2016-09-154-59/+120
* [SPARK-17465][SPARK CORE] Inappropriate memory management in `org.apache.spar...Xing SHI2016-09-141-3/+3
* [SPARK-17472] [PYSPARK] Better error message for serialization failures of la...Eric Liang2016-09-142-1/+20
* [SPARK-17463][CORE] Make CollectionAccumulator and SetAccumulator's value can...Shixiong Zhu2016-09-145-32/+54
* [SPARK-17511] Yarn Dynamic Allocation: Avoid marking released container as Fa...Kishor Patil2016-09-142-29/+52
* [SPARK-10747][SQL] Support NULLS FIRST|LAST clause in ORDER BYXin Wu2016-09-1446-80/+639
* [MINOR][SQL] Add missing functions for some options in SQLConf and use them w...hyukjinkwon2016-09-1512-31/+49
* [SPARK-17514] df.take(1) and df.limit(1).collect() should perform the same in...Josh Rosen2016-09-144-18/+26
* [SPARK-17409][SQL] Do Not Optimize Query in CTAS More Than Oncegatorsmile2016-09-1413-42/+49
* [SPARK-17445][DOCS] Reference an ASF page as the main place to find third-par...Sean Owen2016-09-149-19/+18
* [SPARK-17480][SQL] Improve performance by removing or caching List.length whi...Ergin Seyfe2016-09-143-10/+9
* [CORE][DOC] remove redundant commentwm624@hotmail.com2016-09-141-9/+9
* [SPARK-17525][PYTHON] Remove SparkContext.clearFiles() from the PySpark API a...Sami Jaktholm2016-09-141-8/+0
* [SPARK-17449][DOCUMENTATION] Relation between heartbeatInterval and…Jagadeesan2016-09-142-1/+3
* [SPARK-17317][SPARKR] Add SparkR vignettejunyangq2016-09-132-2/+870
* [SPARK-17530][SQL] Add Statistics into DESCRIBE FORMATTEDgatorsmile2016-09-143-8/+10
* [SPARK-17531] Don't initialize Hive Listeners for the Execution ClientBurak Yavuz2016-09-132-0/+43
* [SPARK-17142][SQL] Complex query triggers binding error in HashAggregateExecjiangxingbo2016-09-132-8/+39
* [SPARK-17515] CollectLimit.execute() should perform per-partition limitsJosh Rosen2016-09-132-1/+11
* [BUILD] Closing some stale PRs and ones suggested to be closed by committer(s)hyukjinkwon2016-09-130-0/+0
* [SPARK-17474] [SQL] fix python udf in TakeOrderedAndProjectExecDavies Liu2016-09-124-12/+20
* [SPARK-17485] Prevent failed remote reads of cached blocks from failing entir...Josh Rosen2016-09-123-33/+6
* [SPARK-14818] Post-2.0 MiMa exclusion and build changesJosh Rosen2016-09-123-13/+12
* [SPARK-17483] Refactoring in BlockManager status reporting and block removalJosh Rosen2016-09-121-45/+42
* [SPARK-17503][CORE] Fix memory leak in Memory store when unable to cache the ...Sean Zhong2016-09-122-14/+87
* [SPARK CORE][MINOR] fix "default partitioner cannot partition array keys" err...WeichenXu2016-09-121-5/+5
* [SPARK-16992][PYSPARK] use map comprehension in docGaetan Semet2016-09-123-4/+4
* [SPARK-17447] Performance improvement in Partitioner.defaultPartitioner witho...codlife2016-09-121-7/+9
* [SPARK-17171][WEB UI] DAG will list all partitions in the graphcenyuhai2016-09-122-8/+33
* [SPARK-17486] Remove unused TaskMetricsUIData.updatedBlockStatuses fieldJosh Rosen2016-09-111-3/+0
* [SPARK-17415][SQL] Better error message for driver-side broadcast join OOMsSameer Agarwal2016-09-111-31/+42
* [SPARK-17389][FOLLOW-UP][ML] Change KMeans k-means|| default init steps from ...Yanbo Liang2016-09-114-11/+11
* [SPARK-17336][PYSPARK] Fix appending multiple times to PYTHONPATH from spark-...Bryan Cutler2016-09-111-2/+5
* [SPARK-17330][SPARK UT] Clean up spark-warehouse in UTtone-zhang2016-09-112-1/+7
* [SPARK-17439][SQL] Fixing compression issues with approximate quantiles and a...Timothy Hunter2016-09-112-6/+39
* [SPARK-17389][ML][MLLIB] KMeans speedup with better choice of k-means|| init ...Sean Owen2016-09-112-10/+6
* [SPARK-16445][MLLIB][SPARKR] Fix @return description for sparkR mlp summary()...Xin Ren2016-09-102-3/+5
* [SPARK-17396][CORE] Share the task support between UnionRDD instances.Ryan Blue2016-09-101-5/+7
* [SPARK-15509][FOLLOW-UP][ML][SPARKR] R MLlib algorithms should support input ...Yanbo Liang2016-09-108-42/+14
* [SPARK-11496][GRAPHX] Parallel implementation of personalized pagerankYves Raimond2016-09-104-1/+121
* [SPARK-15453][SQL] FileSourceScanExec to extract `outputOrdering` informationTejas Patil2016-09-102-19/+123
* [SPARK-17354] [SQL] Partitioning by dates/timestamps should work with Parquet...hyukjinkwon2016-09-094-3/+78