aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9926] Parallelize partition logic in UnionRDD.Ryan Blue2016-05-051-0/+17
* [SPARK-13001][CORE][MESOS] Prevent getting offers when reached max coresSebastien Rainville2016-05-041-0/+13
* [SPARK-12299][CORE] Remove history serving functionality from MasterBryan Cutler2016-05-041-48/+70
* [SPARK-15115][SQL] Reorganize whole stage codegen benchmark suitesReynold Xin2016-05-041-78/+0
* [SPARK-4224][CORE][YARN] Support group aclsDhruve Ashar2016-05-041-0/+198
* [SPARK-15107][SQL] Allow varying # iterations by test case in BenchmarkReynold Xin2016-05-031-1/+1
* [SPARK-11316] coalesce doesn't handle UnionRDD with partial locality properlyThomas Graves2016-05-031-0/+69
* [SPARK-15082][CORE] Improve unit test coverage for AccumulatorV2Sandeep Singh2016-05-031-1/+60
* [SPARK-15087][CORE][SQL] Remove AccumulatorV2.localValue and keep only valueSandeep Singh2016-05-031-2/+2
* [SPARK-15081] Move AccumulatorV2 and subclasses into util packageReynold Xin2016-05-038-5/+9
* [SPARK-15079] Support average/count/sum in Long/DoubleAccumulatorReynold Xin2016-05-022-16/+90
* [SPARK-14685][CORE] Document heritability of localPropertiesMarcin Tustin2016-05-021-0/+28
* [SPARK-15049] Rename NewAccumulator to AccumulatorV2Reynold Xin2016-05-016-13/+13
* [SPARK-14505][CORE] Fix bug : creating two SparkContext objects in the same j...Allen2016-05-011-0/+4
* [SPARK-15003] Use ConcurrentHashMap in place of HashMap for NewAccumulator.or...tedyu2016-04-301-1/+2
* [HOTFIX][CORE] fix a concurrence issue in NewAccumulatorWenchen Fan2016-04-282-4/+4
* [SPARK-14935][CORE] DistributedSuite "local-cluster format" shouldn't actuall...Xin Ren2016-04-281-12/+15
* [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-6429] Implement hashCode and equals togetherJoan2016-04-224-0/+17
* [SPARK-14724] Use radix sort for shuffles and sort operator when possibleEric Liang2016-04-212-0/+290
* [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-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