aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2889] Create Hadoop config objects consistently.Marcelo Vanzin2014-08-305-7/+14
* [SPARK-2288] Hide ShuffleBlockManager behind ShuffleManagerRaymond Liu2014-08-294-161/+136
* [SPARK-1912] Lazily initialize buffers for local shuffle blocks.Reynold Xin2014-08-281-11/+17
* [SPARK-3277] Fix external spilling with LZ4 assertion errorAndrew Or2014-08-282-87/+108
* [SPARK-3281] Remove Netty specific code in BlockManager / shuffleReynold Xin2014-08-289-51/+51
* [SPARK-3170][CORE][BUG]:RDD info loss in "StorageTab" and "ExecutorTab"uncleGen2014-08-272-0/+46
* [SPARK-3139] Made ContextCleaner to not block on shufflesTathagata Das2014-08-271-0/+3
* [SPARK-3224] FetchFailed reduce stages should only show up once in failed sta...Reynold Xin2014-08-261-2/+39
* [SPARK-2298] Encode stage attempt in SparkListener & UI.Reynold Xin2014-08-204-150/+427
* [SPARK-2974] [SPARK-2975] Fix two bugs related to spark.local.dirsJosh Rosen2014-08-193-3/+65
* [SPARK-3119] Re-implementation of TorrentBroadcast.Reynold Xin2014-08-191-73/+55
* [SPARK-2468] Netty based block server / client moduleReynold Xin2014-08-194-0/+437
* [SPARK-2862] histogram method fails on some choices of bucketCountChandan Kumar2014-08-181-0/+23
* SPARK-2900. aggregate inputBytes per stageSandy Ryza2014-08-171-1/+8
* [SPARK-2677] BasicBlockFetchIterator#next can wait foreverKousuke Saruta2014-08-161-1/+43
* [SPARK-2977] Ensure ShuffleManager is created before ShuffleBlockManagerJosh Rosen2014-08-162-7/+13
* [SPARK-3045] Make Serializer interface Java friendlyReynold Xin2014-08-153-30/+151
* [SPARK-3046] use executor's class loader as the default serializer classloaderReynold Xin2014-08-152-1/+93
* Revert "[SPARK-2468] Netty based block server / client module"Patrick Wendell2014-08-155-1789/+0
* [SPARK-2468] Netty based block server / client moduleReynold Xin2014-08-145-0/+1789
* [SPARK-3027] TaskContext: tighten visibility and provide Java friendly callba...Reynold Xin2014-08-142-1/+40
* SPARK-2893: Do not swallow Exceptions when running a custom kryo registratorGraham Dennis2014-08-141-0/+10
* [SPARK-3029] Disable local execution of Spark jobs by defaultAaron Davidson2014-08-141-1/+3
* [SPARK-2953] Allow using short names for io compression codecsReynold Xin2014-08-121-0/+18
* [SPARK-2931] In TaskSetManager, reset currentLocalityIndex after recomputing ...Josh Rosen2014-08-111-2/+38
* [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