aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3613] Record only average block size in MapStatus for large stagesReynold Xin2014-09-294-53/+121
* [SPARK-3032][Shuffle] Fix key comparison integer overflow introduced sorting ...jerryshao2014-09-291-0/+55
* [SPARK-3543] TaskContext remaining cleanup work.Reynold Xin2014-09-282-9/+4
* Minor cleanup to tighten visibility and remove compilation warning.Reynold Xin2014-09-271-14/+19
* [SPARK-3543] Write TaskContext in Java and expose it through a static accessor.Prashant Sharma2014-09-262-2/+2
* [SPARK-546] Add full outer join to RDD and DStream.Aaron Staple2014-09-243-0/+19
* [SPARK-3647] Add more exceptions to Guava relocation.Marcelo Vanzin2014-09-231-0/+26
* [SPARK-3595] Respect configured OutputCommitters when calling saveAsHadoopFileIan Hummel2014-09-211-23/+84
* SPARK-3574. Shuffle finish time always reported as -1Sandy Ryza2014-09-201-3/+0
* [SPARK-3560] Fixed setting spark.jars system property in yarn-cluster modeVictsm2014-09-181-0/+1
* [SPARK-3565]Fix configuration item not consistent with documentWangTaoTheTonic2014-09-171-0/+2
* [SPARK-3555] Fix UISuite race conditionAndrew Or2014-09-161-9/+5
* [SPARK-3469] Make sure all TaskCompletionListener are called even with failuresReynold Xin2014-09-121-2/+20
* SPARK-2482: Resolve sbt warnings during buildwitgo2014-09-114-5/+0
* [Spark-3490] Disable SparkUI for testsAndrew Or2014-09-111-13/+31
* [SPARK-3193]output errer info when Process exit code is not zero in test suitescwf2014-09-092-4/+3
* SPARK-3422. JavaAPISuite.getHadoopInputSplits isn't used anywhere.Sandy Ryza2014-09-091-25/+0
* [SPARK-3019] Pluggable block transfer interface (BlockTransferService)Reynold Xin2014-09-087-383/+221
* SPARK-2978. Transformation with MR shuffle semanticsSandy Ryza2014-09-082-0/+44
* [SPARK-3280] Made sort-based shuffle the default implementationReynold Xin2014-09-074-3/+36
* [SPARK-3394] [SQL] Fix crash in TakeOrdered when limit is 0Eric Liang2014-09-071-0/+7
* [SPARK-3353] parent stage should have lower stage id.Reynold Xin2014-09-062-10/+17
* [SPARK-3273][SPARK-3301]We should read the version information from the same ...GuoQiang Li2014-09-061-2/+3
* [SPARK-3233] Executor never stop its SparnEnv, BlockManager, ConnectionManage...Kousuke Saruta2014-09-032-2/+2
* [SPARK-3388] Expose aplication ID in ApplicationStart event, use it in histor...Marcelo Vanzin2014-09-033-3/+12
* [SPARK-2845] Add timestamps to block manager events.Marcelo Vanzin2014-09-033-15/+44
* [SPARK-3135] Avoid extra mem copy in TorrentBroadcast via ByteArrayChunkOutpu...Reynold Xin2014-09-011-0/+109
* [SPARK-3010] fix redundant conditionalscwf2014-08-311-9/+4
* [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