aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3958] TorrentBroadcast cleanup / debugging improvements.Josh Rosen2014-10-211-15/+27
* SPARK-3874: Provide stable TaskContext APIPrashant Sharma2014-10-164-10/+10
* [SPARK-2098] All Spark processes should support spark-defaults.conf, config fileGuoQiang Li2014-10-141-0/+19
* SPARK-3178 setting SPARK_WORKER_MEMORY to a value without a label (m or g) s...Bill Bejeck2014-10-141-0/+82
* [SPARK-3921] Fix CoarseGrainedExecutorBackend's arguments for Standalone modeAaron Davidson2014-10-131-6/+4
* [SPARK-3121] Wrong implementation of implicit bytesWritableConverterJakub Dubovský2014-10-121-0/+40
* [SPARK-3887] Send stracktrace in ConnectionManager error repliesJosh Rosen2014-10-121-2/+4
* [SPARK-2924] Required by scala 2.11, only one fun/ctor amongst overriden alte...Prashant Sharma2014-10-101-4/+4
* [SPARK-2805] Upgrade Akka to 2.3.4Anand Avati2014-10-101-2/+2
* SPARK-3811 [CORE] More robust / standard Utils.deleteRecursively, Utils.creat...Sean Owen2014-10-0910-46/+48
* Revert "[SPARK-2805] Upgrade to akka 2.3.4"Patrick Wendell2014-10-091-2/+2
* [SPARK-2805] Upgrade to akka 2.3.4Anand Avati2014-10-081-2/+2
* [SPARK-1860] More conservative app directory cleanup.mcheah2014-10-031-6/+17
* [SPARK-3377] [SPARK-3610] Metrics can be accidentally aggregated / History se...Kousuke Saruta2014-10-033-6/+139
* SPARK-2058: Overriding SPARK_HOME/conf with SPARK_CONF_DIREugenCepoi2014-10-031-1/+33
* [SPARK-3495] Block replication fails continuously when the replication target...Tathagata Das2014-10-023-7/+422
* SPARK-1767: Prefer HDFS-cached replicas when scheduling data-local tasksColin Patrick Mccabe2014-10-021-0/+22
* [SPARK-3446] Expose underlying job ids in FutureAction.Marcelo Vanzin2014-10-011-0/+49
* [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-281-5/+1
* 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-261-1/+1
* [SPARK-546] Add full outer join to RDD and DStream.Aaron Staple2014-09-243-0/+19
* [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-3019] Pluggable block transfer interface (BlockTransferService)Reynold Xin2014-09-087-383/+221
* SPARK-2978. Transformation with MR shuffle semanticsSandy Ryza2014-09-081-0/+14
* [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