aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14654][CORE] New accumulator APIWenchen Fan2016-04-2812-220/+157
* [SPARK-14729][SCHEDULER] Refactored YARN scheduler creation code to use newly...Hemant Bhanawat2016-04-271-20/+0
* [SPARK-14873][CORE] Java sampleByKey methods take ju.Map but with Scala Doubl...Sean Owen2016-04-231-3/+2
* [SPARK-6429] Implement hashCode and equals togetherJoan2016-04-224-0/+17
* [HOTFIX] Fix Java 7 compilation breakReynold Xin2016-04-212-4/+2
* [SPARK-14724] Use radix sort for shuffles and sort operator when possibleEric Liang2016-04-219-25/+401
* [SPARK-14699][CORE] Stop endpoints before closing the connections and don't s...Shixiong Zhu2016-04-211-1/+27
* [SPARK-4452] [CORE] Shuffle data structures can starve others on the same thr...Lianhui Wang2016-04-212-0/+32
* [SPARK-14753][CORE] remove internal flag in AccumulableWenchen Fan2016-04-213-47/+26
* [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-1832-252/+2517
* [SPARK-14713][TESTS] Fix the flaky test NettyBlockTransferServiceSuiteShixiong Zhu2016-04-181-8/+17
* [SPARK-13904][SCHEDULER] Add support for pluggable cluster managerHemant Bhanawat2016-04-162-0/+74
* [SPARK-14628][CORE] Simplify task metrics by always tracking read/write metricsReynold Xin2016-04-159-303/+110
* [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-14134][CORE] Change the package name used for shading classes.Marcelo Vanzin2016-04-061-2/+1
* [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-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-031-2/+2
* [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-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