aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPARK-1126. spark-app preliminarySandy Ryza2014-03-291-0/+121
* SPARK-1096, a space after comment start style checker.Prashant Sharma2014-03-285-7/+6
* [SPARK-1268] Adding XOR and AND-NOT operations to spark.util.collection.BitSetPetko Nikolov2014-03-271-0/+83
* Avoid Option while generating call sitewitgo2014-03-251-1/+35
* SPARK-1319: Fix scheduler to account for tasks using > 1 CPUs.Shivaram Venkataraman2014-03-252-45/+80
* SPARK-1316. Remove use of Commons IOSean Owen2014-03-251-2/+1
* Revert "SPARK-1099:Spark's local mode should probably respect spark.cores.max...Aaron Davidson2014-03-192-18/+5
* SPARK-1099:Spark's local mode should probably respect spark.cores.max by defaultqqsun88192014-03-192-5/+18
* [SPARK-1132] Persisting Web UI through refactoring the SparkListener interfaceAndrew Or2014-03-1914-232/+784
* Bugfixes/improvements to schedulerMridul Muralidharan2014-03-191-0/+87
* SPARK-1102: Create a saveAsNewAPIHadoopDataset methodCodingCat2014-03-181-6/+33
* Spark 1246 add min max to stat counterDan McClary2014-03-182-0/+4
* SPARK-1244: Throw exception if map output status exceeds frame sizePatrick Wendell2014-03-172-11/+57
* SPARK-1240: handle the case of empty RDD when takeSampleCodingCat2014-03-161-0/+7
* SPARK-1255: Allow user to pass Serializer object instead of class name for sh...Reynold Xin2014-03-161-3/+6
* Fix #SPARK-1149 Bad partitioners can cause Spark to hangliguoqiang2014-03-121-0/+16
* [SPARK-1194] Fix the same-RDD rule for cache replacementCheng Lian2014-03-071-0/+14
* SPARK-1195: set map_input_file environment variable in PipedRDDThomas Graves2014-03-071-53/+131