aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-17433] YarnShuffleService doesn't handle moving credentials levelDbThomas Graves2016-09-092-18/+50
* Streaming doc correction.Satendra Kumar2016-09-091-1/+1
* [SPARK-17464][SPARKR][ML] SparkR spark.als argument reg should be 0.1 by defa...Yanbo Liang2016-09-091-1/+1
* [SPARK-17456][CORE] Utility for parsing Spark versionsJoseph K. Bradley2016-09-092-0/+128
* [SPARK-15487][WEB UI] Spark Master UI to reverse proxy Application and Worker...Gurvinder Singh2016-09-0816-11/+287
* [SPARK-17405] RowBasedKeyValueBatch should use default page size to prevent OOMsEric Liang2016-09-081-8/+7
* [SPARK-17200][PROJECT INFRA][BUILD][SPARKR] Automate building and testing on ...hyukjinkwon2016-09-083-0/+350
* [SPARK-17442][SPARKR] Additional arguments in write.df are not passed to data...Felix Cheung2016-09-082-1/+12
* [SPARK-17432][SQL] PreprocessDDL should respect case sensitivity when checkin...Wenchen Fan2016-09-082-1/+13
* [SPARK-17052][SQL] Remove Duplicate Test Cases auto_join from HiveCompatibili...gatorsmile2016-09-071-24/+26
* [SPARK-17370] Shuffle service files not invalidated when a slave is lostEric Liang2016-09-0712-31/+92
* [MINOR][SQL] Fixing the typo in unit testSrinivasa Reddy Vundela2016-09-071-2/+2
* [SPARK-17427][SQL] function SIZE should return -1 when parameter is nullDaoyuan Wang2016-09-073-14/+28
* [SPARK-17339][SPARKR][CORE] Fix some R tests and use Path.toUri in SparkConte...hyukjinkwon2016-09-072-6/+12
* [SPARK-17359][SQL][MLLIB] Use ArrayBuffer.+=(A) instead of ArrayBuffer.append...Liwei Lin2016-09-0725-61/+60
* [SPARK-16785] R dapply doesn't return array or raw columnsClark Fitzgerald2016-09-065-1/+72
* [SPARK-17372][SQL][STREAMING] Avoid serialization issues by using Arrays to s...Tathagata Das2016-09-066-18/+65
* [SPARK-17238][SQL] simplify the logic for converting data source table into h...Wenchen Fan2016-09-071-14/+18