aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [Fix #204] Eliminate delay between binding and log checkingAndrew Or2014-04-221-0/+5
* [SPARK-1560]: Updated Pyrolite Dependency to be Java 6 compatibleAhir Reddy2014-04-221-1/+1
* [HOTFIX] SPARK-1399: remove outdated commentsCodingCat2014-04-221-1/+0
* SPARK-1496: Have jarOfClass return Option[String]Patrick Wendell2014-04-221-5/+5
* [SPARK-1459] Use local path (and not complete URL) when opening local lo...Marcelo Vanzin2014-04-211-1/+1
* [Fix #274] Document + fix annotation usagesAndrew Or2014-04-216-9/+25
* [SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and JavadocsMatei Zaharia2014-04-212-1/+24
* [SPARK-1332] Improve Spark Streaming's Network Receiver and InputDStream API ...Tathagata Das2014-04-211-1/+5
* SPARK-1399: show stage failure reason in UICodingCat2014-04-213-39/+61
* SPARK-1539: RDDPage.scala contains RddPage classXiangrui Meng2014-04-212-2/+2
* [Hot Fix] Ignore org.apache.spark.ui.UISuite testsAndrew Or2014-04-211-3/+3
* Clean up and simplify Spark configurationPatrick Wendell2014-04-2118-114/+479
* Use scala deprecation instead of java.Michael Armbrust2014-04-191-1/+1
* SPARK-1482: Fix potential resource leaks in saveAsHadoopDataset and save...zsxwing2014-04-181-12/+18
* SPARK-1456 Remove view bounds on Ordered in favor of a context bound on Order...Michael Armbrust2014-04-185-18/+30
* SPARK-1523: improve the readability of code in AkkaUtilCodingCat2014-04-181-1/+1
* SPARK-1483: Rename minSplits to minPartitions in public APIsCodingCat2014-04-185-45/+60
* [SPARK-1395] Allow "local:" URIs to work on Yarn.Marcelo Vanzin2014-04-171-2/+2
* Include stack trace for exceptions thrown by user code.Michael Armbrust2014-04-161-3/+3
* Fixing a race condition in event listener unit testKan Zhang2014-04-162-13/+19
* remove unnecessary brace and semicolon in 'putBlockInfo.synchronize' blockChen Chao2014-04-161-7/+4
* [SPARK-1511] use Files.move instead of renameTo in TestUtils.scalaYe Xianjin2014-04-161-2/+7
* SPARK-1469: Scheduler mode should accept lower-case definitions and have...Sandeep2014-04-162-3/+8
* SPARK-1310: Start adding k-fold cross validation to MLLib [adds kFold to MLUt...Holden Karau2014-04-162-9/+22
* Make "spark logo" link refer to "/".Marcelo Vanzin2014-04-161-1/+1
* SPARK-1374: PySpark API for SparkSQLAhir Reddy2014-04-152-0/+37
* 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