aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13241][WEB UI] Added long values for dates in ApplicationAttemptInfo APIAlex Bozarth2016-04-018-1/+87
* [SPARK-13992] Add support for off-heap cachingJosh Rosen2016-04-017-48/+86
* [SPARK-12343][YARN] Simplify Yarn client and client argumentjerryshao2016-04-011-9/+10
* [SPARK-11327][MESOS] Dispatcher does not respect all args from the Submit req...Jo Voordeckers2016-03-311-0/+36
* [SPARK-14243][CORE] update task metrics when removing blocksjeanlyn2016-03-311-0/+10
* [SPARK-13845][CORE] Using onBlockUpdated to replace onTaskEnd avioding driver...jeanlyn2016-03-285-73/+71
* [SPARK-14169][CORE] Add UninterruptibleThreadShixiong Zhu2016-03-281-0/+159
* [SPARK-14052] [SQL] build a BytesToBytesMap directly in HashedRelationDavies Liu2016-03-281-13/+51
* [SPARK-13742] [CORE] Add non-iterator interface to RandomSamplerLiang-Chi Hsieh2016-03-282-0/+199
* [SPARK-14135] Add off-heap storage memory bookkeeping support to MemoryManagerJosh Rosen2016-03-265-72/+88
* [SPARK-13980] Incrementally serialize blocks while unrolling them in MemoryStoreJosh Rosen2016-03-242-34/+144
* Revert "[SPARK-2208] Fix for local metrics tests can fail on fast machines". ...Sean Owen2016-03-241-25/+15
* [SPARK-2208] Fix for local metrics tests can fail on fast machinesJoan2016-03-241-15/+25
* [SPARK-14110][CORE] PipedRDD to print the command ran on non zero exitTejas Patil2016-03-241-5/+17
* [SPARK-14025][STREAMING][WEBUI] Fix streaming job descriptions on the event t...Liwei Lin2016-03-231-9/+65
* [SPARK-14075] Refactor MemoryStore to be testable independent of BlockManagerJosh Rosen2016-03-237-252/+333
* [SPARK-13990] Automatically pick serializer when caching RDDsJosh Rosen2016-03-214-28/+39
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-214-238/+245
* [SPARK-13921] Store serialized blocks as multiple chunks in MemoryStoreJosh Rosen2016-03-173-15/+111
* [SPARK-13928] Move org.apache.spark.Logging into org.apache.spark.internal.Lo...Wenchen Fan2016-03-1716-7/+25
* [SPARK-13926] Automatically use Kryo serializer when shuffling RDDs with simp...Josh Rosen2016-03-165-24/+24
* [SPARK-13281][CORE] Switch broadcast of RDD to exception from warningWesley Tang2016-03-161-0/+7
* [SPARK-13793][CORE] PipedRDD doesn't propagate exceptions while reading paren...Tejas Patil2016-03-161-0/+21
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-1612-28/+30
* [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