aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14679][UI] Fix UI DAG visualization OOM.Ryan Blue2016-04-201-0/+37
* [SPARK-14704][CORE] create accumulators in TaskMetricsWenchen Fan2016-04-1912-389/+96
* [SPARK-14042][CORE] Add custom coalescer supportNezih Yigitbasi2016-04-191-1/+98
* [SPARK-14676] Wrap and re-throw Await.result exceptions in order to capture f...Josh Rosen2016-04-1910-70/+79
* [SPARK-14667] Remove HashShuffleManagerReynold Xin2016-04-185-116/+5
* [SPARK-14628][CORE][FOLLLOW-UP] Always tracking read/write metricsWenchen Fan2016-04-182-21/+57
* [SPARK-14713][TESTS] Fix the flaky test NettyBlockTransferServiceSuiteShixiong Zhu2016-04-181-8/+17
* [SPARK-13904][SCHEDULER] Add support for pluggable cluster managerHemant Bhanawat2016-04-161-0/+73
* [SPARK-14628][CORE] Simplify task metrics by always tracking read/write metricsReynold Xin2016-04-158-297/+104
* [SPARK-14617] Remove deprecated APIs in TaskMetricsReynold Xin2016-04-142-3/+3
* [SPARK-14619] Track internal accumulators (metrics) by stage attemptReynold Xin2016-04-143-6/+6
* [SPARK-14625] TaskUIData and ExecutorUIData shouldn't be case classesReynold Xin2016-04-141-5/+5
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-124-16/+9
* [SPARK-14475] Propagate user-defined context from driver to executorsEric Liang2016-04-118-14/+41
* [SPARK-14357][CORE] Properly handle the root cause being a commit denied exce...Jason Moore2016-04-091-0/+56
* [SPARK-14437][CORE] Use the address that NettyBlockTransferService listens to...Shixiong Zhu2016-04-084-7/+7
* [SPARK-14449][SQL] SparkContext should use SparkListenerInterfaceMichael Armbrust2016-04-071-3/+16
* [SPARK-14468] Always enable OutputCommitCoordinatorAndrew Or2016-04-072-2/+2
* [SPARK-13112][CORE] Make sure RegisterExecutorResponse arrive before LaunchTaskShixiong Zhu2016-04-062-4/+9
* [SPARK-14252] Executors do not try to download remote cached blocksEric Liang2016-04-051-0/+13
* [SPARK-529][SQL] Modify SQLConf to use new config API from core.Marcelo Vanzin2016-04-051-14/+14
* [SPARK-13579][BUILD] Stop building the main Spark assembly.Marcelo Vanzin2016-04-041-31/+41
* [SPARK-14163][CORE] SumEvaluator and countApprox cannot reliably handle RDDs ...Marcin Tustin2016-04-031-0/+107
* [SPARK-14342][CORE][DOCS][TESTS] Remove straggler references to TachyonLiwei Lin2016-04-021-16/+16
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-022-35/+35
* [SPARK-13241][WEB UI] Added long values for dates in ApplicationAttemptInfo APIAlex Bozarth2016-04-011-1/+3
* [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-283-62/+68
* [SPARK-14169][CORE] Add UninterruptibleThreadShixiong Zhu2016-03-281-0/+159
* [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-234-211/+313
* [SPARK-13990] Automatically pick serializer when caching RDDsJosh Rosen2016-03-214-28/+39
* [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-164-23/+23
* [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-168-19/+23
* [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