aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2937] Separate out samplyByKeyExact as its own API in PairRDDFunctionDoris Xin2014-08-102-77/+148
* [SPARK-2897][SPARK-2920]TorrentBroadcast does use the serializer class specif...GuoQiang Li2014-08-081-2/+8
* [SPARK-2911]: provide rdd.parent[T](j) to obtain jth parent RDDErik Erlandson2014-08-071-0/+10
* SPARK-2565. Update ShuffleReadMetrics as blocks are fetchedSandy Ryza2014-08-073-9/+10
* SPARK-2787: Make sort-based shuffle write files directly when there's no sort...Matei Zaharia2014-08-071-21/+144
* [SPARK-2887] fix bug of countApproxDistinct() when have more than one partitionDavies Liu2014-08-061-5/+5
* [SPARK-2583] ConnectionManager error reportingKousuke Saruta2014-08-063-9/+237
* SPARK-2566. Update ShuffleWriteMetrics incrementallySandy Ryza2014-08-062-3/+71
* [SPARK-2678][Core][SQL] A workaround for SPARK-2678Cheng Lian2014-08-061-0/+12
* [SPARK-2157] Enable tight firewall rules for SparkAndrew Or2014-08-061-1/+33
* SPARK-2294: fix locality inversion bug in TaskManagerCodingCat2014-08-051-67/+138
* SPARK-2380: Support displaying accumulator values in the web UIPatrick Wendell2014-08-051-12/+50
* SPARK-1890 and SPARK-1891- add admin and modify aclsThomas Graves2014-08-051-8/+75
* SPARK-2711. Create a ShuffleMemoryManager to track memory for all spilling co...Matei Zaharia2014-08-041-0/+294
* [SPARK-2323] Exception in accumulator update should not crash DAGScheduler & ...Reynold Xin2014-08-041-8/+3
* SPARK-2792. Fix reading too much or too little data from each stream in Exter...Matei Zaharia2014-08-042-29/+51
* [HOTFIX] Do not throw NPE if spark.test.home is not setAndrew Or2014-08-023-3/+3
* [SPARK-2454] Do not ship spark home to WorkersAndrew Or2014-08-024-9/+7
* [SPARK-2316] Avoid O(blocks) operations in listenersAndrew Or2014-08-014-43/+570
* SPARK-2791: Fix committing, reverting and state tracking in shuffle file cons...Aaron Davidson2014-08-011-1/+86
* [SPARK-695] In DAGScheduler's getPreferredLocs, track set of visited partitions.Aaron Staple2014-08-011-1/+15
* SPARK-2099. Report progress while task is running.Sandy Ryza2014-08-014-13/+107
* [Spark 2557] fix LOCAL_N_REGEX in createTaskScheduler and make local-n and lo...Ye Xianjin2014-08-011-0/+23
* SPARK-983. Support external sorting in sortByKey()Matei Zaharia2014-08-011-0/+10
* [SPARK-2670] FetchFailedException should be thrown when local fetch has failedKousuke Saruta2014-08-011-0/+140
* SPARK-2738. Remove redundant imports in BlockManagerSuiteSandy Ryza2014-07-311-3/+0
* 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