aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Preparing development version 1.2.1-SNAPSHOTUbuntu2014-11-172-3/+3
* Preparing Spark release v1.2.0-snapshot0Ubuntu2014-11-172-2/+2
* [SPARK-4393] Fix memory leak in ConnectionManager ACK timeout TimerTasks; use...Josh Rosen2014-11-161-12/+35
* [SPARK-2321] Several progress API improvements / refactoringsJosh Rosen2014-11-146-169/+266
* [SPARK-4260] Httpbroadcast should set connection timeout.Kousuke Saruta2014-11-141-0/+2
* [SPARK-4363][Doc] Update the Broadcast examplezsxwing2014-11-141-1/+1
* [SPARK-4379][Core] Change Exception to SparkException in checkpointzsxwing2014-11-141-1/+1
* [SPARK-4415] [PySpark] JVM should exit after Python exitDavies Liu2014-11-141-5/+6
* [SPARK-4404]SparkSubmitDriverBootstrapper should stop after its SparkSubmit s...WangTao2014-11-141-0/+10
* SPARK-4214. With dynamic allocation, avoid outstanding requests for more...Sandy Ryza2014-11-142-9/+94
* Update failed assert text to match code in SizeEstimatorSuiteJeff Hammerbacher2014-11-141-1/+1
* [SPARK-4313][WebUI][Yarn] Fix link issue of the executor thread dump page in ...zsxwing2014-11-143-3/+18
* [Spark Core] SPARK-4380 Edit spilling log from MB to BHong Shen2014-11-141-2/+3
* Revert "[SPARK-2703][Core]Make Tachyon related unit tests execute without dep...Patrick Wendell2014-11-142-16/+2
* [SPARK-4310][WebUI] Sort 'Submitted' column in Stage page by timezsxwing2014-11-131-1/+3
* [SPARK-4370] [Core] Limit number of Netty cores based on executor sizeAaron Davidson2014-11-1213-30/+60
* [SPARK-2672] support compressed file in wholeTextFileDavies Liu2014-11-123-13/+103
* [Test] Better exception message from SparkSubmitSuiteAndrew Or2014-11-121-8/+9
* Support cross building for Scala 2.11Prashant Sharma2014-11-113-19/+42
* SPARK-2269 Refactor mesos scheduler resourceOffers and add unit testTimothy Chen2014-11-112-79/+152
* [SPARK-4307] Initialize FileDescriptor lazily in FileRegion.Reynold Xin2014-11-115-7/+15
* [SPARK-4169] [Core] Accommodate non-English Locales in unit testsNiklas Wilcke2014-11-102-12/+15
* [SPARK-2703][Core]Make Tachyon related unit tests execute without deploying a...RongGu2014-11-092-2/+16
* SPARK-3179. Add task OutputMetrics.Sandy Ryza2014-11-0916-31/+346
* SPARK-1209 [CORE] (Take 2) SparkHadoop{MapRed,MapReduce}Util should not use p...Sean Owen2014-11-095-5/+22
* SPARK-1344 [DOCS] Scala API docs for top methodsSean Owen2014-11-092-12/+12
* [SPARK-4225][SQL] Resorts to SparkContext.version to inspect Spark versionCheng Lian2014-11-071-17/+7
* [SPARK-4187] [Core] Switch to binary protocol for external shuffle service me...Aaron Davidson2014-11-076-28/+32
* [SPARK-4204][Core][WebUI] Change Utils.exceptionString to contain the inner e...zsxwing2014-11-0612-30/+148
* [SPARK-4236] Cleanup removed applications' files in shuffle serviceAaron Davidson2014-11-062-2/+4
* [SPARK-4188] [Core] Perform network-level retry of shuffle file fetchesAaron Davidson2014-11-061-4/+17
* [SPARK-4277] Support external shuffle service on Standalone WorkerAaron Davidson2014-11-065-25/+77
* [SPARK-4264] Completion iterator should only invoke callback onceAaron Davidson2014-11-062-1/+51
* [SPARK-4186] add binaryFiles and binaryRecords in PythonDavies Liu2014-11-063-21/+40
* [SPARK-4255] Fix incorrect table stripingKay Ousterhout2014-11-062-5/+2
* [SPARK-4158] Fix for missing resources.Brenden Matthews2014-11-052-4/+2
* SPARK-3223 runAsSparkUser cannot change HDFS write permission properly i...Jongyoul Lee2014-11-052-2/+2
* [SPARK-3797] Run external shuffle service in Yarn NMAndrew Or2014-11-053-12/+49
* SPARK-4222 [CORE] use readFully in FixedLengthBinaryRecordReaderindustrial-sloth2014-11-051-1/+1
* [SPARK-3984] [SPARK-3983] Fix incorrect scheduler delay and display task dese...Kay Ousterhout2014-11-054-3/+36
* [SPARK-4166][Core] Add a backward compatibility test for ExecutorLostFailurezsxwing2014-11-051-0/+9
* [SPARK-4163][Core] Add a backward compatibility test for FetchFailedzsxwing2014-11-051-0/+11
* [SPARK-4168][WebUI] web statges number should show correctly when stages are ...Zhang, Liye2014-11-052-4/+15
* [SPARK-611] Display executor thread dumps in web UIJosh Rosen2014-11-0513-7/+247
* [SPARK-4242] [Core] Add SASL to external shuffle serviceAaron Davidson2014-11-054-10/+12
* [SPARK-2938] Support SASL authentication in NettyBlockTransferServiceAaron Davidson2014-11-0515-359/+257
* [SPARK-3886] [PySpark] simplify serializer, use AutoBatchedSerializer by defa...Davies Liu2014-11-034-145/+102
* SPARK-4178. Hadoop input metrics ignore bytes read in RecordReader insta...Sandy Ryza2014-11-033-25/+53
* [SPARK-4163][Core][WebUI] Send the fetch failure message back to Web UIzsxwing2014-11-0212-65/+92
* [SPARK-4183] Close transport-related resources between SparkContextsAaron Davidson2014-11-026-23/+49