aboutsummaryrefslogtreecommitdiff
path: root/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-13902][SCHEDULER] Make DAGScheduler not to create duplicate stage.Takuya UESHIN2016-05-121-0/+47
* [SPARK-15080][CORE] Break copyAndReset into copy and resetSandeep Singh2016-05-121-0/+17
* [SPARK-15260] Atomically resize memory poolsAndrew Or2016-05-112-0/+38
* [SPARK-15259] Sort time metric should not include spill and record insertion ...Eric Liang2016-05-111-0/+20
* [SPARK-12837][CORE] reduce network IO for accumulatorsWenchen Fan2016-05-101-7/+30
* [SPARK-11249][LAUNCHER] Throw error if app resource is not provided.Marcelo Vanzin2016-05-102-2/+2
* [SPARK-14542][CORE] PipeRDD should allow configurable buffer size for…Sital Kedia2016-05-101-1/+1
* [SPARK-10653][CORE] Remove unnecessary things from SparkEnvAlex Bozarth2016-05-091-1/+1
* [SPARK-1239] Improve fetching of map output statusesThomas Graves2016-05-064-35/+79
* [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-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