aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* Add tests for FileLogger, EventLoggingListener, and ReplayListenerBusAndrew Or2014-05-013-0/+729
* SPARK-1652: Remove incorrect deprecation warning in spark-submitPatrick Wendell2014-04-281-2/+3
* SPARK-1145: Memory mapping with many small blocks can cause JVM allocation fa...Patrick Wendell2014-04-271-4/+54
* SPARK-1606: Infer user application arguments instead of requiring --arg.Patrick Wendell2014-04-261-36/+41
* SPARK-1235: manage the DAGScheduler EventProcessActor with supervisor and ref...CodingCat2014-04-252-23/+37
* [SPARK-1615] Synchronize accesses to the LiveListenerBus' event queueAndrew Or2014-04-241-2/+3
* Spark 1489 Fix the HistoryServer view aclsThomas Graves2014-04-241-0/+63
* SPARK-1438 RDD.sample() make seed param optionalArun Ramakrishnan2014-04-241-1/+20
* Fix Scala StyleSandeep2014-04-241-2/+2
* SPARK-1601 & SPARK-1602: two bug fixes related to cancellationReynold Xin2014-04-241-5/+38
* SPARK-1587 Fix thread leakMridul Muralidharan2014-04-231-0/+5
* Update Java api for setJobGroup with interruptOnCancelAaron Davidson2014-04-231-2/+34
* [Hot Fix #469] Fix flaky test in SparkListenerSuiteAndrew Or2014-04-231-2/+3
* [SPARK-1540] Add an optional Ordering parameter to PairRDDFunctions.Matei Zaharia2014-04-231-0/+57
* SPARK-1582 Invoke Thread.interrupt() when cancelling jobsAaron Davidson2014-04-231-1/+1
* [FIX: SPARK-1376] use --arg instead of --args in SparkSubmit to avoid warning...Xiangrui Meng2014-04-221-1/+1
* [Spark-1538] Fix SparkUI incorrectly hiding persisted RDDsAndrew Or2014-04-225-19/+199
* [Hot Fix] Ignore org.apache.spark.ui.UISuite testsAndrew Or2014-04-211-3/+3
* Clean up and simplify Spark configurationPatrick Wendell2014-04-214-21/+110
* Fixing a race condition in event listener unit testKan Zhang2014-04-161-9/+19
* SPARK-1310: Start adding k-fold cross validation to MLLib [adds kFold to MLUt...Holden Karau2014-04-161-8/+16
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-1410-3/+15
* [SPARK-1415] Hadoop min split for wholeTextFiles()Xusen Yin2014-04-131-1/+1
* SPARK-1480: Clean up use of classloadersPatrick Wendell2014-04-131-2/+30
* [SPARK-1386] Web UI for Spark StreamingTathagata Das2014-04-113-38/+82
* [FIX] make coalesce test deterministic in RDDSuiteXiangrui Meng2014-04-111-28/+33
* SPARK-1417: Spark on Yarn - spark UI link from resourcemanager is brokenThomas Graves2014-04-111-0/+35
* SPARK-1202 - Add a "cancel" button in the UI for stagesSundeep Narravula2014-04-101-1/+1
* Remove Unnecessary Whitespace'sSandeep2014-04-1013-47/+47
* [SPARK-1276] Add a HistoryServer to render persisted UIAndrew Or2014-04-102-3/+23
* Revert "SPARK-729: Closures not always serialized at capture time"Patrick Wendell2014-04-103-178/+1
* SPARK-729: Closures not always serialized at capture timeWilliam Benton2014-04-093-1/+178
* SPARK-1407 drain event queue before stopping event loggerKan Zhang2014-04-091-0/+45
* Spark-939: allow user jars to take precedence over spark jarsHolden Karau2014-04-082-98/+67
* Spark 1271: Co-Group and Group-By should pass Iterable[X]Holden Karau2014-04-084-12/+10
* [SPARK-1397] Notify SparkListeners when stages fail or are cancelled.Kay Ousterhout2014-04-082-5/+43
* [SPARK-1396] Properly cleanup DAGScheduler on job cancellation.Kay Ousterhout2014-04-081-5/+87
* [SPARK-1103] Automatic garbage collection of RDD, shuffle and broadcast dataTathagata Das2014-04-078-85/+1196
* SPARK-1099: Introduce local[*] mode to infer number of coresAaron Davidson2014-04-071-0/+8
* SPARK-1154: Clean up app folders in worker nodesEvan Chan2014-04-061-1/+14
* [SPARK-1259] Make RDD locally iterableEgor Pakhomov2014-04-061-0/+1
* SPARK-1305: Support persisting RDD's directly to TachyonHaoyuan Li2014-04-042-13/+32
* Add test utility for generating Jar files with compiled classes.Patrick Wendell2014-04-041-0/+98
* [SPARK-1198] Allow pipes tasks to run in different sub-directoriesThomas Graves2014-04-041-1/+27
* Don't create SparkContext in JobProgressListenerSuite.Patrick Wendell2014-04-041-2/+2
* [SPARK-1133] Add whole text files reader in MLlibXusen Yin2014-04-041-0/+105
* SPARK-1337: Application web UI garbage collects newest stagesPatrick Wendell2014-04-031-2/+31
* [SPARK-1385] Use existing code for JSON de/serialization of BlockIdAndrew Or2014-04-021-71/+70
* Renamed stageIdToActiveJob to jobIdToActiveJob.Kay Ousterhout2014-04-021-1/+1
* SPARK-1352: Improve robustness of spark-submit scriptPatrick Wendell2014-03-311-2/+59