aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* Added a TaskSetManager unit test.Kay Ousterhout2014-06-091-0/+16
* [SPARK-1841]: update scalatest to version 2.1.5witgo2014-06-065-10/+12
* SPARK-2043: ExternalAppendOnlyMap doesn't always find matching keysMatei Zaharia2014-06-051-1/+38
* SPARK-1677: allow user to disable output dir existence checkingCodingCat2014-06-051-0/+22
* SPARK-1973. Add randomSplit to JavaRDD (with tests, and tidy Java tests)Sean Owen2014-06-041-90/+103
* [SPARK-1817] RDD.zip() should verify partition sizes for each partitionKan Zhang2014-06-032-12/+18
* SPARK-1941: Update streamlib to 2.7.0 and use HyperLogLogPlus instead of Hype...Reynold Xin2014-06-033-21/+17
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-034-12/+0
* [SPARK-1712]: TaskDescription instance is too big causes Spark to hangwitgo2014-05-281-0/+43
* SPARK-1929 DAGScheduler suspended by local task OOMZhen Peng2014-05-261-0/+14
* [SPARK-1900 / 1918] PySpark on YARN is brokenAndrew Or2014-05-243-19/+149
* Fix UISuite unit test that fails under Jenkins contentionAaron Davidson2014-05-221-3/+4
* [Minor] Move JdbcRDDSuite to the correct packageAndrew Or2014-05-211-6/+6
* [SPARK-1769] Executor loss causes NPE race conditionAndrew Or2014-05-141-1/+1
* Revert "[SPARK-1784] Add a new partitioner to allow specifying # of keys per ...Patrick Wendell2014-05-131-34/+0
* [SPARK-1784] Add a new partitioner to allow specifying # of keys per partitionSyed Hashmi2014-05-131-0/+34
* [SPARK-1527] change rootDir*.getName to rootDir*.getAbsolutePathYe Xianjin2014-05-131-1/+1
* [SPARK-1816] LiveListenerBus dies if a listener throws an exceptionAndrew Or2014-05-131-4/+46
* SPARK-571: forbid return statements in cleaned closuresWilliam Benton2014-05-131-1/+38
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-1212-77/+105
* SPARK-1770: Load balance elements when repartitioning.Patrick Wendell2014-05-111-0/+33
* [SPARK-1774] Respect SparkSubmit --jars on YARN (client)Andrew Or2014-05-101-33/+77
* SPARK-1789. Multiple versions of Netty dependencies cause FlumeStreamSuite fa...Sean Owen2014-05-101-2/+1
* SPARK-1708. Add a ClassTag on Serializer and things that depend on itMatei Zaharia2014-05-101-5/+6
* [SPARK-1755] Respect SparkSubmit --name on YARNAndrew Or2014-05-081-4/+6
* [SPARK-1745] Move interrupted flag from TaskContext constructor (minor)Andrew Or2014-05-083-11/+5
* [SPARK-1549] Add Python support to spark-submitMatei Zaharia2014-05-061-3/+3
* Add tests for FileLogger, EventLoggingListener, and ReplayListenerBusAndrew Or2014-05-013-0/+729
* SPARK-1509: add zipWithIndex zipWithUniqueId methods to java apiwitgo2014-04-291-7/+24
* 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-1586 Windows build fixesMridul Muralidharan2014-04-241-2/+2
* [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