aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [MINOR][DOCS] Fix all typos in markdown files of `doc` and similar patterns i...Dongjoon Hyun2016-02-221-3/+3
* [SPARK-13426][CORE] Remove the support of SIMRjerryshao2016-02-221-8/+1
* [SPARK-13408] [CORE] Ignore errors when it's already reported in JobWaiterShixiong Zhu2016-02-191-0/+41
* [SPARK-13407] Guard against garbage-collected accumulators in TaskMetrics.fro...Josh Rosen2016-02-191-6/+4
* [SPARK-13371][CORE][STRING] TaskSetManager.dequeueSpeculativeTask compares Op...Sean Owen2016-02-183-5/+9
* [SPARK-13344][TEST] Fix harmless accumulator not found exceptionsAndrew Or2016-02-173-4/+30
* [SPARK-13278][CORE] Launcher fails to start with JDK 9 EAClaes Redestad2016-02-141-2/+4
* [SPARK-13172][CORE][SQL] Stop using RichException.getStackTrace it is deprecatedSean Owen2016-02-132-3/+3
* [SPARK-5095] remove flaky testMichael Gummelt2016-02-121-0/+5
* [SPARK-5095] Fix style in mesos coarse grained scheduler codeMichael Gummelt2016-02-121-6/+6
* [SPARK-6166] Limit number of in flight outbound requestsSanket2016-02-111-3/+6
* [SPARK-7889][WEBUI] HistoryServer updates UI for incomplete appsSteve Loughran2016-02-112-6/+706
* [SPARK-12414][CORE] Remove closure serializerSean Owen2016-02-101-2/+1
* [SPARK-5095][MESOS] Support launching multiple mesos executors in coarse grai...Michael Gummelt2016-02-103-114/+259
* [SPARK-10620][SPARK-13054] Minor addendum to #10835Andrew Or2016-02-086-23/+23
* [SPARK-13171][CORE] Replace future calls with FutureJakob Odersky2016-02-052-12/+12
* [SPARK-13053][TEST] Unignore tests in InternalAccumulatorSuiteAndrew Or2016-02-042-78/+102
* [SPARK-13162] Standalone mode does not respect initial executorsAndrew Or2016-02-041-1/+16
* [SPARK-13164][CORE] Replace deprecated synchronized buffer in coreHolden Karau2016-02-043-25/+28
* [SPARK-12790][CORE] Remove HistoryServer old multiple files formatfelixcheung2016-02-012-111/+9
* [SPARK-6847][CORE][STREAMING] Fix stack overflow issue when updateStateByKey ...Shixiong Zhu2016-02-011-0/+21
* [SPARK-13096][TEST] Fix flaky verifyPeakExecutionMemorySetAndrew Or2016-01-291-0/+2
* [SPARK-13055] SQLHistoryListener throws ClassCastExceptionAndrew Or2016-01-294-25/+17
* [SPARK-10873] Support column sort and search for History Server.zhuol2016-01-291-25/+18
* [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-2715-481/+1727
* [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-195-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-187-42/+42
* [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-0/+136
* [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-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-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-12615] Remove some deprecated APIs in RDD/SparkContextReynold Xin2016-01-053-89/+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-023-9/+7
* [SPARK-7995][SPARK-6280][CORE] Remove AkkaRpcEnv and remove systemName from s...Shixiong Zhu2015-12-3112-464/+26