aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3386] Share and reuse SerializerInstances in shuffle pathsJosh Rosen2015-04-211-3/+3
* [SPARK-6490][Core] Add spark.rpc.* and deprecate spark.akka.*zsxwing2015-04-203-5/+27
* [SPARK-6963][CORE]Flaky test: o.a.s.ContextCleanerSuite automatically cleanup...GuoQiang Li2015-04-191-6/+15
* [SPARK-5933] [core] Move config deprecation warnings to SparkConf.Marcelo Vanzin2015-04-171-0/+3
* [SPARK-6350][Mesos] Make mesosExecutorCores configurable in mesos "fine-grain...Jongyoul Lee2015-04-171-2/+2
* [SPARK-6703][Core] Provide a way to discover existing SparkContext'sIlya Ganelin2015-04-171-0/+20
* [SPARK-6046] [core] Reorganize deprecated config support in SparkConf.Marcelo Vanzin2015-04-171-0/+22
* SPARK-6846 [WEBUI] Stage kill URL easy to accidentally trigger and possibilit...Sean Owen2015-04-171-13/+27
* [SPARK-4194] [core] Make SparkContext initialization exception-safe.Marcelo Vanzin2015-04-161-6/+0
* [SPARK-6769][YARN][TEST] Usage of the ListenerBus in YarnClusterSuite is wrongKousuke Saruta2015-04-141-9/+11
* [SPARK-2033] Automatically cleanup checkpointGuoQiang Li2015-04-141-1/+48
* [SPARK-6081] Support fetching http/https uris in driver runner.Timothy Chen2015-04-142-6/+8
* SPARK-6878 [CORE] Fix for sum on empty RDD fails with exceptionErik van Oosten2015-04-141-0/+6
* [SPARK-5931][CORE] Use consistent naming for time propertiesIlya Ganelin2015-04-135-21/+65
* [SPARK-6765] Enable scalastyle on test code.Reynold Xin2015-04-131-1/+0
* [SPARK-6765] Fix test code style for core.Reynold Xin2015-04-1259-304/+386
* [SPARK-6753] Clone SparkConf in ShuffleSuite testsKay Ousterhout2015-04-081-2/+2
* [SPARK-6737] Fix memory leak in OutputCommitCoordinatorJosh Rosen2015-04-071-0/+1
* Revert "[SPARK-6568] spark-shell.cmd --jars option does not accept the jar th...Xiangrui Meng2015-04-071-4/+2
* [SPARK-6568] spark-shell.cmd --jars option does not accept the jar that has s...Masayoshi TSUZUKI2015-04-071-2/+4
* [SPARK-6716] Change SparkContext.DRIVER_IDENTIFIER from <driver> to driverJosh Rosen2015-04-061-0/+6
* [SPARK-6602][Core] Update MapOutputTrackerMasterActor to MapOutputTrackerMast...zsxwing2015-04-053-163/+168
* [SPARK-6602][Core] Replace direct use of Akka with Spark RPC interface - part 1zsxwing2015-04-044-48/+112
* [SPARK-6688] [core] Always use resolved URIs in EventLoggingListener.Marcelo Vanzin2015-04-033-10/+17
* [SPARK-6621][Core] Fix the bug that calling EventLoop.stop in EventLoop.onRec...zsxwing2015-04-021-0/+72
* [SPARK-6650] [core] Stop ExecutorAllocationManager when context stops.Marcelo Vanzin2015-04-021-15/+29
* SPARK-6414: Spark driver failed with NPE on job cancelationHung Lin2015-04-021-1/+19
* [SPARK-6627] Some clean-up in shuffle code.Patrick Wendell2015-04-011-1/+1
* [SPARK-6614] OutputCommitCoordinator should clear authorized committer only a...Josh Rosen2015-03-311-0/+25
* [SPARK-5124][Core] A standard RPC interface and an Akka implementationzsxwing2015-03-293-16/+597
* [SPARK-6585][Tests]Fix FileServerSuite testcase in some Env.June.He2015-03-291-2/+2
* SPARK-6480 [CORE] histogram() bucket function is wrong in some simple edge casesSean Owen2015-03-261-4/+20
* [SPARK-6079] Use index to speed up StatusTracker.getJobIdsForGroup()Josh Rosen2015-03-251-2/+29
* [SPARK-6076][Block Manager] Fix a potential OOM issue when StorageLevel is ME...zsxwing2015-03-251-4/+30
* [SPARK-6512] add contains to OpenHashMapXiangrui Meng2015-03-242-0/+17
* [SPARK-6453][Mesos] Some Mesos*Suite have a different package with their classesJongyoul Lee2015-03-222-10/+7
* [SPARK-6423][Mesos] MemoryUtils should use memoryOverhead if it's setJongyoul Lee2015-03-201-0/+47
* SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphane...Sean Owen2015-03-208-27/+31
* [SPARK-4012] stop SparkContext when the exception is thrown from an infinite ...CodingCat2015-03-182-9/+10
* [SPARK-6394][Core] cleanup BlockManager companion object and improve the getC...Wenchen Fan2015-03-181-0/+12
* [SPARK-6077] Remove streaming tab while stopping StreamingContextlisurprise2015-03-162-39/+49
* [SPARK-6300][Spark Core] sc.addFile(path) does not support the relative path.DoingDone92015-03-161-14/+37
* SPARK-6225 [CORE] [SQL] [STREAMING] Resolve most build warnings, 1.3.0 editionSean Owen2015-03-112-3/+2
* [SPARK-6087][CORE] Provide actionable exception if Kryo buffer is not large e...Lev Khomich2015-03-101-0/+14
* [core] [minor] Don't pollute source directory when running UtilsSuite.Marcelo Vanzin2015-03-061-3/+4
* [SPARK-6175] Fix standalone executor log links when ephemeral ports or SPARK_...Josh Rosen2015-03-053-12/+46
* [SPARK-6144] [core] Fix addFile when source files are on "hdfs:"Marcelo Vanzin2015-03-041-38/+47
* [SPARK-5949] HighlyCompressedMapStatus needs more classes registered w/ kryoImran Rashid2015-03-031-2/+21
* [SPARK-6118] making package name of deploy.worker.CommandUtils and deploy.Com...CodingCat2015-03-031-3/+2
* [SPARK-4777][CORE] Some block memory after unrollSafely not count into used m...hushan[胡珊]2015-03-021-0/+2