aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10907][SPARK-6157] Remove pendingUnrollMemory from MemoryStoreJosh Rosen2016-03-141-43/+34
* [SPARK-13054] Always post TaskEnd event for tasksThomas Graves2016-03-141-0/+58
* [SPARK-12583][MESOS] Mesos shuffle service: Don't delete shuffle files before...Bertrand Bossy2016-03-141-1/+2
* [SPARK-13746][TESTS] stop using deprecated SynchronizedSetWilson Wu2016-03-141-16/+25
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-1411-16/+16
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-1313-47/+53
* [SPARK-13328][CORE] Poor read performance for broadcast variables with dynami...Nezih Yigitbasi2016-03-111-3/+81
* [SPARK-13604][CORE] Sync worker's state after registering with masterShixiong Zhu2016-03-101-5/+51
* [SPARK-3854][BUILD] Scala style: require spaces before `{`.Dongjoon Hyun2016-03-103-3/+3
* [SPARK-13696] Remove BlockStore class & simplify interfaces of mem. & disk st...Josh Rosen2016-03-108-68/+87
* [SPARK-13727][CORE] SparkConf.contains does not consider deprecated keysbomeng2016-03-101-0/+14
* [SPARK-13492][MESOS] Configurable Mesos framework webui URL.Sergiusz Urbaniak2016-03-092-1/+66
* [SPARK-13702][CORE][SQL][MLLIB] Use diamond operator for generic instance cre...Dongjoon Hyun2016-03-095-17/+14
* [SPARK-13692][CORE][SQL] Fix trivial Coverity/Checkstyle defectsDongjoon Hyun2016-03-091-2/+2
* [SPARK-13695] Don't cache MEMORY_AND_DISK blocks as bytes in memory after spillsJosh Rosen2016-03-081-10/+20
* [SPARK-13659] Refactor BlockStore put*() APIs to remove returnValuesJosh Rosen2016-03-071-30/+22
* [SPARK-529][CORE][YARN] Add type-safe config keys to SparkConf.Marcelo Vanzin2016-03-071-0/+155
* [MINOR] Fix typos in comments and testcase name of codeDongjoon Hyun2016-03-031-2/+2
* [SPARK-13423][HOTFIX] Static analysis fixes for 2.x / fixed for Scala 2.10, a...Sean Owen2016-03-031-1/+1
* [SPARK-13583][CORE][STREAMING] Remove unused imports and add checkstyle ruleDongjoon Hyun2016-03-0317-30/+10
* [SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen2016-03-0313-51/+50
* [SPARK-13621][CORE] TestExecutor.scala needs to be moved to test packageDevaraj K2016-03-021-0/+29
* [SPARK-13601] call failure callbacks before writer.close()Davies Liu2016-03-021-1/+90
* [SPARK-12817] Add BlockManager.getOrElseUpdate and remove CacheManagerJosh Rosen2016-03-024-239/+171
* [SPARK-12994][CORE] It is not necessary to create ExecutorAllocationM…Jeff Zhang2016-02-291-0/+3
* [SPARK-13465] Add a task failure listener to TaskContextReynold Xin2016-02-263-40/+73
* [SPARK-12757] Add block-level read/write locks to BlockManagerJosh Rosen2016-02-256-189/+624
* Revert "[SPARK-13117][WEB UI] WebUI should use the local ip not 0.0.0.0"Shixiong Zhu2016-02-251-2/+1
* [SPARK-13117][WEB UI] WebUI should use the local ip not 0.0.0.0Devaraj K2016-02-251-1/+2
* [SPARK-12759][Core][Spark should fail fast if --executor-memory is too small ...Daniel Jalova2016-02-241-1/+19
* [SPARK-7729][UI] Executor which has been killed should also be displayed on E...Lianhui Wang2016-02-233-7/+14
* [SPARK-13220][CORE] deprecate yarn-client and yarn-cluster modejerryshao2016-02-232-16/+19
* [SPARK-10749][MESOS] Support multiple roles with mesos cluster mode.Timothy Chen2016-02-222-74/+139
* [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-13074][CORE] Add JavaSparkContext. getPersistentRDDs methodJunyang2016-02-111-0/+12
* [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-12950] [SQL] Improve lookup of BytesToBytesMap in aggregateDavies Liu2016-02-091-29/+35
* [SPARK-10620][SPARK-13054] Minor addendum to #10835Andrew Or2016-02-086-23/+23