aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8029] Robust shuffle writerDavies Liu2015-11-126-6/+244
* [SPARK-11647] Attempt to reduce time/flakiness of Thriftserver CLI and SparkS...Josh Rosen2015-11-112-7/+11
* [SPARK-10192][HOTFIX] Fix NPE in test that was added in #8402Josh Rosen2015-11-101-1/+1
* [SPARK-10192][CORE] simple test w/ failure involving a shared dependencyImran Rashid2015-11-101-2/+49
* [SPARK-10827][CORE] AppClient should not use `askWithReply` in `receiveAndReply`Bryan Cutler2015-11-101-0/+209
* [SPARK-10565][CORE] add missing web UI stats to /api/v1/applications JSONCharles Yeh2015-11-091-0/+90
* [SPARK-11112] DAG visualization: display RDD callsiteAndrew Or2015-11-072-13/+38
* [SPARK-11389][CORE] Add support for off-heap memory to MemoryManagerJosh Rosen2015-11-069-128/+154
* [SPARK-10116][CORE] XORShiftRandom.hashSeed is random in high bitsImran Rashid2015-11-063-21/+66
* [SPARK-7542][SQL] Support off-heap index/sort bufferDavies Liu2015-11-055-33/+64
* [SPARK-11307] Reduce memory consumption of OutputCommitCoordinatorJosh Rosen2015-11-041-1/+1
* [SPARK-10949] Update Snappy version to 1.1.2Adam Roberts2015-11-041-4/+2
* [SPARK-10622][CORE][YARN] Differentiate dead from "mostly dead" executors.Marcelo Vanzin2015-11-041-0/+36
* [SPARK-11442] Reduce numSlices for local metrics test of SparkListenerSuitetedyu2015-11-041-4/+5
* [SPARK-11466][CORE] Avoid mockito in multi-threaded FsHistoryProviderSuite test.Marcelo Vanzin2015-11-031-21/+21
* [SPARK-9790][YARN] Expose in WebUI if NodeManager is the reason why executors...Mark Grover2015-11-032-6/+7
* [SPARK-11344] Made ApplicationDescription and DriverDescription case classesJacek Lewandowski2015-11-031-1/+2
* [SPARK-10997][CORE] Add "client mode" to netty rpc env.Marcelo Vanzin2015-11-025-29/+56
* [SPARK-11271][SPARK-11016][CORE] Use Spark BitSet instead of RoaringBitmap to...Liang-Chi Hsieh2015-11-022-6/+49
* [SPARK-11073][CORE][YARN] Remove akka dependency in secret key generation.Marcelo Vanzin2015-11-015-50/+64
* [SPARK-11020][CORE] Wait for HDFS to leave safe mode before initializing HS.Marcelo Vanzin2015-11-011-0/+65
* [SPARK-11338] [WEBUI] Prepend app links on HistoryPage with uiRoot pathChristian Kadner2015-11-011-2/+19
* [SPARK-11423] remove MapPartitionsWithPreparationRDDDavies Liu2015-10-301-66/+0
* [SPARK-10342] [SPARK-10309] [SPARK-10474] [SPARK-10929] [SQL] Cooperative mem...Davies Liu2015-10-2910-145/+368
* [SPARK-11178] Improving naming around task failures.Kay Ousterhout2015-10-272-6/+10
* [SPARK-11212][CORE][STREAMING] Make preferred locations support ExecutorCache...zsxwing2015-10-271-0/+1
* [SPARK-10984] Simplify *MemoryManager class structureJosh Rosen2015-10-2520-552/+475
* [SPARK-11134][CORE] Increase LauncherBackendSuite timeout.Marcelo Vanzin2015-10-221-2/+2
* [SPARK-11251] Fix page size calculation in local modeAndrew Or2015-10-221-1/+2
* [SPARK-10708] Consolidate sort shuffle implementationsJosh Rosen2015-10-2211-497/+138
* [SPARK-11121][CORE] Correct the TaskLocation typezhichao.li2015-10-221-3/+8
* [SPARK-11051][CORE] Do not allow local checkpointing after the RDD is materia...Liang-Chi Hsieh2015-10-191-0/+4
* [SPARK-11131][CORE] Fix race in worker registration protocol.Marcelo Vanzin2015-10-191-2/+2
* [SPARK-11078] Ensure spilling tests actually spillAndrew Or2015-10-153-563/+450
* [SPARK-10515] When killing executor, the pending replacement executors should...KaiXinXiaoLei2015-10-151-0/+35
* [SPARK-11047] Internal accumulators miss the internal flag when replaying eve...Carson Wang2015-10-151-30/+66
* [SPARK-11066] Update DAGScheduler's "misbehaved ResultHandler"shellberg2015-10-151-2/+11
* [SPARK-11093] [CORE] ChildFirstURLClassLoader#getResources should return all ...Adam Lewandowski2015-10-151-1/+39
* [SPARK-11096] Post-hoc review Netty based RPC implementation - round 2Reynold Xin2015-10-142-4/+1
* [SPARK-10983] Unified memory managerAndrew Or2015-10-139-97/+402
* [SPARK-11079] Post-hoc review Netty-based RPC - round 1Reynold Xin2015-10-132-6/+7
* [SPARK-10858] YARN: archives/jar/files rename with # doesn't work unlTom Graves2015-10-091-3/+3
* [SPARK-8673] [LAUNCHER] API and infrastructure for communicating with child a...Marcelo Vanzin2015-10-093-29/+102
* [SPARK-10956] Common MemoryManager interface for storage and executionAndrew Or2015-10-083-24/+211
* [SPARK-6028] [CORE] Remerge #6457: new RPC implemetation and also pick #8905zsxwing2015-10-039-16/+490
* [SPARK-10317] [CORE] Compatibility between history server script and function...Joshi2015-10-021-0/+70
* [SPARK-10058] [CORE] [TESTS] Fix the flaky tests in HeartbeatReceiverSuitezsxwing2015-10-011-14/+37
* [SPARK-10825] [CORE] [TESTS] Fix race conditions in StandaloneDynamicAllocati...zsxwing2015-09-291-113/+192
* [SPARK-9852] Let reduce tasks fetch multiple map output partitionsMatei Zaharia2015-09-244-77/+220
* [SPARK-10761] Refactor DiskBlockObjectWriter to not require BlockIdJosh Rosen2015-09-244-20/+16