aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5355] use j.u.c.ConcurrentHashMap instead of TrieMapDavies Liu2015-01-262-3/+3
* [SPARK-5063] More helpful error messages for several invalid operationsJosh Rosen2015-01-232-2/+50
* [SPARK-4759] Fix driver hanging from coalescing partitionsAndrew Or2015-01-211-1/+1
* [SPARK-5201][CORE] deal with int overflow in the ParallelCollectionRDD.slice ...Ye Xianjin2015-01-161-0/+25
* [SPARK-4951][Core] Fix the issue that a busy executor may be killedzsxwing2015-01-111-2/+47
* [HOTFIX] Bind web UI to ephemeral port in DriverSuiteJosh Rosen2015-01-011-1/+4
* [HOTFIX] Disable Spark UI in SparkSubmitSuite testsJosh Rosen2014-12-311-0/+2
* [SPARK-1010] Clean up uses of System.setProperty in unit testsJosh Rosen2014-12-3116-212/+178
* [SPARK-4882] Register PythonBroadcast with Kryo so that PySpark works with Kr...Josh Rosen2014-12-301-0/+60
* [SPARK-4834] [standalone] Clean up application files after app finishes.Marcelo Vanzin2014-12-232-2/+3
* [SPARK-4085] Propagate FetchFailedException when Spark fails to read local sh...Reynold Xin2014-12-032-2/+23
* [SPARK-4715][Core] Make sure tryToAcquire won't return a negative valuezsxwing2014-12-031-1/+16
* [SPARK-4661][Core] Minor code and docs cleanupzsxwing2014-12-011-1/+0
* [SPARK-4613][Core] Java API for JdbcRDDCheng Lian2014-11-271-3/+4
* [SPARK-732][SPARK-3628][CORE][RESUBMIT] eliminate duplicate update on accmulatorCodingCat2014-11-261-6/+28
* Fix SPARK-4471: blockManagerIdFromJson function throws exception while B...hushan[胡珊]2014-11-251-3/+12
* [SPARK-4525] Mesos should decline unused offersJongyoul Lee2014-11-241-15/+46
* Revert "[SPARK-4525] Mesos should decline unused offers"Patrick Wendell2014-11-241-46/+15
* [SPARK-4525] Mesos should decline unused offersPatrick Wendell2014-11-241-15/+46
* [SPARK-4145] Web UI job pagesJosh Rosen2014-11-243-9/+476
* [SPARK-4479][SQL] Avoids unnecessary defensive copies when sort based shuffle...Cheng Lian2014-11-241-6/+6
* [SPARK-4480] Avoid many small spills in external data structuresAndrew Or2014-11-191-0/+2
* [Spark-4484] Treat maxResultSize as unlimited when set to 0; improve error me...Nishkam Ravi2014-11-191-2/+2
* [SPARK-4495] Fix memory leak in JobProgressListenerJosh Rosen2014-11-191-15/+85
* [SPARK-4433] fix a racing condition in zipWithIndexXiangrui Meng2014-11-181-0/+5
* [SPARK-4075][SPARK-4434] Fix the URI validation logic for Application Jar name.Kousuke Saruta2014-11-181-1/+16
* [SPARK-4180] [Core] Prevent creation of multiple active SparkContextsJosh Rosen2014-11-172-2/+59
* Revert "[SPARK-4075] [Deploy] Jar url validation is not enough for Jar file"Andrew Or2014-11-171-6/+0
* [SPARK-2321] Several progress API improvements / refactoringsJosh Rosen2014-11-141-7/+18
* SPARK-4214. With dynamic allocation, avoid outstanding requests for more...Sandy Ryza2014-11-141-0/+48
* Update failed assert text to match code in SizeEstimatorSuiteJeff Hammerbacher2014-11-141-1/+1
* Revert "[SPARK-2703][Core]Make Tachyon related unit tests execute without dep...Patrick Wendell2014-11-141-9/+2
* [SPARK-4370] [Core] Limit number of Netty cores based on executor sizeAaron Davidson2014-11-124-7/+8
* [SPARK-2672] support compressed file in wholeTextFileDavies Liu2014-11-121-3/+41
* [Test] Better exception message from SparkSubmitSuiteAndrew Or2014-11-121-8/+9
* SPARK-2269 Refactor mesos scheduler resourceOffers and add unit testTimothy Chen2014-11-111-0/+94
* [SPARK-4307] Initialize FileDescriptor lazily in FileRegion.Reynold Xin2014-11-111-1/+1
* [SPARK-4169] [Core] Accommodate non-English Locales in unit testsNiklas Wilcke2014-11-101-11/+14
* [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-094-16/+157
* [SPARK-4187] [Core] Switch to binary protocol for external shuffle service me...Aaron Davidson2014-11-071-1/+3
* [SPARK-4204][Core][WebUI] Change Utils.exceptionString to contain the inner e...zsxwing2014-11-062-2/+10
* [SPARK-4236] Cleanup removed applications' files in shuffle serviceAaron Davidson2014-11-061-2/+3
* [SPARK-4277] Support external shuffle service on Standalone WorkerAaron Davidson2014-11-061-12/+0
* [SPARK-4264] Completion iterator should only invoke callback onceAaron Davidson2014-11-061-0/+47
* [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-4242] [Core] Add SASL to external shuffle serviceAaron Davidson2014-11-052-4/+4
* [SPARK-2938] Support SASL authentication in NettyBlockTransferServiceAaron Davidson2014-11-054-4/+169
* SPARK-4178. Hadoop input metrics ignore bytes read in RecordReader insta...Sandy Ryza2014-11-031-2/+25