aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-1428-3/+33
* [SPARK-1415] Hadoop min split for wholeTextFiles()Xusen Yin2014-04-136-19/+90
* SPARK-1480: Clean up use of classloadersPatrick Wendell2014-04-1311-29/+67
* [SPARK-1403] Move the class loader creation back to where it was in 0.9.0Bharath Bhushan2014-04-121-7/+15
* [Fix #204] Update out-dated commentsAndrew Or2014-04-122-7/+3
* [SPARK-1386] Web UI for Spark StreamingTathagata Das2014-04-1138-779/+865
* SPARK-1057 (alternative) Remove fastutilSean Owen2014-04-1115-87/+60
* [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-112-1/+41
* SPARK-1202: Improvements to task killing in the UI.Patrick Wendell2014-04-106-22/+38
* SPARK-1202 - Add a "cancel" button in the UI for stagesSundeep Narravula2014-04-109-12/+80
* Remove Unnecessary Whitespace'sSandeep2014-04-1056-368/+368
* Revert "SPARK-1433: Upgrade Mesos dependency to 0.17.0"Patrick Wendell2014-04-102-5/+3
* [SPARK-1276] Add a HistoryServer to render persisted UIAndrew Or2014-04-1032-190/+935
* Fix SPARK-1413: Parquet messes up stdout and stdin when used in Spark REPLwitgo2014-04-101-4/+16
* Revert "SPARK-729: Closures not always serialized at capture time"Patrick Wendell2014-04-106-213/+9
* SPARK-729: Closures not always serialized at capture timeWilliam Benton2014-04-096-9/+213
* SPARK-1407 drain event queue before stopping event loggerKan Zhang2014-04-093-15/+66
* SPARK-1093: Annotate developer and experimental API'sPatrick Wendell2014-04-0977-203/+535
* Spark-939: allow user jars to take precedence over spark jarsHolden Karau2014-04-085-11/+170
* Spark 1271: Co-Group and Group-By should pass Iterable[X]Holden Karau2014-04-089-62/+67
* SPARK-1433: Upgrade Mesos dependency to 0.17.0Sandeep2014-04-082-3/+5
* [SPARK-1397] Notify SparkListeners when stages fail or are cancelled.Kay Ousterhout2014-04-0811-78/+151
* SPARK-1348 binding Master, Worker, and App Web UI to all interfacesKan Zhang2014-04-083-3/+3
* [SPARK-1396] Properly cleanup DAGScheduler on job cancellation.Kay Ousterhout2014-04-082-21/+115
* [SPARK-1103] Automatic garbage collection of RDD, shuffle and broadcast dataTathagata Das2014-04-0739-468/+2568
* SPARK-1099: Introduce local[*] mode to infer number of coresAaron Davidson2014-04-072-3/+14
* SPARK-1432: Make sure that all metadata fields are properly cleanedDavis Shepherd2014-04-071-2/+3
* SPARK-1154: Clean up app folders in worker nodesEvan Chan2014-04-064-4/+57
* SPARK-1387. Update build plugins, avoid plugin version warning, centralize ve...Sean Owen2014-04-061-2/+0
* [SPARK-1259] Make RDD locally iterableEgor Pakhomov2014-04-064-1/+35
* [SPARK-1371] fix computePreferredLocations signature to not depend on underly...Mridul Muralidharan2014-04-051-3/+2
* Remove the getStageInfo() method from SparkContext.Kay Ousterhout2014-04-052-5/+1
* SPARK-1305: Support persisting RDD's directly to TachyonHaoyuan Li2014-04-0420-100/+690
* Add test utility for generating Jar files with compiled classes.Patrick Wendell2014-04-041-0/+98
* SPARK-1414. Python API for SparkContext.wholeTextFilesMatei Zaharia2014-04-043-4/+6
* [SPARK-1198] Allow pipes tasks to run in different sub-directoriesThomas Graves2014-04-044-7/+137
* Don't create SparkContext in JobProgressListenerSuite.Patrick Wendell2014-04-041-2/+2
* SPARK-1375. Additional spark-submit cleanupSandy Ryza2014-04-042-6/+9
* [SPARK-1133] Add whole text files reader in MLlibXusen Yin2014-04-046-3/+313
* SPARK-1337: Application web UI garbage collects newest stagesPatrick Wendell2014-04-032-6/+35
* Revert "[SPARK-1398] Removed findbugs jsr305 dependency"Patrick Wendell2014-04-031-0/+4
* [SPARK-1398] Removed findbugs jsr305 dependencyMark Hamstra2014-04-031-4/+0
* [SPARK-1385] Use existing code for JSON de/serialization of BlockIdAndrew Or2014-04-022-146/+72
* Renamed stageIdToActiveJob to jobIdToActiveJob.Kay Ousterhout2014-04-022-12/+11
* [SPARK-1342] Scala 2.10.4Mark Hamstra2014-04-011-1/+1
* [Hot Fix #42] Persisted RDD disappears on storage page if re-usedAndrew Or2014-03-311-1/+1
* [SPARK-1377] Upgrade Jetty to 8.1.14v20131031Andrew Or2014-03-311-1/+2
* SPARK-1352: Improve robustness of spark-submit scriptPatrick Wendell2014-03-314-48/+157
* SPARK-1352 - Comment style single space before ending */ check.Prashant Sharma2014-03-307-20/+20