aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10873] Support column sort and search for History Server.zhuol2016-01-298-32/+81
* [SPARK-13021][CORE] Fail fast when custom RDDs violate RDD.partition's API co...Josh Rosen2016-01-271-0/+18
* [SPARK-12895][SPARK-12896] Migrate TaskMetrics to accumulatorsAndrew Or2016-01-2716-483/+1727
* [SPARK-3369][CORE][STREAMING] Java mapPartitions Iterator->Iterable is incons...Sean Owen2016-01-261-12/+12
* [SPARK-12149][WEB UI] Executor UI improvement suggestions - Color UIAlex Bozarth2016-01-251-0/+2
* [SPARK-7997][CORE] Remove Akka from Spark Core and StreamingShixiong Zhu2016-01-2212-318/+39
* [SPARK-2750][WEB UI] Add https support to the Web UIscwf2016-01-196-47/+124
* [SPARK-12887] Do not expose var's in TaskMetricsAndrew Or2016-01-197-36/+30
* [SPARK-12885][MINOR] Rename 3 fields in ShuffleWriteMetricsAndrew Or2016-01-188-52/+52
* [SPARK-10985][CORE] Avoid passing evicted blocks throughout BlockManagerJosh Rosen2016-01-186-76/+75
* [SPARK-12667] Remove block manager's internal "external block store" APIReynold Xin2016-01-159-205/+86
* [SPARK-12708][UI] Sorting task error in Stages Page when yarn mode.Koyo Yoshida2016-01-151-0/+14
* [SPARK-12174] Speed up BlockManagerSuite getRemoteBytes() testJosh Rosen2016-01-141-41/+30
* [SPARK-9844][CORE] File appender race condition during shutdownBryan Cutler2016-01-141-0/+77
* [SPARK-12819] Deprecate TaskContext.isRunningLocally()Josh Rosen2016-01-131-9/+0
* [SPARK-12400][SHUFFLE] Avoid generating temp shuffle files for empty partitionsjerryshao2016-01-131-1/+37
* [SPARK-12692][BUILD][CORE] Scala style: Fix the style violation (Space before...Kousuke Saruta2016-01-122-2/+2
* [SPARK-12582][TEST] IndexShuffleBlockResolverSuite fails in windowsYucai Yu2016-01-121-17/+34
* [SPARK-12340] Fix overflow in various take functions.Reynold Xin2016-01-091-0/+4
* [SPARK-12730][TESTS] De-duplicate some test code in BlockManagerSuiteJosh Rosen2016-01-081-63/+25
* [SPARK-4819] Remove Guava's "Optional" from public APISean Owen2016-01-082-29/+111
* [SPARK-12618][CORE][STREAMING][SQL] Clean up build warnings: 2.0.0 editionSean Owen2016-01-081-0/+1
* [SPARK-12591][STREAMING] Register OpenHashMapBasedStateMap for KryoShixiong Zhu2016-01-071-2/+18
* [SPARK-7689] Remove TTL-based metadata cleaning in Spark 2.0Josh Rosen2016-01-061-86/+0
* [SPARK-12604][CORE] Java count(AprroxDistinct)ByKey methods return Scala Long...Sean Owen2016-01-061-9/+9
* [SPARK-12665][CORE][GRAPHX] Remove Vector, VectorSuite and GraphKryoRegistrat...Kousuke Saruta2016-01-061-45/+0
* [SPARK-3873][TESTS] Import ordering fixes.Marcelo Vanzin2016-01-0582-196/+176
* [SPARK-12659] fix NPE in UnsafeExternalSorter (used by cartesian product)Davies Liu2016-01-051-0/+31
* [SPARK-12615] Remove some deprecated APIs in RDD/SparkContextReynold Xin2016-01-054-96/+0
* [SPARK-12486] Worker should kill the executors more forcefully if possible.Nong Li2016-01-041-6/+77
* [SPARK-12481][CORE][STREAMING][SQL] Remove usage of Hadoop deprecated APIs an...Sean Owen2016-01-024-10/+8
* [SPARK-7995][SPARK-6280][CORE] Remove AkkaRpcEnv and remove systemName from s...Shixiong Zhu2015-12-3112-464/+26
* [SPARK-12588] Remove HttpBroadcast in Spark 2.0.Reynold Xin2015-12-301-124/+7
* [SPARK-12490] Don't use Javascript for web UI's paginated table controlsJosh Rosen2015-12-281-1/+7
* [SPARK-12517] add default RDD name for one created via sc.textFileYaron Weinsberg2015-12-291-0/+25
* [SPARK-12311][CORE] Restore previous value of "os.arch" property in test suit...Kazuaki Ishizaki2015-12-2430-81/+183
* [SPARK-12388] change default compression to lz4Davies Liu2015-12-211-5/+3
* [SPARK-12392][CORE] Optimize a location order of broadcast blocks by consider...Takeshi YAMAMURO2015-12-211-1/+18
* [SPARK-11808] Remove Bagel.Reynold Xin2015-12-191-1/+1
* [SPARK-11097][CORE] Add channelActive callback to RpcHandler to monitor the n...Shixiong Zhu2015-12-182-67/+87
* [SPARK-9552] Return "false" while nothing to kill in killExecutorsGrace2015-12-181-12/+17
* [CORE][TESTS] minor fix of JavaSerializerSuiteJeff Zhang2015-12-181-2/+7
* [SPARK-12220][CORE] Make Utils.fetchFile support files that contain special c...Shixiong Zhu2015-12-172-0/+15
* [SPARK-10248][CORE] track exceptions in dagscheduler event loop in testsImran Rashid2015-12-161-2/+26
* [SPARK-10123][DEPLOY] Support specifying deploy mode from configurationjerryshao2015-12-151-0/+41
* [SPARK-9026][SPARK-4514] Modifications to JobWaiter, FutureAction, and AsyncR...Richard W. Eggert II2015-12-153-2/+139
* [SPARK-12332][TRIVIAL][TEST] Fix minor typo in ResetSystemPropertiesHolden Karau2015-12-151-1/+1
* [SPARK-12267][CORE] Store the remote RpcEnv address to send the correct disco...Shixiong Zhu2015-12-121-0/+42
* [SPARK-12155][SPARK-12253] Fix executor OOM in unified memory managementAndrew Or2015-12-101-0/+25
* [SPARK-12251] Document and improve off-heap memory configurationsJosh Rosen2015-12-109-16/+31