aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* SPARK-2564. ShuffleReadMetrics.totalBlocksRead is redundantSandy Ryza2014-07-201-3/+0
* [SPARK-2598] RangePartitioner's binary search does not use the given OrderingReynold Xin2014-07-201-0/+14
* Revert "[SPARK-2521] Broadcast RDD object (instead of sending it along with e...Reynold Xin2014-07-191-37/+25
* [SPARK-2521] Broadcast RDD object (instead of sending it along with every task).Reynold Xin2014-07-181-25/+37
* [SPARK-2571] Correctly report shuffle read metrics.Kay Ousterhout2014-07-183-8/+4
* Reservoir sampling implementation.Reynold Xin2014-07-181-0/+21
* [SPARK-2299] Consolidate various stageIdTo* hash maps in JobProgressListenerReynold Xin2014-07-171-17/+19
* [SPARK-2412] CoalescedRDD throws exception with certain pref locsAaron Davidson2014-07-171-0/+14
* [SPARK-2317] Improve task logging.Reynold Xin2014-07-162-3/+4
* [SPARK-2517] Remove some compiler warnings.Reynold Xin2014-07-164-23/+21
* SPARK-2277: make TaskScheduler track hosts on rackRui Li2014-07-161-2/+61
* [SPARK-2469] Use Snappy (instead of LZF) for default shuffle compression codecReynold Xin2014-07-151-1/+1
* [SPARK-2399] Add support for LZ4 compression.Reynold Xin2014-07-151-0/+6
* move some test file to match src codeDaoyuan2014-07-145-25/+19
* Use the Executor's ClassLoader in sc.objectFile().Daniel Darabos2014-07-121-0/+25
* Resolve sbt warnings during build Ⅱwitgo2014-07-083-57/+57
* [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-2185] Emit warning when task size exceeds a threshold.Kay Ousterhout2014-07-012-11/+48
* [SPARK-2322] Exception in resultHandler should NOT crash DAGScheduler and shu...Reynold Xin2014-06-301-1/+55
* SPARK-897: preemptively serialize closuresWilliam Benton2014-06-293-27/+152
* [SPARK-2104] Fix task serializing issues when sort with Java non serializable...jerryshao2014-06-291-1/+41
* [SPARK-1683] Track task read metrics.Kay Ousterhout2014-06-294-38/+153
* [SPARK-2251] fix concurrency issues in random samplerXiangrui Meng2014-06-262-10/+26
* [SPARK-2297][UI] Make task attempt and speculation more explicit in UI.Reynold Xin2014-06-262-36/+63
* Removed throwable field from FetchFailedException and added MetadataFetchFail...Reynold Xin2014-06-261-0/+1
* [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-2248: spark.default.parallelism does not apply in local modewitgo2014-06-241-0/+16
* [SPARK-1112, 2156] Bootstrap to fetch the driver's Spark properties.Xiangrui Meng2014-06-241-1/+1
* Fix broken Json tests.Kay Ousterhout2014-06-241-12/+11
* SPARK-1937: fix issue with task localityRui Li2014-06-241-0/+34
* [SPARK-2124] Move aggregation into shuffle implementationsjerryshao2014-06-234-17/+23
* SPARK-1316. Remove use of Commons IOSean Owen2014-06-221-7/+10
* Fix some tests.Marcelo Vanzin2014-06-201-2/+3
* [SPARK-2061] Made splits deprecated in JavaRDDLikeAnant2014-06-201-1/+1
* [SPARK-1970] Update unit test in XORShiftRandomSuite to use ChiSquareTest fro...Doris Xin2014-06-201-31/+18
* SPARK-1868: Users should be allowed to cogroup at least 4 RDDsAllan Douglas R. de Oliveira2014-06-202-0/+96
* HOTFIX: SPARK-2208 local metrics tests can fail on fast machinesPatrick Wendell2014-06-191-0/+3
* SPARK-2158 Clean up core/stdout file from FileAppenderSuiteMark Hamstra2014-06-181-4/+6
* SPARK-1063 Add .sortBy(f) method on RDDAndrew Ash2014-06-173-4/+119
* SPARK-2035: Store call stack for stages, display it on the UI.Daniel Darabos2014-06-174-7/+20
* [SPARK-1837] NumericRange should be partitioned in the same way as other...Kan Zhang2014-06-141-0/+18
* SPARK-1939 Refactor takeSample method in RDD to use ScaSRSDoris Xin2014-06-122-17/+64
* [SPARK-2088] fix NPE in toStringDoris Xin2014-06-121-1/+8
* SPARK-554. Add aggregateByKey.Sandy Ryza2014-06-122-0/+44
* [SPARK-2044] Pluggable interface for shufflesMatei Zaharia2014-06-112-6/+6
* Resolve scalatest warnings during buildwitgo2014-06-1016-32/+33
* [SPARK-1940] Enabling rolling of executor logs, and automatic cleanup of old ...Tathagata Das2014-06-104-2/+262