aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SPARK-6048] SparkConf should not translate deprecated configs on setAndrew Or2015-03-021-12/+0
* [SPARK-6066] Make event log format easier to parseAndrew Or2015-03-023-59/+85
* SPARK-5984: Fix TimSort bug causes ArrayOutOfBoundsExceptionEvan Yu2015-02-281-0/+7
* [SPARK-5979][SPARK-6032] Smaller safer --packages fixBurak Yavuz2015-02-271-2/+14
* SPARK-2168 [Spark core] Use relative URIs for the app links in the History Se...Lukasz Jastrzebski2015-02-261-0/+56
* [SPARK-5529][CORE]Add expireDeadHosts in HeartbeatReceiverHong Shen2015-02-261-0/+2
* [SPARK-5801] [core] Avoid creating nested directories.Marcelo Vanzin2015-02-261-2/+6
* [SPARK-5982] Remove incorrect Local Read Time MetricKay Ousterhout2015-02-251-3/+0
* [Spark-5967] [UI] Correctly clean JobProgressListener.stageIdToActiveJobIdsTathagata Das2015-02-241-0/+22
* [SPARK-3885] Provide mechanism to remove accumulators once they are no longer...Ilya Ganelin2015-02-223-1/+29
* [SPARK-911] allow efficient queries for a range if RDD is partitioned wi...Aaron Josephs2015-02-221-0/+28
* [SPARK-5860][CORE] JdbcRDD: overflow on large range with high number of parti...Evan Yu2015-02-211-14/+46