aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* SPARK-2664. Deal with `--conf` options in spark-submit that relate to fl...Sandy Ryza2014-07-311-0/+16
* SPARK-2028: Expose mapPartitionsWithInputSplit in HadoopRDDAaron Davidson2014-07-312-3/+57
* [SPARK-2737] Add retag() method for changing RDDs' ClassTags.Josh Rosen2014-07-302-0/+25
* [SPARK-2340] Resolve event logging and History Server paths properlyAndrew Or2014-07-301-1/+1
* [SPARK-2758] UnionRDD's UnionPartition should not reference parent RDDsReynold Xin2014-07-301-0/+12
* SPARK-2045 Sort-based shuffleMatei Zaharia2014-07-309-84/+788
* [SPARK-2521] Broadcast RDD object (instead of sending it along with every task)Reynold Xin2014-07-304-49/+65
* SPARK-2543: Allow user to set maximum Kryo buffer sizeKoert Kuipers2014-07-301-0/+30
* [SPARK-2260] Fix standalone-cluster mode, which was brokenAndrew Or2014-07-294-7/+10
* [SPARK-2568] RangePartitioner should run only one job if data is balancedXiangrui Meng2014-07-292-4/+65
* [SPARK-2082] stratified sampling in PairRDDFunctions that guarantees exact sa...Doris Xin2014-07-292-0/+153
* [SPARK-1777] Prevent OOMs from single partitionsAndrew Or2014-07-274-328/+615
* SPARK-2684: Update ExternalAppendOnlyMap to take an iterator as inputMatei Zaharia2014-07-271-8/+9
* [SPARK-2279] Added emptyRDD method to Java APIbpaulin2014-07-261-2/+7
* Part of [SPARK-2456] Removed some HashMaps from DAGScheduler by storing infor...Reynold Xin2014-07-251-4/+0
* [SPARK-1726] [SPARK-2567] Eliminate zombie stages in UI.Kay Ousterhout2014-07-251-60/+69
* [SPARK-2683] unidoc failed because org.apache.spark.util.CallSite uses Java k...Yin Huai2014-07-251-1/+1
* SPARK-2657 Use more compact data structures than ArrayBuffer in groupBy & cog...Matei Zaharia2014-07-253-12/+134
* SPARK-2310. Support arbitrary Spark properties on the command line with ...Sandy Ryza2014-07-231-1/+11
* SPARK-2277: clear host->rack info properlyRui Li2014-07-231-0/+2
* [SPARK-2617] Correct doc and usages of preservesPartitioningXiangrui Meng2014-07-232-2/+11
* SPARK-2047: Introduce an in-mem Sorter, and use it to reduce mem usageAaron Davidson2014-07-222-4/+171
* 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