aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2598] RangePartitioner's binary search does not use the given OrderingReynold Xin2014-07-201-0/+14
* [SPARK-2412] CoalescedRDD throws exception with certain pref locsAaron Davidson2014-07-171-0/+14
* Resolve sbt warnings during build Ⅱwitgo2014-07-083-57/+57
* HOTFIX: Merge issue with cf1d46e4.Patrick Wendell2014-07-041-2/+2
* [SPARK-2307][Reprise] Correctly report RDD blocks on SparkUIAndrew Or2014-07-031-0/+152
* [SPARK] Fix NPE for ExternalAppendOnlyMapAndrew Or2014-07-031-3/+24
* [SPARK-2322] Exception in resultHandler should NOT crash DAGScheduler and shu...Reynold Xin2014-06-301-1/+55
* [SPARK-2251] fix concurrency issues in random sampler (branch-1.0)Xiangrui Meng2014-06-261-1/+11
* [SPARK-2284][UI] Mark all failed tasks as failures.Reynold Xin2014-06-251-1/+29
* [SPARK-1749] Job cancellation when SchedulerBackend does not implement killTaskMark Hamstra2014-06-251-0/+48
* [SPARK-2270] Kryo cannot serialize results returned by asJavaIterableReynold Xin2014-06-251-0/+15
* [SPARK-1112, 2156] (1.0 edition) Use correct akka frame size and overhead amo...Patrick Wendell2014-06-221-9/+12
* [SQL] Update SparkSQL and ScalaTest in branch-1.0 to match master.Michael Armbrust2014-06-135-10/+12
* [SPARK-2088] fix NPE in toStringDoris Xin2014-06-121-1/+8
* 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-1712]: TaskDescription instance is too big causes Spark to hangwitgo2014-05-281-0/+43
* [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-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