aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1617] and [SPARK-1618] Improvements to streaming ui and bug fix to soc...Tathagata Das2014-04-241-1/+1
* SPARK-1586 Windows build fixesMridul Muralidharan2014-04-248-22/+34
* [SPARK-986]: Job cancelation for PySparkAhir Reddy2014-04-242-1/+37
* [SPARK-1615] Synchronize accesses to the LiveListenerBus' event queueAndrew Or2014-04-242-12/+31
* Spark 1489 Fix the HistoryServer view aclsThomas Graves2014-04-246-11/+115
* [SPARK-1592][streaming] Automatically remove streaming input blocksTathagata Das2014-04-241-5/+40
* SPARK-1438 RDD.sample() make seed param optionalArun Ramakrishnan2014-04-248-11/+61
* SPARK-1104: kill Process in workerThread of ExecutorRunnerCodingCat2014-04-241-17/+14
* Fix Scala StyleSandeep2014-04-2410-28/+40
* Spark 1490 Add kerberos support to the HistoryServerThomas Graves2014-04-242-0/+20
* SPARK-1611: Fix incorrect initialization order in AppendOnlyMapzsxwing2014-04-241-2/+2
* SPARK-1601 & SPARK-1602: two bug fixes related to cancellationReynold Xin2014-04-245-15/+86
* SPARK-1587 Fix thread leakMridul Muralidharan2014-04-237-21/+42
* SPARK-1589: Fix the incorrect comparezsxwing2014-04-231-1/+5
* Update Java api for setJobGroup with interruptOnCancelAaron Davidson2014-04-232-2/+49
* [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-235-35/+105
* SPARK-1582 Invoke Thread.interrupt() when cancelling jobsAaron Davidson2014-04-2315-30/+57
* Honor default fs name when initializing event logger.Marcelo Vanzin2014-04-233-33/+41
* SPARK-1572 Don't kill Executor if PythonRDD fails while computing parentAaron Davidson2014-04-231-11/+21
* SPARK-1583: Fix a bug that using java.util.HashMap by mistakezsxwing2014-04-231-1/+1
* [FIX: SPARK-1376] use --arg instead of --args in SparkSubmit to avoid warning...Xiangrui Meng2014-04-222-2/+2
* [Spark-1538] Fix SparkUI incorrectly hiding persisted RDDsAndrew Or2014-04-2215-81/+318
* Assorted clean-up for Spark-on-YARN.Patrick Wendell2014-04-221-0/+9
* [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