aboutsummaryrefslogtreecommitdiff
path: root/core/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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-112-2/+2
* SPARK-2269 Refactor mesos scheduler resourceOffers and add unit testTimothy Chen2014-11-112-79/+152
* SPARK-1830 Deploy failover, Make Persistence engine and LeaderAgent PluggablePrashant Sharma2014-11-1110-150/+211
* [SPARK-4307] Initialize FileDescriptor lazily in FileRegion.Reynold Xin2014-11-115-7/+15
* Revert "[SPARK-2703][Core]Make Tachyon related unit tests execute without dep...Patrick Wendell2014-11-101-9/+2
* [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-091-2/+9
* 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-4242] [Core] Add SASL to external shuffle serviceAaron Davidson2014-11-054-10/+12
* [SPARK-2938] Support SASL authentication in NettyBlockTransferServiceAaron Davidson2014-11-0415-359/+257
* [SPARK-3886] [PySpark] simplify serializer, use AutoBatchedSerializer by defa...Davies Liu2014-11-034-145/+102
* [SPARK-4166][Core] Add a backward compatibility test for ExecutorLostFailurezsxwing2014-11-031-0/+9
* [SPARK-4163][Core] Add a backward compatibility test for FetchFailedzsxwing2014-11-031-0/+11
* [SPARK-611] Display executor thread dumps in web UIJosh Rosen2014-11-0313-7/+247
* [SPARK-4168][WebUI] web statges number should show correctly when stages are ...Zhang, Liye2014-11-032-4/+15
* 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
* [SPARK-3791][SQL] Provides Spark version and Hive version in HiveThriftServer2Cheng Lian2014-11-021-0/+8
* [SPARK-4166][Core][WebUI] Display the executor ID in the Web UI when Executor...zsxwing2014-11-025-8/+13
* [SPARK-3466] Limit size of results that a driver collects for each actionDavies Liu2014-11-027-22/+92
* Revert "[SPARK-4183] Enable NettyBlockTransferService by default"Patrick Wendell2014-11-011-1/+1
* [SPARK-3796] Create external service which can serve shuffle filesAaron Davidson2014-11-0131-272/+322
* [SPARK-4183] Enable NettyBlockTransferService by defaultAaron Davidson2014-11-011-1/+1
* [SPARK-2759][CORE] Generic Binary File Support in SparkKevin Mader2014-11-0110-5/+892
* SPARK-4175. Exception on stage pageSandy Ryza2014-10-311-1/+1
* [SPARK-4141] Hide Accumulators column on stage page when no accumulators existMark Mims2014-10-311-6/+15
* [SPARK-4016] Allow user to show/hide UI metrics.Kay Ousterhout2014-10-317-95/+350